[Python-modules-commits] r30408 - in packages/pyip/trunk/debian (changelog control rules)

asb at users.alioth.debian.org asb at users.alioth.debian.org
Sun Aug 31 21:31:22 UTC 2014


    Date: Sunday, August 31, 2014 @ 21:31:21
  Author: asb
Revision: 30408

Convert from python-support to dh_python2.

Modified:
  packages/pyip/trunk/debian/changelog
  packages/pyip/trunk/debian/control
  packages/pyip/trunk/debian/rules

Modified: packages/pyip/trunk/debian/changelog
===================================================================
--- packages/pyip/trunk/debian/changelog	2014-08-31 21:18:08 UTC (rev 30407)
+++ packages/pyip/trunk/debian/changelog	2014-08-31 21:31:21 UTC (rev 30408)
@@ -15,6 +15,9 @@
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 
+  [ Andrew Starr-Bochicchio ]
+  * Convert from python-support to dh_python2.
+
  -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:01:47 +0200
 
 pyip (0.7-1) unstable; urgency=low

Modified: packages/pyip/trunk/debian/control
===================================================================
--- packages/pyip/trunk/debian/control	2014-08-31 21:18:08 UTC (rev 30407)
+++ packages/pyip/trunk/debian/control	2014-08-31 21:31:21 UTC (rev 30408)
@@ -3,8 +3,9 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Bernd Zeimetz <bzed at debian.org>
-Build-Depends: cdbs (>= 0.4.45), debhelper (>= 5), python, python-support (>= 0.6.4)
+Build-Depends: cdbs (>=  0.4.90~), debhelper (>= 5), python (>= 2.6.6-3~)
 Standards-Version: 3.7.2
+X-Python-Version: >= 2.6
 Homepage: http://cheeseshop.python.org/pypi/pyip/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pyip/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pyip/trunk/

Modified: packages/pyip/trunk/debian/rules
===================================================================
--- packages/pyip/trunk/debian/rules	2014-08-31 21:18:08 UTC (rev 30407)
+++ packages/pyip/trunk/debian/rules	2014-08-31 21:31:21 UTC (rev 30408)
@@ -1,6 +1,4 @@
 #!/usr/bin/make -f
-  
-DEB_PYTHON_SYSTEM=pysupport
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk




More information about the Python-modules-commits mailing list