[SCM] Debian packaging of libxml-rss-simplegen-perl branch, master, updated. 60e65b3745a21a2ebbf0523a97aa6c1d30b55deb

Axel Beckert abe at deuxchevaux.org
Thu Dec 13 01:19:01 UTC 2012


The following commit has been merged in the master branch:
commit bc597bdb0ad42b16d963ff054151d1881a7d6e03
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Thu Dec 13 02:05:27 2012 +0100

    Use dh_prep instead of dh_clean -k

diff --git a/debian/changelog b/debian/changelog
index 3d0c22d..57db6fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ libxml-rss-simplegen-perl (11.11-3) UNRELEASED; urgency=low
     - copyright-refers-to-symlink-license
     - description-synopsis-starts-with-article
   * Bump debhelper compatibility to 7
+    - Use dh_prep instead of dh_clean -k
 
  -- Axel Beckert <abe at debian.org>  Thu, 13 Dec 2012 01:49:30 +0100
 
diff --git a/debian/rules b/debian/rules
index 07e65ff..a4ed0d0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,7 +46,7 @@ install: install-stamp
 install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 
 	# Add commands to install the package into $(TMP) here
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr

-- 
Debian packaging of libxml-rss-simplegen-perl



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