[Python-modules-commits] r27602 - in packages/django-pagination/trunk/debian (4 files)

asb at users.alioth.debian.org asb at users.alioth.debian.org
Tue Feb 11 23:45:33 UTC 2014


    Date: Tuesday, February 11, 2014 @ 23:45:32
  Author: asb
Revision: 27602

Transition from python-support to dh_python2.

Modified:
  packages/django-pagination/trunk/debian/changelog
  packages/django-pagination/trunk/debian/control
  packages/django-pagination/trunk/debian/rules
Deleted:
  packages/django-pagination/trunk/debian/pyversions

Modified: packages/django-pagination/trunk/debian/changelog
===================================================================
--- packages/django-pagination/trunk/debian/changelog	2014-02-11 23:36:45 UTC (rev 27601)
+++ packages/django-pagination/trunk/debian/changelog	2014-02-11 23:45:32 UTC (rev 27602)
@@ -1,6 +1,7 @@
 django-pagination (1.0.5-3) UNRELEASED; urgency=medium
 
   * Adopt for the DPMT (Closes: #737294).
+  * Transition from python-support to dh_python2.
 
  -- Andrew Starr-Bochicchio <asb at debian.org>  Tue, 11 Feb 2014 18:34:56 -0500
 

Modified: packages/django-pagination/trunk/debian/control
===================================================================
--- packages/django-pagination/trunk/debian/control	2014-02-11 23:36:45 UTC (rev 27601)
+++ packages/django-pagination/trunk/debian/control	2014-02-11 23:45:32 UTC (rev 27602)
@@ -4,8 +4,9 @@
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Andrew Starr-Bochicchio <asb at debian.org>
 Standards-Version: 3.9.4
-Build-Depends-Indep: debhelper (>= 7.0.50~), python-support
-Build-Depends: python-setuptools
+Build-Depends-Indep: debhelper (>= 7.0.50~), python (>=  2.6.6-3~)
+Build-Depends: python-setuptools, dh-python
+X-Python-Version: >=2.5
 Homepage: http://code.google.com/p/django-pagination/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/django-pagination/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/django-pagination/trunk/

Deleted: packages/django-pagination/trunk/debian/pyversions
===================================================================
--- packages/django-pagination/trunk/debian/pyversions	2014-02-11 23:36:45 UTC (rev 27601)
+++ packages/django-pagination/trunk/debian/pyversions	2014-02-11 23:45:32 UTC (rev 27602)
@@ -1 +0,0 @@
-2.5-

Modified: packages/django-pagination/trunk/debian/rules
===================================================================
--- packages/django-pagination/trunk/debian/rules	2014-02-11 23:36:45 UTC (rev 27601)
+++ packages/django-pagination/trunk/debian/rules	2014-02-11 23:45:32 UTC (rev 27602)
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with python2




More information about the Python-modules-commits mailing list