Code

control, rules: Switched from Ruby 1.9 to Ruby 1.9.1.
authorSebastian Harl <sh@tokkee.org>
Tue, 19 Jan 2010 22:33:13 +0000 (23:33 +0100)
committerSebastian 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
debian/changelog
debian/control
debian/rules

index 97bd1e7026da788412647d224260509c585daaf3..2f7a1e34c13a5d193f7c64ebde09941d7e2bd5ce 100644 (file)
@@ -12,8 +12,11 @@ rrdtool (1.4.2-1) UNRELEASED; urgency=low
   * 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
 
index 070042313b726b3e0593b8976633efcfeaab0dd4..febf042d7199389d6a4b4404def55a7b2568ffdd 100644 (file)
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 5.0.38), groff, autotools-dev, gettext, quilt,
  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/
@@ -57,7 +57,7 @@ Depends: rrdtool (= ${binary:Version}), librrd4 (= ${binary:Version}),
  ${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
@@ -194,11 +194,11 @@ Description: time-series data storage and display system (Ruby 1.8 interface)
  .
  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),
@@ -206,7 +206,7 @@ Description: time-series data storage and display system (Ruby 1.9 interface)
  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
index e0701250de2a67f534cb811a690f8a6b271f877f..9c50f4057c67aed1769d98d0ee512f00bf23036a 100755 (executable)
@@ -20,7 +20,7 @@ endif
 
 
 #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)