[Python-modules-commits] r19644 - in packages/python-django-extdirect/trunk/debian (3 files)
svedrin-guest at users.alioth.debian.org
svedrin-guest at users.alioth.debian.org
Sat Dec 17 13:08:36 UTC 2011
Date: Saturday, December 17, 2011 @ 13:08:32
Author: svedrin-guest
Revision: 19644
Convert to dh_python2.
Modified:
packages/python-django-extdirect/trunk/debian/changelog
packages/python-django-extdirect/trunk/debian/control
packages/python-django-extdirect/trunk/debian/rules
Modified: packages/python-django-extdirect/trunk/debian/changelog
===================================================================
--- packages/python-django-extdirect/trunk/debian/changelog 2011-12-17 02:07:38 UTC (rev 19643)
+++ packages/python-django-extdirect/trunk/debian/changelog 2011-12-17 13:08:32 UTC (rev 19644)
@@ -1,3 +1,9 @@
+python-django-extdirect (0.6-2) UNRELEASED; urgency=low
+
+ * Convert to dh_python2.
+
+ -- Michael Ziegler <diese-addy at funzt-halt.net> Sat, 12 Nov 2011 11:42:52 +0100
+
python-django-extdirect (0.6-1) unstable; urgency=low
* New upstream release.
Modified: packages/python-django-extdirect/trunk/debian/control
===================================================================
--- packages/python-django-extdirect/trunk/debian/control 2011-12-17 02:07:38 UTC (rev 19643)
+++ packages/python-django-extdirect/trunk/debian/control 2011-12-17 13:08:32 UTC (rev 19644)
@@ -4,13 +4,11 @@
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Michael Ziegler <diese-addy at funzt-halt.net>
DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), python, python-setuptools (>= 0.6.10)
-Build-Depends-Indep: python-support (>= 0.3)
+Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3~), python-setuptools (>= 0.6.10)
Standards-Version: 3.9.2
Homepage: http://bitbucket.org/Svedrin/djextdirect/
Vcs-Svn: http://svn.debian.org/wsvn/python-modules/packages/python-django-extdirect/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-django-extdirect/?op=log
-XS-Python-Version: all
Package: python-django-extdirect
Architecture: all
Modified: packages/python-django-extdirect/trunk/debian/rules
===================================================================
--- packages/python-django-extdirect/trunk/debian/rules 2011-12-17 02:07:38 UTC (rev 19643)
+++ packages/python-django-extdirect/trunk/debian/rules 2011-12-17 13:08:32 UTC (rev 19644)
@@ -10,4 +10,4 @@
#export DH_VERBOSE=1
%:
- dh $@
+ dh $@ --with python2
More information about the Python-modules-commits
mailing list