[Python-apps-commits] r7626 - in packages/pyrit/trunk/debian (control pyversions rules)
chrisk-guest at users.alioth.debian.org
chrisk-guest at users.alioth.debian.org
Sun Oct 9 20:30:41 UTC 2011
Date: Sunday, October 9, 2011 @ 20:30:38
Author: chrisk-guest
Revision: 7626
python-support deprecated; convert to dh_python2
Modified:
packages/pyrit/trunk/debian/control
packages/pyrit/trunk/debian/rules
Deleted:
packages/pyrit/trunk/debian/pyversions
Modified: packages/pyrit/trunk/debian/control
===================================================================
--- packages/pyrit/trunk/debian/control 2011-10-07 19:28:31 UTC (rev 7625)
+++ packages/pyrit/trunk/debian/control 2011-10-09 20:30:38 UTC (rev 7626)
@@ -5,8 +5,7 @@
Uploaders: Christian Kastner <debian at kvr.at>
Build-Depends:
debhelper (>= 7.0.50~),
- python-all-dev (>= 2.5),
- python-support (>= 0.90),
+ python-all-dev (>= 2.6.6-3~),
python-scapy (>= 2.0),
python-sqlalchemy (>= 0.5.6),
libssl-dev,
Deleted: packages/pyrit/trunk/debian/pyversions
===================================================================
--- packages/pyrit/trunk/debian/pyversions 2011-10-07 19:28:31 UTC (rev 7625)
+++ packages/pyrit/trunk/debian/pyversions 2011-10-09 20:30:38 UTC (rev 7626)
@@ -1 +0,0 @@
-2.5-
Modified: packages/pyrit/trunk/debian/rules
===================================================================
--- packages/pyrit/trunk/debian/rules 2011-10-07 19:28:31 UTC (rev 7625)
+++ packages/pyrit/trunk/debian/rules 2011-10-09 20:30:38 UTC (rev 7626)
@@ -13,7 +13,7 @@
%:
- dh $@
+ dh $@ --with python2
override_dh_auto_configure:
dh_auto_configure
More information about the Python-apps-commits
mailing list