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 0a0a5ffa1b50f9669d61d35afd8904cf51a68a56 Author: Axel Beckert <[email protected]> Date: Sun May 25 02:54:47 2014 +0200 Fix lintian warning debian-rules-missing-recommended-target --- debian/changelog | 1 + debian/rules | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index af27cca..ea85fe2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,6 +26,7 @@ libemail-valid-loose-perl (0.05-4) UNRELEASED; urgency=low + Move dh_installdocs parameter to debian/docs + Remove obsolete dh_installchangelogs and dh_clean parameters + Replace "dh_clean -k" by "dh_prep" + + Fix lintian warning debian-rules-missing-recommended-target -- gregor herrmann <[email protected]> Sun, 16 Nov 2008 20:42:26 +0100 diff --git a/debian/rules b/debian/rules index c5cb7ca..51657dc 100755 --- a/debian/rules +++ b/debian/rules @@ -19,7 +19,9 @@ endif TMP =$(CURDIR)/debian/$(PACKAGE) -build: build-stamp +build: build-arch build-indep +build-arch: build-stamp +build-indep: build-stamp build-stamp: dh_testdir dh_auto_configure -- 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
