[libnet-xwhois-perl] 13/17: Remove obsolete dh_{installchangelogs, builddeb} parameters

Axel Beckert abe at deuxchevaux.org
Wed Jan 1 03:34:51 UTC 2014


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

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

commit 486a23e46cd6f2a426b0db617a930b63c2f4e4ec
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Jan 1 04:26:25 2014 +0100

    Remove obsolete dh_{installchangelogs,builddeb} parameters
---
 debian/changelog | 1 +
 debian/rules     | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 95b2f21..1804f40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -47,6 +47,7 @@ libnet-xwhois-perl (0.90-4) UNRELEASED; urgency=low
     + Remove obsolete /usr/lib/perl5 handling
     + Remove obsolete manual stamp file removal, now done by dh_clean
     + Remove obsolete variable usage
+    + Remove obsolete dh_{installchangelogs,builddeb} parameters
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:17 +0200
 
diff --git a/debian/rules b/debian/rules
index 5769417..4ea10f2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,7 +41,7 @@ binary-indep: build install
 	dh_installdocs TODO
 	dh_installexamples examples/*
 	dh_installman
-	dh_installchangelogs Changes
+	dh_installchangelogs
 	dh_compress
 	dh_fixperms
 	dh_installdeb
@@ -49,7 +49,7 @@ binary-indep: build install
 	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums
-	dh_builddeb --destdir=$(DESTDIR)
+	dh_builddeb
 
 source diff:                                                                  
 	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false

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



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