[Python-modules-commits] r21369 - in packages/python-byteplay/trunk/debian (changelog control)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Mon Apr 23 11:14:34 UTC 2012


    Date: Monday, April 23, 2012 @ 11:14:30
  Author: jwilk
Revision: 21369

Add ?\226?\128?\156<< 2.8?\226?\128?\157 to XS-Python-Version.

Modified:
  packages/python-byteplay/trunk/debian/changelog
  packages/python-byteplay/trunk/debian/control

Modified: packages/python-byteplay/trunk/debian/changelog
===================================================================
--- packages/python-byteplay/trunk/debian/changelog	2012-04-23 10:18:30 UTC (rev 21368)
+++ packages/python-byteplay/trunk/debian/changelog	2012-04-23 11:14:30 UTC (rev 21369)
@@ -9,8 +9,10 @@
   * Don't pass control file path to pyversions explicitly.
   * Remove ‘zip_safe = True’ from setup.py; this is a setuptools-specific
     option, but in Debian we use pure distutils.
+  * Add “<< 2.8” to XS-Python-Version. The package requires porting to each
+    Python version separately.
 
- -- Jakub Wilk <jwilk at debian.org>  Tue, 13 Mar 2012 19:31:31 +0100
+ -- Jakub Wilk <jwilk at debian.org>  Mon, 23 Apr 2012 13:14:11 +0200
 
 python-byteplay (0.2-1) unstable; urgency=low
 

Modified: packages/python-byteplay/trunk/debian/control
===================================================================
--- packages/python-byteplay/trunk/debian/control	2012-04-23 10:18:30 UTC (rev 21368)
+++ packages/python-byteplay/trunk/debian/control	2012-04-23 11:14:30 UTC (rev 21369)
@@ -8,7 +8,7 @@
 Build-Depends: debhelper (>= 7),
  python-support (>= 0.90),
  python-all (>= 2.4),
-XS-Python-Version: >= 2.4
+XS-Python-Version: >= 2.4, << 2.8
 Standards-Version: 3.9.3
 Homepage: http://code.google.com/p/byteplay
 




More information about the Python-modules-commits mailing list