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

jcfp-guest at users.alioth.debian.org jcfp-guest at users.alioth.debian.org
Sun Mar 6 18:37:42 UTC 2011


    Date: Sunday, March 6, 2011 @ 18:37:30
  Author: jcfp-guest
Revision: 6739

Switch to dh_python2

Modified:
  packages/sabnzbdplus/trunk/debian/changelog
  packages/sabnzbdplus/trunk/debian/control
  packages/sabnzbdplus/trunk/debian/rules
Deleted:
  packages/sabnzbdplus/trunk/debian/pyversions

Modified: packages/sabnzbdplus/trunk/debian/changelog
===================================================================
--- packages/sabnzbdplus/trunk/debian/changelog	2011-03-06 17:40:45 UTC (rev 6738)
+++ packages/sabnzbdplus/trunk/debian/changelog	2011-03-06 18:37:30 UTC (rev 6739)
@@ -6,8 +6,9 @@
   * debian/pyversions: allow 2.7.
   * debian/rules: replace dh_clean -k with dh_prep.
   * Require debhelper 7.0.0 (for dh_prep).
+  * Switch from dh_pysupport to dh_python2.
 
- -- JCF Ploemen (jcfp) <linux at jp.pp.ru>  Sat, 05 Mar 2011 13:15:24 +0100
+ -- JCF Ploemen (jcfp) <linux at jp.pp.ru>  Sun, 06 Mar 2011 14:23:51 +0100
 
 sabnzbdplus (0.5.6-1) unstable; urgency=low
 

Modified: packages/sabnzbdplus/trunk/debian/control
===================================================================
--- packages/sabnzbdplus/trunk/debian/control	2011-03-06 17:40:45 UTC (rev 6738)
+++ packages/sabnzbdplus/trunk/debian/control	2011-03-06 18:37:30 UTC (rev 6739)
@@ -4,9 +4,9 @@
 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 (>= 7.0.0), dpatch
-Build-Depends-Indep: python-support (>= 0.5.3)
+Build-Depends: debhelper (>= 7.0.0), dpatch, python (>= 2.6.6-3)
 Standards-Version: 3.9.1
+X-Python-Version: >= 2.4, << 2.8
 Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/sabnzbdplus/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/sabnzbdplus/trunk/
 
@@ -30,7 +30,6 @@
 Suggests:
  sabnzbdplus-theme-mobile,
  python-dbus
-XB-Python-Version: ${python:Versions}
 Description: web-based binary newsgrabber with nzb support
  SABnzbd+ is a web-based binary newsgrabber written in Python, with support for
  the popular nzb file format. It greatly simplifies the process of downloading

Deleted: packages/sabnzbdplus/trunk/debian/pyversions
===================================================================
--- packages/sabnzbdplus/trunk/debian/pyversions	2011-03-06 17:40:45 UTC (rev 6738)
+++ packages/sabnzbdplus/trunk/debian/pyversions	2011-03-06 18:37:30 UTC (rev 6739)
@@ -1 +0,0 @@
-2.4-2.7

Modified: packages/sabnzbdplus/trunk/debian/rules
===================================================================
--- packages/sabnzbdplus/trunk/debian/rules	2011-03-06 17:40:45 UTC (rev 6738)
+++ packages/sabnzbdplus/trunk/debian/rules	2011-03-06 18:37:30 UTC (rev 6739)
@@ -56,7 +56,7 @@
 	dh_installman -i
 	dh_link -i
 	dh_lintian -i
-	dh_pysupport -i
+	dh_python2 -i
 	dh_installinit -i -- defaults 98 02
 	dh_compress -i
 	dh_fixperms -i




More information about the Python-apps-commits mailing list