[Python-apps-commits] r4854 - in packages/pkpgcounter/trunk/debian (changelog control rules)

akumar at users.alioth.debian.org akumar at users.alioth.debian.org
Wed Feb 24 16:18:18 UTC 2010


    Date: Wednesday, February 24, 2010 @ 16:18:10
  Author: akumar
Revision: 4854

* debian/control:
  + Standards Version is now 3.8.4 (no changes needed)
  + Build-Depend on python-support above 0.90.
  + Use "all" instead of "current" for XS-Python-Versions.
    (Closes: #570561)
* debian/rules:
  + Use the default Python version.

Modified:
  packages/pkpgcounter/trunk/debian/changelog
  packages/pkpgcounter/trunk/debian/control
  packages/pkpgcounter/trunk/debian/rules

Modified: packages/pkpgcounter/trunk/debian/changelog
===================================================================
--- packages/pkpgcounter/trunk/debian/changelog	2010-02-24 13:36:43 UTC (rev 4853)
+++ packages/pkpgcounter/trunk/debian/changelog	2010-02-24 16:18:10 UTC (rev 4854)
@@ -1,3 +1,15 @@
+pkpgcounter (3.50-6) UNRELEASED; urgency=low
+
+  * debian/control:
+    + Standards Version is now 3.8.4 (no changes needed)
+    + Build-Depend on python-support above 0.90.
+    + Use "all" instead of "current" for XS-Python-Versions.
+      (Closes: #570561)
+  * debian/rules:
+    + Use the default Python version.
+
+ -- Kumar Appaiah <akumar at debian.org>  Wed, 24 Feb 2010 10:06:50 -0600
+
 pkpgcounter (3.50-5) unstable; urgency=low
 
   [ Julien Lavergne ]

Modified: packages/pkpgcounter/trunk/debian/control
===================================================================
--- packages/pkpgcounter/trunk/debian/control	2010-02-24 13:36:43 UTC (rev 4853)
+++ packages/pkpgcounter/trunk/debian/control	2010-02-24 16:18:10 UTC (rev 4854)
@@ -3,10 +3,10 @@
 Priority: optional
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Kumar Appaiah <akumar at debian.org>, Jerome Alet <alet at librelogiciel.com>
-Build-Depends-Indep: python (>= 2.3.5-11~), python-support (>= 0.6.4), python-imaging
+Build-Depends-Indep: python (>= 2.3.5-11~), python-support (>= 0.90), python-imaging
 Build-Depends: debhelper (>= 5.0.37.3), quilt
-Standards-Version: 3.8.3
-XS-Python-Version: current
+Standards-Version: 3.8.4
+XS-Python-Version: all
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/pkpgcounter/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/pkpgcounter/trunk/
 Homepage: http://www.pykota.com/software/pkpgcounter

Modified: packages/pkpgcounter/trunk/debian/rules
===================================================================
--- packages/pkpgcounter/trunk/debian/rules	2010-02-24 13:36:43 UTC (rev 4853)
+++ packages/pkpgcounter/trunk/debian/rules	2010-02-24 16:18:10 UTC (rev 4854)
@@ -3,7 +3,7 @@
 #export DH_VERBOSE=1
 
 # The versions of python currently supported
-PYTHON=$(shell pyversions -r)
+PYTHON=$(shell pyversions -d)
 
 include /usr/share/quilt/quilt.make
 -include /usr/share/python/python.mk




More information about the Python-apps-commits mailing list