[Python-apps-commits] r6733 - in packages/sabnzbdplus/trunk/debian (4 files)

jcfp-guest at users.alioth.debian.org jcfp-guest at users.alioth.debian.org
Sat Mar 5 12:24:56 UTC 2011


    Date: Saturday, March 5, 2011 @ 12:24:50
  Author: jcfp-guest
Revision: 6733

Use dh_prep

Modified:
  packages/sabnzbdplus/trunk/debian/changelog
  packages/sabnzbdplus/trunk/debian/compat
  packages/sabnzbdplus/trunk/debian/control
  packages/sabnzbdplus/trunk/debian/rules

Modified: packages/sabnzbdplus/trunk/debian/changelog
===================================================================
--- packages/sabnzbdplus/trunk/debian/changelog	2011-03-05 09:20:55 UTC (rev 6732)
+++ packages/sabnzbdplus/trunk/debian/changelog	2011-03-05 12:24:50 UTC (rev 6733)
@@ -4,8 +4,10 @@
     + Properly read the exit status of mktemp.
     + Permit setting a group too (chown syntax, USER=u:g).
   * debian/pyversions: allow 2.7.
+  * debian/rules: replace dh_clean -k with dh_prep.
+  * Require debhelper 7.0.0 (for dh_prep).
 
- -- JCF Ploemen (jcfp) <linux at jp.pp.ru>  Fri, 04 Mar 2011 22:21:04 +0100
+ -- JCF Ploemen (jcfp) <linux at jp.pp.ru>  Sat, 05 Mar 2011 13:15:24 +0100
 
 sabnzbdplus (0.5.6-1) unstable; urgency=low
 

Modified: packages/sabnzbdplus/trunk/debian/compat
===================================================================
--- packages/sabnzbdplus/trunk/debian/compat	2011-03-05 09:20:55 UTC (rev 6732)
+++ packages/sabnzbdplus/trunk/debian/compat	2011-03-05 12:24:50 UTC (rev 6733)
@@ -1 +1 @@
-6
+7

Modified: packages/sabnzbdplus/trunk/debian/control
===================================================================
--- packages/sabnzbdplus/trunk/debian/control	2011-03-05 09:20:55 UTC (rev 6732)
+++ packages/sabnzbdplus/trunk/debian/control	2011-03-05 12:24:50 UTC (rev 6733)
@@ -4,7 +4,7 @@
 Priority: optional
 Maintainer: JCF Ploemen (jcfp) <linux at jp.pp.ru>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 6.0.7), dpatch
+Build-Depends: debhelper (>= 7.0.0), dpatch
 Build-Depends-Indep: python-support (>= 0.5.3)
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/sabnzbdplus/trunk/

Modified: packages/sabnzbdplus/trunk/debian/rules
===================================================================
--- packages/sabnzbdplus/trunk/debian/rules	2011-03-05 09:20:55 UTC (rev 6732)
+++ packages/sabnzbdplus/trunk/debian/rules	2011-03-05 12:24:50 UTC (rev 6733)
@@ -24,7 +24,7 @@
 install-prereq: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 
 install-main: install-prereq
 	dh_install \




More information about the Python-apps-commits mailing list