[Python-modules-commits] r27880 - in packages/django-openid-auth/trunk/debian (3 files)
asb at users.alioth.debian.org
asb at users.alioth.debian.org
Sat Feb 22 17:59:54 UTC 2014
Date: Saturday, February 22, 2014 @ 17:59:53
Author: asb
Revision: 27880
Transition from python-support to dh_python2.
Modified:
packages/django-openid-auth/trunk/debian/changelog
packages/django-openid-auth/trunk/debian/control
packages/django-openid-auth/trunk/debian/rules
Modified: packages/django-openid-auth/trunk/debian/changelog
===================================================================
--- packages/django-openid-auth/trunk/debian/changelog 2014-02-22 17:53:51 UTC (rev 27879)
+++ packages/django-openid-auth/trunk/debian/changelog 2014-02-22 17:59:53 UTC (rev 27880)
@@ -6,6 +6,7 @@
* Add debian/NEW entry describing the situation with
the new Django session serializer.
* Bump Standards-Version to 3.9.5, no changes needed.
+ * Transition from python-support to dh_python2.
-- Andrew Starr-Bochicchio <asb at debian.org> Sat, 22 Feb 2014 12:14:22 -0500
Modified: packages/django-openid-auth/trunk/debian/control
===================================================================
--- packages/django-openid-auth/trunk/debian/control 2014-02-22 17:53:51 UTC (rev 27879)
+++ packages/django-openid-auth/trunk/debian/control 2014-02-22 17:59:53 UTC (rev 27880)
@@ -5,12 +5,11 @@
Uploaders: Michael Fladischer <FladischerMichael at fladi.at>,
Andrew Starr-Bochicchio <asb at debian.org>
Build-Depends: debhelper (>= 7.3.7~),
- python-all (>= 2.6),
+ python-all (>= 2.6.6-3~),
python-django (>= 1.2),
- python-openid,
- python-support
+ python-openid
Standards-Version: 3.9.5
-XS-Python-Version: >= 2.6
+X-Python-Version: >= 2.6
Homepage: https://launchpad.net/django-openid-auth
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/django-openid-auth/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/django-openid-auth/trunk/
Modified: packages/django-openid-auth/trunk/debian/rules
===================================================================
--- packages/django-openid-auth/trunk/debian/rules 2014-02-22 17:53:51 UTC (rev 27879)
+++ packages/django-openid-auth/trunk/debian/rules 2014-02-22 17:59:53 UTC (rev 27880)
@@ -3,7 +3,7 @@
%:
# Because of the makefile included in upstream we need to set the
# buildsystem explicitly.
- dh --buildsystem=python_distutils $@
+ dh --buildsystem=python_distutils $@ --with python2
.PHONY: override_dh_auto_configure
override_dh_auto_configure:
More information about the Python-modules-commits
mailing list