summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e672950)
raw | patch | inline | side by side (parent: e672950)
author | Sebastian Harl <sh@tokkee.org> | |
Fri, 8 May 2009 20:16:40 +0000 (22:16 +0200) | ||
committer | Sebastian 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 | patch | blob | history | |
debian/control | patch | blob | history | |
debian/pyversions | [deleted file] | patch | blob | history |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index f82314eb2d9595f7dea3b8796e11e5a3186edd93..99e426a0ab6e93f6e6c1e85e15c7e6500eb911db 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
- 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).
- 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
diff --git a/debian/control b/debian/control
index e941de36a89f6ed0762f1cea5c432eea508e18c6..57e203e582fceb10aa4b8dad492601de56f7621b 100644 (file)
--- a/debian/control
+++ b/debian/control
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
--- a/debian/pyversions
+++ /dev/null
@@ -1 +0,0 @@
-2.3-
diff --git a/debian/rules b/debian/rules
index 9290ed3d0291193012eea65d1e8f20579e61b22c..cce2ae287370bd2420d7ad5d2a8dac9508b802a3 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
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' \