[Python-modules-commits] r17726 - in packages/pyke/trunk/debian (changelog control rules)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Tue Jul 5 22:10:23 UTC 2011
Date: Tuesday, July 5, 2011 @ 22:10:22
Author: eriol-guest
Revision: 17726
Reverted to use python-support
Modified:
packages/pyke/trunk/debian/changelog
packages/pyke/trunk/debian/control
packages/pyke/trunk/debian/rules
Modified: packages/pyke/trunk/debian/changelog
===================================================================
--- packages/pyke/trunk/debian/changelog 2011-07-05 20:07:40 UTC (rev 17725)
+++ packages/pyke/trunk/debian/changelog 2011-07-05 22:10:22 UTC (rev 17726)
@@ -12,8 +12,6 @@
- Added rest2web as build-deb to build documentation
- Added python-ply (>= 3.4) as build-dep to be able to use dh_python-ply
and added ${python-ply:Depends} dependency
- * debian/{control,rules}
- - Switched to dh_python2
* debian/python-pyke-doc.docs
- Renamed pyke-doc.docs to python-pyke-doc.docs
* debian/python-pyke-doc.doc-base
@@ -55,7 +53,7 @@
- Added patch by Jakub Wilk to skip check_tables: python-ply tables are
regenerated at built time
- -- Daniele Tricoli <eriol at mornie.org> Tue, 05 Jul 2011 00:08:32 +0200
+ -- Daniele Tricoli <eriol at mornie.org> Wed, 06 Jul 2011 00:07:38 +0200
pyke (1.1.1-1) unstable; urgency=low
Modified: packages/pyke/trunk/debian/control
===================================================================
--- packages/pyke/trunk/debian/control 2011-07-05 20:07:40 UTC (rev 17725)
+++ packages/pyke/trunk/debian/control 2011-07-05 22:10:22 UTC (rev 17726)
@@ -4,7 +4,7 @@
Section: python
Priority: optional
Build-Depends: debhelper (>= 7.0.50~),
- python-all (>= 2.6.6-3~),
+ python-all,
python-nose,
python-ply (>= 3.4),
python-setuptools,
Modified: packages/pyke/trunk/debian/rules
===================================================================
--- packages/pyke/trunk/debian/rules 2011-07-05 20:07:40 UTC (rev 17725)
+++ packages/pyke/trunk/debian/rules 2011-07-05 22:10:22 UTC (rev 17726)
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
%:
- dh $@ --with python2
+ dh $@
override_dh_auto_configure:
rm -rf pyke/krb_compiler/ply/ pyke/krb_compiler/*_tables.py
More information about the Python-modules-commits
mailing list