[Python-modules-commits] r30382 - in packages/python-openid/trunk/debian (control rules)
dottedmag at users.alioth.debian.org
dottedmag at users.alioth.debian.org
Sun Aug 31 16:33:14 UTC 2014
Date: Sunday, August 31, 2014 @ 16:33:13
Author: dottedmag
Revision: 30382
Switch from python-support to dh_python2
Modified:
packages/python-openid/trunk/debian/control
packages/python-openid/trunk/debian/rules
Modified: packages/python-openid/trunk/debian/control
===================================================================
--- packages/python-openid/trunk/debian/control 2014-08-31 16:31:49 UTC (rev 30381)
+++ packages/python-openid/trunk/debian/control 2014-08-31 16:33:13 UTC (rev 30382)
@@ -3,8 +3,8 @@
Priority: optional
Maintainer: Mikhail Gusarov <dottedmag at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~), python, python-epydoc
-Build-Depends-Indep: python-support (>= 0.6.4)
+Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3~), python-epydoc
+Build-Depends-Indep: dh-python
Standards-Version: 3.9.5
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-openid/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-openid/trunk/
Modified: packages/python-openid/trunk/debian/rules
===================================================================
--- packages/python-openid/trunk/debian/rules 2014-08-31 16:31:49 UTC (rev 30381)
+++ packages/python-openid/trunk/debian/rules 2014-08-31 16:33:13 UTC (rev 30382)
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh $@ --with python2
override_dh_auto_install:
mkdir -p debian/python-openid-doc/usr/share/doc/python-openid-doc/html
More information about the Python-modules-commits
mailing list