Code

Depend on the same tcl version as the tcl package does.
[pkg-rrdtool.git] / debian / control
index 1b3fbe7273aa7cd73799e1f4c7f9858afa218185..48fbd71f6e65807bb9fbf57c8d3615b06c966b99 100644 (file)
@@ -49,27 +49,12 @@ Description: Time-series data storage and display system (runtime library)
  This package contains shared libraries used to access and manipulate RRDs.
 
 Package: librrd2-dev
-Architecture: all
-Section: libdevel
-Depends: librrd-dev
-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 easy the transition towards
- a -dev package name without encoded soname. It can be safely removed.
-
-Package: librrd-dev
 Architecture: any
 Section: libdevel
 Depends: librrd2 (= ${binary:Version}), libpng12-dev, zlib1g-dev, libart-2.0-dev, libfreetype6-dev, ${misc:Depends}
 Conflicts: librrd0-dev, librrd0, librrd2-dev (<< 1.2.26)
 Replaces: librrd0, librrd2-dev (<< 1.2.26)
-Provides: librrd2-dev
+Provides: librrd-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,
@@ -112,7 +97,7 @@ Description: Time-series data storage and display system (Perl interface, piped)
 Package: rrdtool-tcl
 Architecture: any
 Section: utils
-Depends: ${shlibs:Depends}, ${misc:Depends}
+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
  time-series data (e.g. network bandwidth, machine-room temperature,
@@ -123,13 +108,13 @@ Description: Time-series data storage and display system (Tcl interface)
  .
  This package contains a Tcl interface to RRDs.
 
-Package: python-rrd
+Package: python-rrdtool
 Architecture: any
 Section: python
 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Conflicts: python2.3-rrd, python2.4-rrd
-Replaces: python2.3-rrd, python2.4-rrd
-Provides: ${python:Provides}
+Conflicts: python2.3-rrd, python2.4-rrd, python-rrd (<< 1.2.26)
+Replaces: python2.3-rrd, python2.4-rrd, python-rrd (<< 1.2.26)
+Provides: ${python:Provides}, python-rrd
 Description: Time-series data storage and display system (Python interface)
  The Round Robin Database Tool (RRDtool) is a system to store and display
  time-series data (e.g. network bandwidth, machine-room temperature,
@@ -140,6 +125,21 @@ 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: interpreters