[libnet-easytcp-perl] 04/16: Replace "dh_clean -k" with "dh_prep"

Axel Beckert abe at deuxchevaux.org
Tue Dec 17 21:27:09 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 0770a862c7c458ce966b9c3427827da17365e0a3
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Tue Dec 17 22:07:02 2013 +0100

    Replace "dh_clean -k" with "dh_prep"
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b59a2b2..0d64e7f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,6 +27,8 @@ libnet-easytcp-perl (0.26-3) UNRELEASED; urgency=low
   [ Axel Beckert ]
   * Bump debhelper compatibility from 3 to 9
   * Switch to source format "3.0 (quilt)"
+  * Revamp debian/rules
+    + Replace "dh_clean -k" with "dh_prep"
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:58 +0200
 
diff --git a/debian/rules b/debian/rules
index 686c8a7..7e45059 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,7 +42,7 @@ clean:
 install: 
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 
 	# Add here commands to install the package into debian/tmp.

-- 
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