[libnet-easytcp-perl] 11/16: Drop obsolete parameters to dh_installchangelogs and dh_builddeb

Axel Beckert abe at deuxchevaux.org
Tue Dec 17 21:27:10 UTC 2013


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

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

commit d077cd00eb8267ae375c8beb311ff1d93b349c53
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Tue Dec 17 22:20:55 2013 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 15b3156..e4d9a04 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -34,6 +34,7 @@ libnet-easytcp-perl (0.26-3) UNRELEASED; urgency=low
       - Fixes lintian warning debian-rules-makemaker-prefix-is-deprecated
     + Run test suite at build time
     + Fix lintian warning debian-rules-missing-recommended-target
+    + Drop obsolete parameters to dh_installchangelogs and dh_builddeb
   * Fix lintian warning debian-watch-contains-dh_make-template
   * Update debian/copyright to mention Perl's license properly.
     + Fixes lintian warning copyright-refers-to-symlink-license
diff --git a/debian/rules b/debian/rules
index eb59c8b..26b06d3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -71,7 +71,7 @@ binary-indep: build install
 	dh_installcron
 	dh_installman
 #	dh_undocumented
-	dh_installchangelogs Changes
+	dh_installchangelogs
 	dh_link
 	dh_strip
 	dh_compress
@@ -82,7 +82,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-easytcp-perl.git



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