[libmath-calculus-expression-perl] 05/10: Drop now redundant parameters to dh_clean and dh_installchangelogs

Axel Beckert abe at deuxchevaux.org
Sat May 30 23:40:24 UTC 2015


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

abe pushed a commit to branch master
in repository libmath-calculus-expression-perl.

commit cc48916876446c4e0adaed779df0f6b812d6fa09
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun May 31 01:24:19 2015 +0200

    Drop now redundant parameters to dh_clean and dh_installchangelogs
---
 debian/changelog | 1 +
 debian/rules     | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6ac71fe..53fc774 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -42,6 +42,7 @@ libmath-calculus-expression-perl (0.2.2.ds-2) UNRELEASED; urgency=low
   * Revamp debian/rules
     + Use dh_auto_{configure,build,install,test,clean}
     + Replace "dh_clean -k" by "dh_prep".
+    + Drop now redundant parameters to dh_clean and dh_installchangelogs.
 
  -- Franck Joncourt <franck.mail at dthconnex.com>  Fri, 14 Nov 2008 23:58:19 +0100
 
diff --git a/debian/rules b/debian/rules
index e2c1189..9a8d96b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,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-indep: build install
 	dh_testdir
 	dh_testroot
 	dh_installdocs
-	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/libmath-calculus-expression-perl.git



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