[libmarc-crosswalk-dublincore-perl] 06/08: Drop obsolete parameters from dh_{installchangelogs, clean}
Axel Beckert
abe at deuxchevaux.org
Mon Dec 23 23:11:47 UTC 2013
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch master
in repository libmarc-crosswalk-dublincore-perl.
commit 07b22e3e627073c989b965b2bdd240d2e96525d8
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Tue Dec 24 00:07:24 2013 +0100
Drop obsolete parameters from dh_{installchangelogs,clean}
---
debian/changelog | 1 +
debian/rules | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c08b684..e2ac109 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -30,6 +30,7 @@ libmarc-crosswalk-dublincore-perl (0.02-2) UNRELEASED; urgency=low
+ Fix lintian warning debian-rules-missing-recommended-target
+ Replace "dh_clean -k" with "dh_prep"
+ Use dh_auto_{configure,build,test,install,clean}
+ + Drop obsolete parameters from dh_{installchangelogs,clean}
-- gregor herrmann <gregoa at debian.org> Wed, 06 Aug 2008 18:23:42 -0300
diff --git a/debian/rules b/debian/rules
index 4b98225..c4705f1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,7 +39,7 @@ clean:
dh_testdir
dh_testroot
dh_auto_clean
- dh_clean build-stamp install-stamp
+ dh_clean
install: build install-stamp
@@ -61,7 +61,7 @@ binary-indep: build install
dh_testroot
dh_installdocs README
dh_installexamples
- dh_installchangelogs Changes
+ dh_installchangelogs
dh_perl
dh_compress
dh_fixperms
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmarc-crosswalk-dublincore-perl.git
More information about the Pkg-perl-cvs-commits
mailing list