[Python-modules-commits] r10929 - in packages/gamera/trunk/debian (changelog control)

jwilk-guest at users.alioth.debian.org jwilk-guest at users.alioth.debian.org
Wed Dec 30 21:28:15 UTC 2009


    Date: Wednesday, December 30, 2009 @ 21:28:14
  Author: jwilk-guest
Revision: 10929

Use ?\226?\128?\156XSPV: >= 2.4?\226?\128?\157, as recent Python Policy frowns on ?\226?\128?\156XSPV: all?\226?\128?\157.

Modified:
  packages/gamera/trunk/debian/changelog
  packages/gamera/trunk/debian/control

Modified: packages/gamera/trunk/debian/changelog
===================================================================
--- packages/gamera/trunk/debian/changelog	2009-12-30 21:15:48 UTC (rev 10928)
+++ packages/gamera/trunk/debian/changelog	2009-12-30 21:28:14 UTC (rev 10929)
@@ -7,8 +7,9 @@
   * Add stricter internel dependencies between python-gamera and
     python-gamera-dev/gamera-gui.
   * Update debian/copyright in accordance to the latest DEP-5 version.
+  * Use “XSPV: >= 2.4”, as recent Python Policy frowns on “XSPV: all”.
 
- -- Jakub Wilk <ubanus at users.sf.net>  Wed, 30 Dec 2009 17:37:58 +0100
+ -- Jakub Wilk <ubanus at users.sf.net>  Wed, 30 Dec 2009 22:27:06 +0100
 
 gamera (3.2.3-1) unstable; urgency=low
 

Modified: packages/gamera/trunk/debian/control
===================================================================
--- packages/gamera/trunk/debian/control	2009-12-30 21:15:48 UTC (rev 10928)
+++ packages/gamera/trunk/debian/control	2009-12-30 21:28:14 UTC (rev 10929)
@@ -13,7 +13,7 @@
 Build-Depends-Indep:
  python-docutils, python-pygments, python-numpy, python-imaging, python-wxgtk2.8,
  help2man
-XS-Python-Version: all
+XS-Python-Version: >= 2.4
 Standards-Version: 3.8.3
 Homepage: http://gamera.sourceforge.net/
 




More information about the Python-modules-commits mailing list