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

asb at users.alioth.debian.org asb at users.alioth.debian.org
Sun Aug 31 20:59:51 UTC 2014


    Date: Sunday, August 31, 2014 @ 20:59:51
  Author: asb
Revision: 30400

Drop python-support in favor of 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	2014-08-31 20:37:13 UTC (rev 30399)
+++ packages/pyke/trunk/debian/changelog	2014-08-31 20:59:51 UTC (rev 30400)
@@ -1,7 +1,11 @@
 pyke (1.1.1-4) UNRELEASED; urgency=low
 
+  [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 
+  [ Andrew Starr-Bochicchio ]
+  * Drop python-support in favor of dh_python2.
+
  -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:01:48 +0200
 
 pyke (1.1.1-3) unstable; urgency=low

Modified: packages/pyke/trunk/debian/control
===================================================================
--- packages/pyke/trunk/debian/control	2014-08-31 20:37:13 UTC (rev 30399)
+++ packages/pyke/trunk/debian/control	2014-08-31 20:59:51 UTC (rev 30400)
@@ -4,14 +4,14 @@
 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,
-               python-support,
                python-wxgtk2.8,
                rest2web,
 Standards-Version: 3.9.2
+X-Python-Version: >= 2.6
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pyke/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pyke/trunk/
 Homepage: http://pyke.sourceforge.net/

Deleted: packages/pyke/trunk/debian/pyversions
===================================================================
--- packages/pyke/trunk/debian/pyversions	2014-08-31 20:37:13 UTC (rev 30399)
+++ packages/pyke/trunk/debian/pyversions	2014-08-31 20:59:51 UTC (rev 30400)
@@ -1 +0,0 @@
-2.5-

Modified: packages/pyke/trunk/debian/rules
===================================================================
--- packages/pyke/trunk/debian/rules	2014-08-31 20:37:13 UTC (rev 30399)
+++ packages/pyke/trunk/debian/rules	2014-08-31 20:59:51 UTC (rev 30400)
@@ -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