[libtemplate-plugin-calendar-simple-perl] 10/16: Drop redundant dh_builddeb parameter

Axel Beckert abe at deuxchevaux.org
Sun Dec 15 22:41:09 UTC 2013


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

abe pushed a commit to branch master
in repository libtemplate-plugin-calendar-simple-perl.

commit f70f171581a5a394d269b80b65285f38bffa20f2
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun Dec 15 20:50:17 2013 +0100

    Drop redundant dh_builddeb parameter
---
 debian/changelog | 1 +
 debian/rules     | 4 +---
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7eeaa1a..7eb2f69 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -39,6 +39,7 @@ libtemplate-plugin-calendar-simple-perl (0.02-4) UNRELEASED; urgency=low
     + Use dh_auto_{configure,build,test,install,clean}
       - Fixes lintian warning debian-rules-makemaker-prefix-is-deprecated
     + Drop manual stamp file removal, now done by dh_clean automatically
+    + Drop redundant dh_builddeb parameter
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:08 +0200
 
diff --git a/debian/rules b/debian/rules
index b8e7cdb..61a4156 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,8 +7,6 @@ PACKAGE=$(shell dh_listpackages)
 
 PERL = /usr/bin/perl
 
-DESTDIR=..
-
 TMP     =`pwd`/debian/$(PACKAGE)
 
 configure: configure-stamp
@@ -68,7 +66,7 @@ binary-indep: build install
 	dh_perl
 	dh_gencontrol
 	dh_md5sums
-	dh_builddeb --destdir=$(DESTDIR)
+	dh_builddeb
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtemplate-plugin-calendar-simple-perl.git



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