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

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Sun May 8 03:09:51 UTC 2011


    Date: Sunday, May 8, 2011 @ 03:09:42
  Author: eriol-guest
Revision: 16978

Switched back to 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-05-07 20:12:54 UTC (rev 16977)
+++ packages/pyke/trunk/debian/changelog	2011-05-08 03:09:42 UTC (rev 16978)
@@ -7,8 +7,6 @@
     - Bumped Standards-Version to 3.9.2 (no changes needed)
     - Dropped Breaks fields: package pyke was never part of a stable
       release so they are not needed in python-pyke
-  * 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

Modified: packages/pyke/trunk/debian/control
===================================================================
--- packages/pyke/trunk/debian/control	2011-05-07 20:12:54 UTC (rev 16977)
+++ packages/pyke/trunk/debian/control	2011-05-08 03:09:42 UTC (rev 16978)
@@ -3,9 +3,8 @@
 Uploaders: Daniele Tricoli <eriol at mornie.org>
 Section: python
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3~), python-setuptools
+Build-Depends: debhelper (>= 7.0.50~), python-setuptools, python-support
 Standards-Version: 3.9.2
-X-Python-Version: >= 2.5
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyke/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyke/trunk/
 Homepage: http://pyke.sourceforge.net/

Modified: packages/pyke/trunk/debian/rules
===================================================================
--- packages/pyke/trunk/debian/rules	2011-05-07 20:12:54 UTC (rev 16977)
+++ packages/pyke/trunk/debian/rules	2011-05-08 03:09:42 UTC (rev 16978)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 %:
-	dh $@ --with python2
+	dh $@
 
 override_dh_auto_install:
 	dh_auto_install




More information about the Python-modules-commits mailing list