Code

control: Let librrd-ruby depend on ${misc:Depends}.
authorSebastian Harl <sh@tokkee.org>
Tue, 19 Jan 2010 22:35:25 +0000 (23:35 +0100)
committerSebastian Harl <sh@tokkee.org>
Tue, 19 Jan 2010 22:35:25 +0000 (23:35 +0100)
… to shut up lintian, mostly.

debian/changelog
debian/control

index 2f7a1e34c13a5d193f7c64ebde09941d7e2bd5ce..aa685aec75f95a22730e86d5f7ce048d35e42abc 100644 (file)
@@ -15,8 +15,10 @@ rrdtool (1.4.2-1) UNRELEASED; urgency=low
   * 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).
+  * debian/control:
+    - Let librrd-ruby depend on ${misc:Depends} (to shut up lintian, mostly).
 
- -- Sebastian Harl <tokkee@debian.org>  Tue, 19 Jan 2010 23:30:55 +0100
+ -- Sebastian Harl <tokkee@debian.org>  Tue, 19 Jan 2010 23:34:51 +0100
 
 rrdtool (1.4~rc2+20091004-1) experimental; urgency=low
 
index febf042d7199389d6a4b4404def55a7b2568ffdd..bc1692fd8d3d56fa9c39caef5c3582615529caff 100644 (file)
@@ -168,7 +168,7 @@ Description: time-series data storage and display system (Python interface)
 Package: librrd-ruby
 Architecture: all
 Section: ruby
-Depends: ${rubydefault:Depends}
+Depends: ${rubydefault:Depends}, ${misc:Depends}
 Description: time-series data storage and display system (Ruby interface)
  The Round Robin Database Tool (RRDtool) is a system to store and display
  time-series data (e.g. network bandwidth, machine-room temperature,