Source: rrdtool
Section: utils
Priority: optional
Maintainer: Debian RRDtool Team <pkg-rrdtool-maint@lists.alioth.debian.org>
Uploaders: Sebastian Harl <tokkee@debian.org>,
           Alexander Wirt <formorer@debian.org>,
           Bernd Zeimetz <bzed@debian.org>,
           Jean-Michel Vourgère <nirgal@debian.org>
Standards-Version: 3.9.6
Build-Depends: autotools-dev,
               dc,
               debhelper (>= 9),
               dh-autoreconf,
               dh-exec (>=0.3),
               dh-python,
               gem2deb,
               gettext,
               groff,
               libcairo2-dev,
               libdbi0-dev,
               libfreetype6-dev,
               liblua5.1-0-dev,
               libpango1.0-dev,
               libpng12-dev | libpng-dev,
               libxml2-dev,
               lua5.1,
               perl (>= 5.8.0),
               python-all-dbg (>= 2.6.6-3~),
               python-all-dev (>= 2.6.6-3~),
               tcl-dev (<= 9),
               tcl-dev (>= 8),
               zlib1g-dev
Build-Conflicts: lua50
Homepage: http://oss.oetiker.ch/rrdtool/
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-rrdtool/rrdtool.git
Vcs-Git: git://anonscm.debian.org/pkg-rrdtool/rrdtool.git
XS-Ruby-Versions: all

Package: rrdtool
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: librrds-perl
Description: time-series data storage and display system (programs)
 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 command-line programs used to access and manipulate
 RRDs.

Package: rrdcached
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: data caching daemon for RRDtool
 RRDCacheD is a daemon that receives updates to existing RRD files, accumulates
 them and, if enough have been received or a defined time has passed, writes
 the updates to the RRD file. The daemon was written with big setups in mind.
 Those setups usually run into I/O related problems. RRDCacheD's goal is to
 alleviate these problems.

Package: rrdtool-dbg
Architecture: any
Priority: extra
Section: debug
Depends: librrd4 (= ${binary:Version}),
         rrdtool (= ${binary:Version}),
         ${misc:Depends},
         ${python:Depends},
         ${shlibs:Depends}
Recommends: liblua5.1-rrd0 (= ${binary:Version}),
            librrds-perl (= ${binary:Version}),
            python-all-dbg,
            python-rrdtool (= ${binary:Version}),
            rrdtool-tcl (= ${binary:Version}),
            ruby-rrd (= ${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
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: fonts-dejavu-core | ttf-dejavu | ttf-bitstream-vera
Description: time-series data storage and display system (runtime library)
 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 contains shared libraries used to access and manipulate RRDs.

Package: librrd-dev
Architecture: any
Section: libdevel
Depends: libc6-dev | libc-dev,
         libcairo2-dev,
         libfreetype6-dev,
         libpango1.0-dev,
         libpng12-dev | libpng-dev,
         librrd4 (= ${binary:Version}),
         libxml2-dev,
         zlib1g-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,
 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 contains header files and libraries used to develop software
 that uses RRDs.

Package: librrds-perl
Architecture: any
Section: perl
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
Description: time-series data storage and display system (Perl interface, shared)
 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 contains a Perl interface to RRDs using a shared library.

Package: librrdp-perl
Architecture: all
Section: perl
Depends: rrdtool, ${misc:Depends}, ${perl:Depends}
Description: time-series data storage and display system (Perl interface, piped)
 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 contains a Perl interface to RRDs using command pipes.

Package: rrdtool-tcl
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs: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,
 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 contains a Tcl interface to RRDs.

Package: python-rrdtool
Architecture: any
Section: python
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Conflicts: python-rrd (<< 1.2.26), python2.3-rrd, python2.4-rrd
Replaces: python-rrd (<< 1.2.26), python2.3-rrd, python2.4-rrd
Provides: python-rrd, ${python:Provides}
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,
 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 contains a Python interface to RRDs.

Package: ruby-rrd
Architecture: any
Section: ruby
XB-Ruby-Versions: ${ruby:Versions}
X-DhRuby-Root: bindings/ruby
Pre-Depends: ${misc:Pre-Depends}
Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends}
Replaces: librrd-ruby (<< 1.4.7-2.1~),
          librrd-ruby1.8 (<< 1.4.7-2.1~),
          librrd-ruby1.9.1 (<< 1.4.7-2.1~)
Breaks: librrd-ruby (<< 1.4.7-2.1~),
        librrd-ruby1.8 (<< 1.4.7-2.1~),
        librrd-ruby1.9.1 (<< 1.4.7-2.1~)
Provides: librrd-ruby, librrd-ruby1.8, librrd-ruby1.9.1
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,
 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 contains a Ruby interface to RRDs.

Package: liblua5.1-rrd0
Architecture: any
Section: interpreters
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: time-series data storage and display system (Lua 5.1 interface)
 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 contains a Lua 5.1 interface to RRDs.

Package: liblua5.1-rrd-dev
Architecture: any
Section: libdevel
Depends: liblua5.1-rrd0 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: time-series data storage and display system (Lua 5.1 development)
 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 contains development files for the Lua 5.1 interface to RRDs.
