diff --git a/debian/changelog b/debian/changelog index 5a4f740..8054316 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ [ Axel Beckert ] * Bump debhelper compatibility to 7 to be able to use some more recent features. Update versioned debhelper build-dependency accordingly. + + No more remove stamp files manually. * Use debian/links instead of calling ln manually in debian/rules * Use dh_install/dh_link to install all the scripts * Use debian/manpages instead of parameters to dh_installman diff --git a/debian/rules b/debian/rules index e061402..804a159 100755 --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,6 @@ clean: dh_testdir dh_testroot - rm -f build-stamp for prog in $(PODDOC); do rm -f $$prog.1; done dh_clean