[Python-modules-commits] r18855 - in packages/python-keyczar/trunk/debian (3 files)
chrisk-guest at users.alioth.debian.org
chrisk-guest at users.alioth.debian.org
Sun Oct 9 20:50:18 UTC 2011
Date: Sunday, October 9, 2011 @ 20:50:18
Author: chrisk-guest
Revision: 18855
python-support deprecated; convert to dh_python2
Modified:
packages/python-keyczar/trunk/debian/control
packages/python-keyczar/trunk/debian/rules
Deleted:
packages/python-keyczar/trunk/debian/pyversions
Modified: packages/python-keyczar/trunk/debian/control
===================================================================
--- packages/python-keyczar/trunk/debian/control 2011-10-09 20:46:51 UTC (rev 18854)
+++ packages/python-keyczar/trunk/debian/control 2011-10-09 20:50:18 UTC (rev 18855)
@@ -6,9 +6,7 @@
DM-Upload-Allowed: yes
Build-Depends:
debhelper (>= 7.0.50~),
- python-support (>= 0.90),
- python-all,
- python-simplejson,
+ python-all (>= 2.6.6-3~),
python-pyasn1,
python-crypto
Standards-Version: 3.9.2
@@ -21,7 +19,6 @@
Depends:
${python:Depends},
${misc:Depends},
- python (>= 2.6) | python-simplejson,
python-pyasn1,
python-crypto
Conflicts:
Deleted: packages/python-keyczar/trunk/debian/pyversions
===================================================================
--- packages/python-keyczar/trunk/debian/pyversions 2011-10-09 20:46:51 UTC (rev 18854)
+++ packages/python-keyczar/trunk/debian/pyversions 2011-10-09 20:50:18 UTC (rev 18855)
@@ -1 +0,0 @@
-2.4-
Modified: packages/python-keyczar/trunk/debian/rules
===================================================================
--- packages/python-keyczar/trunk/debian/rules 2011-10-09 20:46:51 UTC (rev 18854)
+++ packages/python-keyczar/trunk/debian/rules 2011-10-09 20:50:18 UTC (rev 18855)
@@ -8,7 +8,7 @@
%:
- dh $@
+ dh $@ --with python2
override_dh_auto_test:
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
More information about the Python-modules-commits
mailing list