Code

control, rules: Removed transitional package "python-rrd".
authorSebastian Harl <sh@tokkee.org>
Mon, 1 Jun 2009 11:24:13 +0000 (13:24 +0200)
committerSebastian Harl <sh@tokkee.org>
Mon, 1 Jun 2009 11:49:27 +0000 (13:49 +0200)
This is no longer required.

debian/changelog
debian/control
debian/rules

index 4e75298adfa42861f817f7a0cdf35590a1b22ab4..e8cca00fffa536e866b529b79f8ce6cbc6e1e271 100644 (file)
@@ -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 <tokkee@debian.org>  Mon, 01 Jun 2009 13:10:51 +0200
+ -- Sebastian Harl <tokkee@debian.org>  Mon, 01 Jun 2009 13:23:33 +0200
 
 rrdtool (1.3.7-1) unstable; urgency=low
 
index d2bf9d59c7973e9a5d841a112c997056d6f030b4..fa1aa7997037d9d14bbf9361a772e108d7d65375 100644 (file)
@@ -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
index cce2ae287370bd2420d7ad5d2a8dac9508b802a3..db29a2455dfef68d8c1fc1676ecb820c17226d13 100755 (executable)
@@ -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