[Python-modules-commits] r18531 - in packages/python-django/trunk/debian (5 files)

hertzog at users.alioth.debian.org hertzog at users.alioth.debian.org
Thu Sep 15 09:08:54 UTC 2011


    Date: Thursday, September 15, 2011 @ 09:08:53
  Author: hertzog
Revision: 18531

Switch to dh_python2 as python helper tool. Drop legacy files
debian/pyversions and debian/pycompat.

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

Modified: packages/python-django/trunk/debian/changelog
===================================================================
--- packages/python-django/trunk/debian/changelog	2011-09-15 08:54:48 UTC (rev 18530)
+++ packages/python-django/trunk/debian/changelog	2011-09-15 09:08:53 UTC (rev 18531)
@@ -14,6 +14,8 @@
     on python-sphinx >= 1.0.7+dfsg-1 for this and also add
     ${sphinxdoc:Depends} to python-django-doc Depends field.
   * Cleanup build-dependencies now that even oldstable has python 2.5.
+  * Switch to dh_python2 as python helper tool. Drop legacy files
+    debian/pyversions and debian/pycompat.
 
  -- Raphaël Hertzog <hertzog at debian.org>  Thu, 15 Sep 2011 09:37:26 +0200
 

Modified: packages/python-django/trunk/debian/control
===================================================================
--- packages/python-django/trunk/debian/control	2011-09-15 08:54:48 UTC (rev 18530)
+++ packages/python-django/trunk/debian/control	2011-09-15 09:08:53 UTC (rev 18531)
@@ -4,7 +4,7 @@
 Maintainer: Chris Lamb <lamby at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>, Raphaël Hertzog <hertzog at debian.org>
 Standards-Version: 3.9.2
-Build-Depends: debhelper (>= 7.0.50), python, python-support, python-sphinx (>= 1.0.7+dfsg-1), locales
+Build-Depends: debhelper (>= 7.0.50), python (>= 2.6.6-3~), python-support, python-sphinx (>= 1.0.7+dfsg-1), locales
 Build-Depends-Indep: libjs-jquery
 Homepage: http://www.djangoproject.com/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django/trunk/

Deleted: packages/python-django/trunk/debian/pycompat
===================================================================
--- packages/python-django/trunk/debian/pycompat	2011-09-15 08:54:48 UTC (rev 18530)
+++ packages/python-django/trunk/debian/pycompat	2011-09-15 09:08:53 UTC (rev 18531)
@@ -1 +0,0 @@
-2

Deleted: packages/python-django/trunk/debian/pyversions
===================================================================
--- packages/python-django/trunk/debian/pyversions	2011-09-15 08:54:48 UTC (rev 18530)
+++ packages/python-django/trunk/debian/pyversions	2011-09-15 09:08:53 UTC (rev 18531)
@@ -1 +0,0 @@
-2.3-

Modified: packages/python-django/trunk/debian/rules
===================================================================
--- packages/python-django/trunk/debian/rules	2011-09-15 08:54:48 UTC (rev 18530)
+++ packages/python-django/trunk/debian/rules	2011-09-15 09:08:53 UTC (rev 18531)
@@ -12,7 +12,7 @@
 PREFIX = debian/python-django
 
 %:
-	dh $@ --with sphinxdoc
+	dh $@ --with sphinxdoc,python2
 
 override_dh_auto_clean:
 	rm -rf docs.debian tests/__init__.py




More information about the Python-modules-commits mailing list