[liblingua-ispell-perl] 12/16: Remove obsolete dh_{clean, installchangelogs} parameters

Axel Beckert abe at deuxchevaux.org
Wed Jan 1 02:39:30 UTC 2014


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

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

commit 524cfcd8085a1aea6dac6a6ff60f475177050be9
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Jan 1 03:33:26 2014 +0100

    Remove obsolete 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 60260e4..9622b44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -53,6 +53,7 @@ liblingua-ispell-perl (0.07-6) UNRELEASED; urgency=low
     + Replace "dh_clean -k" with "dh_prep"
     + Use dh_auto_{configure,build,test,install,clean}
     + Remove obsolete /usr/lib/perl5 handling
+    + Remove obsolete dh_{clean,installchangelogs} parameters
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:58 +0200
 
diff --git a/debian/rules b/debian/rules
index 8172d9e..33dc493 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,7 @@ clean:
 	dh_testdir
 	dh_testroot
 	dh_auto_clean
-	dh_clean build-stamp install-stamp
+	dh_clean
 
 install: install-stamp
 install-stamp: build-stamp
@@ -47,7 +47,7 @@ binary-indep: build install
 	dh_testroot
 	dh_installexamples spellcheck
 	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/liblingua-ispell-perl.git



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