[Python-modules-commits] r16728 - in packages/pyke/trunk/debian (4 files)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Sat Apr 23 17:46:13 UTC 2011


    Date: Saturday, April 23, 2011 @ 17:46:08
  Author: eriol-guest
Revision: 16728

Switched to dh_python2

Modified:
  packages/pyke/trunk/debian/changelog
  packages/pyke/trunk/debian/control
  packages/pyke/trunk/debian/rules
Deleted:
  packages/pyke/trunk/debian/pyversions

Modified: packages/pyke/trunk/debian/changelog
===================================================================
--- packages/pyke/trunk/debian/changelog	2011-04-23 17:02:35 UTC (rev 16727)
+++ packages/pyke/trunk/debian/changelog	2011-04-23 17:46:08 UTC (rev 16728)
@@ -4,6 +4,8 @@
     - Removed Chris and added Debian Python Modules Team to Maintainer
     - Added added myself to Uploaders (Closes: #590777)
     - Switched Vcs-* fields to DPMT subversion repository
+  * debian/{control, rules}
+    - Switched to dh_python2
 
  -- Daniele Tricoli <eriol at mornie.org>  Sat, 23 Apr 2011 16:04:39 +0200
 

Modified: packages/pyke/trunk/debian/control
===================================================================
--- packages/pyke/trunk/debian/control	2011-04-23 17:02:35 UTC (rev 16727)
+++ packages/pyke/trunk/debian/control	2011-04-23 17:46:08 UTC (rev 16728)
@@ -3,9 +3,9 @@
 Uploaders: Daniele Tricoli <eriol at mornie.org>
 Section: python
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50~)
-Build-Depends-Indep: python-support, python-setuptools
+Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3~), python-setuptools
 Standards-Version: 3.9.1
+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/

Deleted: packages/pyke/trunk/debian/pyversions
===================================================================
--- packages/pyke/trunk/debian/pyversions	2011-04-23 17:02:35 UTC (rev 16727)
+++ packages/pyke/trunk/debian/pyversions	2011-04-23 17:46:08 UTC (rev 16728)
@@ -1 +0,0 @@
-2.5-

Modified: packages/pyke/trunk/debian/rules
===================================================================
--- packages/pyke/trunk/debian/rules	2011-04-23 17:02:35 UTC (rev 16727)
+++ packages/pyke/trunk/debian/rules	2011-04-23 17:46:08 UTC (rev 16728)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 %:
-	dh $@
+	dh $@ --with python2
 
 override_dh_auto_install:
 	dh_auto_install




More information about the Python-modules-commits mailing list