Code

rules: Use 'pyversions -vr' instead of 'pysupport-parseversions'.
authorSebastian Harl <sh@tokkee.org>
Fri, 8 May 2009 20:16:40 +0000 (22:16 +0200)
committerSebastian Harl <sh@tokkee.org>
Fri, 8 May 2009 20:16:40 +0000 (22:16 +0200)
Added XS-Python-Version field to control, replacing the pyversions file.

debian/changelog
debian/control
debian/pyversions [deleted file]
debian/rules

index f82314eb2d9595f7dea3b8796e11e5a3186edd93..99e426a0ab6e93f6e6c1e85e15c7e6500eb911db 100644 (file)
@@ -24,6 +24,7 @@ rrdtool (1.3.7-1) unstable; urgency=low
     - Remove .txt and .pod documentation from the 'rrdtool' binary package -
       the manpages are a lot more useful.
     - Pass --fail-missing (instead of --list-missing) to dh_install.
+    - Use 'pyversions -vr' instead of 'pysupport-parseversions'.
   * Added new binary package rrdtool-dbg. Unfortunately, segfaults and the
     like are not uncommon in rrdtool - this will help to trace them back more
     easily (Closes: #518480).
@@ -33,14 +34,17 @@ rrdtool (1.3.7-1) unstable; urgency=low
     - Moved librrd-ruby* packages from section "interpreters" to the newly
       added section "ruby".
     - Updated standards-version to 3.8.1 - no changes.
+    - Added XS-Python-Version field, specifying versions >= 2.3.
   * debian/librrd-dev.install:
     - Added /usr/lib/pkgconfig/librrd.pc (Closes: #522144).
   * debian/rrdtool.install, debian/rrdtool.examples:
     - Install examples/* and ifOctets.tcl using dh_install instead of
       dh_installexamples. This allows the use of --fail-missing when running
       dh_install.
+  * Removed debian/pyversions - has been replaced by the XS-Python-Version
+    field.
 
- -- Sebastian Harl <sh@tokkee.org>  Fri, 08 May 2009 18:00:59 +0200
+ -- Sebastian Harl <sh@tokkee.org>  Fri, 08 May 2009 22:13:21 +0200
 
 rrdtool (1.3.1-4) unstable; urgency=high
 
index e941de36a89f6ed0762f1cea5c432eea508e18c6..57e203e582fceb10aa4b8dad492601de56f7621b 100644 (file)
@@ -14,6 +14,7 @@ Build-Depends: debhelper (>= 5.0.38), groff, autotools-dev, quilt,
 Homepage: http://oss.oetiker.ch/rrdtool/
 Vcs-Browser: http://git.snow-crash.org/?p=pkg-rrdtool.git;a=summary
 Vcs-Git: git://git.snow-crash.org/pkg-rrdtool.git/
+XS-Python-Version: >= 2.3
 
 Package: rrdtool
 Architecture: any
diff --git a/debian/pyversions b/debian/pyversions
deleted file mode 100644 (file)
index 57a7586..0000000
+++ /dev/null
@@ -1 +0,0 @@
-2.3-
index 9290ed3d0291193012eea65d1e8f20579e61b22c..cce2ae287370bd2420d7ad5d2a8dac9508b802a3 100755 (executable)
@@ -12,11 +12,7 @@ include /usr/share/quilt/quilt.make
 RUBY_VERS := 1.8 1.9
 RUBY_DEFAULT_VERS := 1.8
 
-#Python versions to build for. The work-around-doko way.
-PY_VERS := $(shell set -e; \
-                   for py in `pysupport-parseversions debian/pyversions`; do \
-                       if [ -x /usr/bin/python$$py ]; then echo $$py; fi;    \
-                   done)
+PY_VERS := $(shell pyversions -vr)
 
 #tcl version we're building for
 TCL_VERS := $(shell dpkg -s tcl-dev | grep '^Depends' \