Code

control: Updated standards-version to 3.8.1.
[pkg-rrdtool.git] / debian / control
index 3983e316e1685e2f11c6d28c013e61c7140e7d9f..e941de36a89f6ed0762f1cea5c432eea508e18c6 100644 (file)
@@ -3,7 +3,7 @@ Section: utils
 Priority: optional
 Maintainer: Debian RRDtool Team <rrdtool@ml.snow-crash.org>
 Uploaders: Sebastian Harl <sh@tokkee.org>, Alexander Wirt <formorer@debian.org>, Bernd Zeimetz <bzed@debian.org>
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Build-Depends: debhelper (>= 5.0.38), groff, autotools-dev, quilt,
  zlib1g-dev, libpng12-dev, libcairo2-dev, libpango1.0-dev, libfreetype6-dev,
  libxml2-dev,
@@ -34,6 +34,28 @@ Description: Time-series data storage and display system (programs)
  This package contains command-line programs used to access and manipulate
  RRDs.
 
+Package: rrdtool-dbg
+Architecture: any
+Priority: extra
+Section: debug
+Depends: rrdtool (= ${binary:Version}), librrd4 (= ${binary:Version})
+Recommends: librrds-perl (= ${binary:Version}),
+ rrdtool-tcl (= ${binary:Version}), python-rrdtool (= ${binary:Version}),
+ librrd-ruby1.8 (= ${binary:Version}), librrd-ruby1.9 (= ${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
+ 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.
+ .
+ RRDtool is often used via various wrappers that can poll data from devices
+ and feed data into RRDs, as well as provide a friendlier user interface and
+ customized graphs.
+ .
+ This package contains the debugging symbols for the program and library files.
+
 Package: librrd4
 Architecture: any
 Section: libs
@@ -53,7 +75,7 @@ Description: Time-series data storage and display system (runtime library)
 Package: librrd-dev
 Architecture: any
 Section: libdevel
-Depends: libc6-dev | libc-dev, librrd4 (= ${binary:Version}), libpng12-dev, zlib1g-dev, libcairo2-dev, libpango1.0-dev, libfreetype6-dev, ${misc:Depends}
+Depends: libc6-dev | libc-dev, librrd4 (= ${binary:Version}), libpng12-dev, zlib1g-dev, libcairo2-dev, libpango1.0-dev, libfreetype6-dev, libxml2-dev, ${misc:Depends}
 Provides: librrd2-dev
 Conflicts: librrd2-dev
 Replaces: librrd2-dev
@@ -144,7 +166,7 @@ Description: Transitional dummy package
 
 Package: librrd-ruby
 Architecture: all
-Section: interpreters
+Section: ruby
 Depends: ${rubydefault:Depends}
 Description: Time-series data storage and display system (Ruby interface)
  The Round Robin Database Tool (RRDtool) is a system to store and display
@@ -159,7 +181,7 @@ Description: Time-series data storage and display system (Ruby interface)
 
 Package: librrd-ruby1.8
 Architecture: any
-Section: interpreters
+Section: ruby
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Time-series data storage and display system (Ruby 1.8 interface)
  The Round Robin Database Tool (RRDtool) is a system to store and display
@@ -173,7 +195,7 @@ Description: Time-series data storage and display system (Ruby 1.8 interface)
 
 Package: librrd-ruby1.9
 Architecture: any
-Section: interpreters
+Section: ruby
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Time-series data storage and display system (Ruby 1.9 interface)
  The Round Robin Database Tool (RRDtool) is a system to store and display