From 9e6df42c4c5d25a32529171ad1d059ef6351013d Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Tue, 19 Jan 2010 23:33:13 +0100 Subject: [PATCH] control, rules: Switched from Ruby 1.9 to Ruby 1.9.1. This affects the librrd-ruby1.9 and rrdtool-dbg packages. Closes: #565833, #565835 --- debian/changelog | 5 ++++- debian/control | 10 +++++----- debian/rules | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 97bd1e7..2f7a1e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,8 +12,11 @@ rrdtool (1.4.2-1) UNRELEASED; urgency=low * debian/README.Debian: - Added a note about 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 Tue, 29 Dec 2009 00:06:02 +0100 + -- Sebastian Harl 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 0700423..febf042 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/debian/rules b/debian/rules index e070125..9c50f40 100755 --- a/debian/rules +++ b/debian/rules @@ -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) -- 2.30.2