[Piuparts-commits] rev 865 - trunk/debian

Holger Levsen holger at alioth.debian.org
Tue Jan 4 12:34:22 UTC 2011


Author: holger
Date: 2011-01-04 12:34:20 +0000 (Tue, 04 Jan 2011)
New Revision: 865

Modified:
   trunk/debian/changelog
   trunk/debian/control
   trunk/debian/rules
Log:
Build-depend on debhelper>=7 and use dh_prep instead of dh_clean -k.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2011-01-03 20:46:11 UTC (rev 864)
+++ trunk/debian/changelog	2011-01-04 12:34:20 UTC (rev 865)
@@ -101,6 +101,7 @@
   * Remove versioned dependencies on debootstrap as the version available 
     in Etch is sufficient. Drop build-depends on dpkg-dev as it's in
     build-essential.
+  * Build-depend on debhelper>=7 and use dh_prep instead of dh_clean -k.
   * Bump Standards-Version to 3.9.1, no changes necessary.
   * Remove Ian Jackson from uploaders - thanks for your work, Ian!
   * Makefile: support python 2.5 and 2.6 instead of 2.4 and 2.5, adjust

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2011-01-03 20:46:11 UTC (rev 864)
+++ trunk/debian/control	2011-01-04 12:34:20 UTC (rev 865)
@@ -4,7 +4,7 @@
 Section: devel
 Priority: extra
 Standards-Version: 3.9.1
-Build-Depends: debhelper (>=5)
+Build-Depends: debhelper (>=7)
 Build-Depends-Indep: python-support, asciidoc, xmlto
 Vcs-Svn: svn://svn.debian.org/svn/piuparts/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/piuparts/trunk/

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2011-01-03 20:46:11 UTC (rev 864)
+++ trunk/debian/rules	2011-01-04 12:34:20 UTC (rev 865)
@@ -14,7 +14,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 	dh_installman
 	$(MAKE) prefix=$(CURDIR)/debian/piuparts/usr etcdir=$(CURDIR)/debian/piuparts/etc all




More information about the Piuparts-commits mailing list