Codebase list debian-goodies / 8038209
No more remove stamp files manually Axel Beckert 10 years ago
2 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
66 [ Axel Beckert ]
77 * Bump debhelper compatibility to 7 to be able to use some more recent
88 features. Update versioned debhelper build-dependency accordingly.
9 + No more remove stamp files manually.
910 * Use debian/links instead of calling ln manually in debian/rules
1011 * Use dh_install/dh_link to install all the scripts
1112 * Use debian/manpages instead of parameters to dh_installman
1919 clean:
2020 dh_testdir
2121 dh_testroot
22 rm -f build-stamp
2322 for prog in $(PODDOC); do rm -f $$prog.1; done
2423
2524 dh_clean