Code

Build Python dbg modules into rrdtool-dbg.
[pkg-rrdtool.git] / debian / control
index 34443a129b11cf665acfbb8506f8271e78077557..4c4fa9cbd505ef1d1c39ba9160edcdaeb8cfbb84 100644 (file)
@@ -3,17 +3,19 @@ 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,
  tcl-dev,
  perl (>= 5.8.0),
- python-all-dev (>= 2.3.5-10), python-support (>= 0.4),
+ 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
 Homepage: http://oss.oetiker.ch/rrdtool/
 Vcs-Browser: http://git.snow-crash.org/?p=pkg-rrdtool.git;a=summary
 Vcs-Git: git://git.snow-crash.org/pkg-rrdtool.git/
+XS-Python-Version: >= 2.3
 
 Package: rrdtool
 Architecture: any
@@ -34,6 +36,30 @@ 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}),
+ ${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}),
+ python-all-dbg
+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,8 +79,10 @@ 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
 Description: Time-series data storage and display system (development)
  The Round Robin Database Tool (RRDtool) is a system to store and display
  time-series data (e.g. network bandwidth, machine-room temperature,
@@ -96,7 +124,6 @@ Description: Time-series data storage and display system (Perl interface, piped)
 
 Package: rrdtool-tcl
 Architecture: any
-Section: utils
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${tcl:Depends}
 Description: Time-series data storage and display system (Tcl interface)
  The Round Robin Database Tool (RRDtool) is a system to store and display
@@ -142,7 +169,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
@@ -157,7 +184,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
@@ -171,7 +198,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