[postfwd] 77/96: use dh_prep

Jan Wagner waja at alioth.debian.org
Tue Nov 5 20:09:47 UTC 2013


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

waja pushed a commit to branch master
in repository postfwd.

commit 3591935d0e2e176753aea5d8d2eec287844a7df4
Author: Jan Wagner <waja at cyconet.org>
Date:   Thu Mar 29 18:14:57 2012 +0000

    use dh_prep
---
 debian/changelog |    1 +
 debian/rules     |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 40119b2..e9ef4e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ postfwd (1.32-2) UNRELEASED; urgency=low
   * Switch over to packaging format 3.0 (quilt) (Closes: #664409)
   * Updating standards version to 3.9.3, no changes needed
   * Remove build-dependency of dpatch
+  * Use dh_prep instead of dh_clean -k
 
  -- Jan Wagner <waja at cyconet.org>  Fri, 23 Dec 2011 09:24:04 +0100
 
diff --git a/debian/rules b/debian/rules
index 34a3c35..a56d6f5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ clean:
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 
 	# install binaries
 	install -D -m 644 sbin/postfwd debian/postfwd/usr/sbin/postfwd1

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



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