This is an automated email from the git hooks/post-receive script. abe pushed a commit to branch master in repository libemail-valid-loose-perl.
commit f021c59d7590d79e7e85354eb1893c63e6f6ee57 Author: Axel Beckert <[email protected]> Date: Sun May 25 02:50:30 2014 +0200 Remove obsolete dh_installchangelogs and dh_clean parameters --- debian/changelog | 1 + debian/rules | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index f6ab4b3..cba75e0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,7 @@ libemail-valid-loose-perl (0.05-4) UNRELEASED; urgency=low * Revamp debian/rules: + Use dh_auto_{configure,build,test,install,clean} + Move dh_installdocs parameter to debian/docs + + Remove obsolete dh_installchangelogs and dh_clean parameters -- gregor herrmann <[email protected]> Sun, 16 Nov 2008 20:42:26 +0100 diff --git a/debian/rules b/debian/rules index 716abc3..8977194 100755 --- a/debian/rules +++ b/debian/rules @@ -31,7 +31,7 @@ clean: dh_testroot # Add commands to clean up after the build process here dh_auto_clean - dh_clean build-stamp install-stamp + dh_clean install: build install-stamp install-stamp: @@ -51,7 +51,7 @@ binary-indep: build install dh_testdir dh_testroot dh_installdocs - dh_installchangelogs Changes + dh_installchangelogs dh_perl dh_link dh_strip -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libemail-valid-loose-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
