summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 828f3a4)
raw | patch | inline | side by side (parent: 828f3a4)
author | Sebastian Harl <sh@tokkee.org> | |
Tue, 19 Jan 2010 22:33:13 +0000 (23:33 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Tue, 19 Jan 2010 22:33:13 +0000 (23:33 +0100) |
This affects the librrd-ruby1.9 and rrdtool-dbg packages.
Closes: #565833, #565835
Closes: #565833, #565835
debian/changelog | patch | blob | history | |
debian/control | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 97bd1e7026da788412647d224260509c585daaf3..2f7a1e34c13a5d193f7c64ebde09941d7e2bd5ce 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
* debian/README.Debian:
- Added a note about <http://oss.oetiker.ch/rrdtool/pub/contrib/> as
requested in #323969 and lost in 1.2.26-1.
+ * debian/control, debian/rules:
+ - Switched from Ruby 1.9 to Ruby 1.9.1 (affecting the librrd-ruby1.9 and
+ rrdtool-dbg packages) (Closes: #565833, #565835).
- -- Sebastian Harl <tokkee@debian.org> Tue, 29 Dec 2009 00:06:02 +0100
+ -- Sebastian Harl <tokkee@debian.org> Tue, 19 Jan 2010 23:30:55 +0100
rrdtool (1.4~rc2+20091004-1) experimental; urgency=low
diff --git a/debian/control b/debian/control
index 070042313b726b3e0593b8976633efcfeaab0dd4..febf042d7199389d6a4b4404def55a7b2568ffdd 100644 (file)
--- a/debian/control
+++ b/debian/control
perl (>= 5.8.0),
python-all-dev (>= 2.3.5-10), python-all-dbg (>= 2.3.5-10),
python-support (>= 0.7.1),
- ruby1.8, ruby1.8-dev, ruby1.9, ruby1.9-dev,
+ ruby1.8, ruby1.8-dev, ruby1.9.1, ruby1.9.1-dev,
liblua5.1-0-dev, lua5.1
Build-Conflicts: lua50
Homepage: http://oss.oetiker.ch/rrdtool/
${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
Recommends: librrds-perl (= ${binary:Version}),
rrdtool-tcl (= ${binary:Version}), python-rrdtool (= ${binary:Version}),
- librrd-ruby1.8 (= ${binary:Version}), librrd-ruby1.9 (= ${binary:Version}),
+ librrd-ruby1.8 (= ${binary:Version}), librrd-ruby1.9.1 (= ${binary:Version}),
python-all-dbg, liblua5.1-rrd0 (= ${binary:Version})
Description: time-series data storage and display system (debugging symbols)
The Round Robin Database Tool (RRDtool) is a system to store and display
.
This package contains a Ruby 1.8 interface to RRDs.
-Package: librrd-ruby1.9
+Package: librrd-ruby1.9.1
Architecture: any
Section: ruby
Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: time-series data storage and display system (Ruby 1.9 interface)
+Description: time-series data storage and display system (Ruby 1.9.1 interface)
The Round Robin Database Tool (RRDtool) is a system to store and display
time-series data (e.g. network bandwidth, machine-room temperature,
server load average). It stores the data in Round Robin Databases (RRDs),
extracted data to enforce a certain data density, allowing for useful
graphical representation of data values.
.
- This package contains a Ruby 1.9 interface to RRDs.
+ This package contains a Ruby 1.9.1 interface to RRDs.
Package: liblua5.1-rrd0
Architecture: any
diff --git a/debian/rules b/debian/rules
index e0701250de2a67f534cb811a690f8a6b271f877f..9c50f4057c67aed1769d98d0ee512f00bf23036a 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
#Ruby versions to build for
-RUBY_VERS := 1.8 1.9
+RUBY_VERS := 1.8 1.9.1
RUBY_DEFAULT_VERS := 1.8
PY_VERS := $(shell pyversions -vr)