[librelative-perl] 03/04: Drop now redundant dh_{clean, installchangelogs} parameters

Axel Beckert abe at deuxchevaux.org
Sat Jun 6 23:24:16 UTC 2015


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository librelative-perl.

commit 48956d696a8a9da78600aaa81ccd1d4461eadf30
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun Jun 7 01:22:07 2015 +0200

    Drop now redundant dh_{clean,installchangelogs} parameters
---
 debian/changelog | 1 +
 debian/rules     | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 744f4a5..7cb934c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -34,6 +34,7 @@ librelative-perl (0.04-2) UNRELEASED; urgency=low
     + Update versioned build-dependency on debhelper accordingly.
   * Revamp debian/rules:
     + Use dh_auto_{configure,build,test,install,clean}.
+    + Drop now redundant dh_{clean,installchangelogs} parameters.
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 10 May 2008 20:49:28 +0200
 
diff --git a/debian/rules b/debian/rules
index e7f6b13..b54f0fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,7 @@ build-stamp:
 clean:
 	dh_testdir
 	dh_testroot
-	dh_clean build-stamp install-stamp
+	dh_clean
 	dh_auto_clean
 
 install: install-stamp
@@ -46,7 +46,7 @@ binary-arch:
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installchangelogs Changes
+	dh_installchangelogs
 	dh_installdocs 
 	dh_perl
 	dh_compress

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/librelative-perl.git



More information about the Pkg-perl-cvs-commits mailing list