[Python-modules-commits] r17716 - in packages/pyke/trunk/debian (changelog control rules)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Mon Jul 4 23:17:20 UTC 2011


    Date: Monday, July 4, 2011 @ 23:17:19
  Author: eriol-guest
Revision: 17716

Switched to dh_python2

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-04 15:43:46 UTC (rev 17715)
+++ packages/pyke/trunk/debian/changelog	2011-07-04 23:17:19 UTC (rev 17716)
@@ -12,6 +12,8 @@
     - 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
@@ -53,7 +55,7 @@
     - Added patch by Jakub Wilk to skip check_tables: python-ply tables are
       regenerated at built time
 
- -- Daniele Tricoli <eriol at mornie.org>  Fri, 17 Jun 2011 05:39:05 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Tue, 05 Jul 2011 00:08:32 +0200
 
 pyke (1.1.1-1) unstable; urgency=low
 

Modified: packages/pyke/trunk/debian/control
===================================================================
--- packages/pyke/trunk/debian/control	2011-07-04 15:43:46 UTC (rev 17715)
+++ packages/pyke/trunk/debian/control	2011-07-04 23:17:19 UTC (rev 17716)
@@ -4,7 +4,7 @@
 Section: python
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50~),
-               python-all,
+               python-all (>= 2.6.6-3~),
                python-nose,
                python-ply (>= 3.4),
                python-setuptools,

Modified: packages/pyke/trunk/debian/rules
===================================================================
--- packages/pyke/trunk/debian/rules	2011-07-04 15:43:46 UTC (rev 17715)
+++ packages/pyke/trunk/debian/rules	2011-07-04 23:17:19 UTC (rev 17716)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 %:
-	dh $@
+	dh $@ --with python2
 
 override_dh_auto_configure:
 	rm -rf pyke/krb_compiler/ply/ pyke/krb_compiler/*_tables.py




More information about the Python-modules-commits mailing list