[Python-modules-commits] r19149 - in packages/python-django-registration/trunk/debian (3 files)
hertzog at users.alioth.debian.org
hertzog at users.alioth.debian.org
Wed Nov 2 10:49:36 UTC 2011
Date: Wednesday, November 2, 2011 @ 10:49:35
Author: hertzog
Revision: 19149
Switch to dh_python2 instead of python-support.
Modified:
packages/python-django-registration/trunk/debian/changelog
packages/python-django-registration/trunk/debian/control
packages/python-django-registration/trunk/debian/rules
Modified: packages/python-django-registration/trunk/debian/changelog
===================================================================
--- packages/python-django-registration/trunk/debian/changelog 2011-11-02 10:45:11 UTC (rev 19148)
+++ packages/python-django-registration/trunk/debian/changelog 2011-11-02 10:49:35 UTC (rev 19149)
@@ -1,6 +1,7 @@
python-django-registration (0.7-3) UNRELEASED; urgency=low
* Provide README.Debian in place of upstream's README.txt. Closes: #646589
+ * Switch to dh_python2 instead of python-support.
-- Raphaël Hertzog <hertzog at debian.org> Wed, 02 Nov 2011 11:43:40 +0100
Modified: packages/python-django-registration/trunk/debian/control
===================================================================
--- packages/python-django-registration/trunk/debian/control 2011-11-02 10:45:11 UTC (rev 19148)
+++ packages/python-django-registration/trunk/debian/control 2011-11-02 10:49:35 UTC (rev 19149)
@@ -4,8 +4,8 @@
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Raphaël Hertzog <hertzog at debian.org>, David Spreen <netzwurm at debian.org>, Stephan Peijnik <debian at sp.or.at>
Standards-Version: 3.8.3
-Build-Depends: debhelper (>= 7.0.50~), python
-Build-Depends-Indep: python-support (>= 0.3), python-docutils, python-django (>= 1.0)
+Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3~)
+Build-Depends-Indep: python-docutils, python-django (>= 1.0)
Homepage: http://www.bitbucket.org/ubernostrum/django-registration/wiki/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django-registration/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-django-registration/trunk/
Modified: packages/python-django-registration/trunk/debian/rules
===================================================================
--- packages/python-django-registration/trunk/debian/rules 2011-11-02 10:45:11 UTC (rev 19148)
+++ packages/python-django-registration/trunk/debian/rules 2011-11-02 10:49:35 UTC (rev 19149)
@@ -3,7 +3,7 @@
PKG = $(shell dh_listpackages)
%:
- dh $@
+ dh $@ --with python2
override_dh_auto_build:
cd registration && /usr/bin/django-admin compilemessages
More information about the Python-modules-commits
mailing list