From 9792a5f674de850b33ff3ff5d1ba945697533d71 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Mon, 1 Jun 2009 13:24:13 +0200 Subject: [PATCH 1/1] control, rules: Removed transitional package "python-rrd". This is no longer required. --- debian/changelog | 4 +++- debian/control | 15 --------------- debian/rules | 7 +++---- 3 files changed, 6 insertions(+), 20 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4e75298..e8cca00 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,8 +7,10 @@ rrdtool (1.3.8-1) unstable; urgency=low - Added bts530814-hurd to fix a FTBFS on Hurd, thanks to Marc Dequènes for reporting this and providing a patch (Closes: #530814). - Removed doc-fixes - applied upstream. + * debian/control, debian/rules: + - Removed transitional package "python-rrd" which is no longer required. - -- Sebastian Harl Mon, 01 Jun 2009 13:10:51 +0200 + -- Sebastian Harl Mon, 01 Jun 2009 13:23:33 +0200 rrdtool (1.3.7-1) unstable; urgency=low diff --git a/debian/control b/debian/control index d2bf9d5..fa1aa79 100644 --- a/debian/control +++ b/debian/control @@ -149,21 +149,6 @@ Description: Time-series data storage and display system (Python interface) . This package contains a Python interface to RRDs. -Package: python-rrd -Architecture: all -Section: python -Depends: python-rrdtool -Description: Transitional dummy package - 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), - a very compact way that will not expand over time. RRDtool processes the - extracted data to enforce a certain data density, allowing for useful - graphical representation of data values. - . - This package is a transitional dummy package to rename the package to - python-rrdtool as required by the Python policy. It can be safely removed. - Package: librrd-ruby Architecture: all Section: ruby diff --git a/debian/rules b/debian/rules index cce2ae2..db29a24 100755 --- a/debian/rules +++ b/debian/rules @@ -170,10 +170,9 @@ binary-indep: build-indep install-indep dh_testdir dh_testroot dh_link -plibrrd-ruby /usr/share/doc/librrd-ruby$(RUBY_DEFAULT_VERS) /usr/share/doc/librrd-ruby - dh_link -ppython-rrd /usr/share/doc/python-rrdtool /usr/share/doc/python-rrd - dh_installchangelogs -i -Nlibrrd-ruby -Npython-rrd CHANGES - dh_installdocs -i -Nlibrrd-ruby -Npython-rrd -A CONTRIBUTORS NEWS - dh_link -i -Nlibrrd-ruby -Npython-rrd + dh_installchangelogs -i -Nlibrrd-ruby CHANGES + dh_installdocs -i -Nlibrrd-ruby -A CONTRIBUTORS NEWS + dh_link -i -Nlibrrd-ruby echo 'rubydefault:Depends=librrd-ruby$(RUBY_DEFAULT_VERS)' >> debian/librrd-ruby.substvars dh_perl -i dh_compress -i -- 2.30.2