X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=debian%2Fcontrol;h=40eb9fded6d46797a858282f5ec66f55883fc299;hb=43926dfed1ac114d6cb6797c1978898e7ecb9a42;hp=34443a129b11cf665acfbb8506f8271e78077557;hpb=0fc1efa20a7d011c2c9159d5cca4b5f5ddafc0b7;p=pkg-rrdtool.git diff --git a/debian/control b/debian/control index 34443a1..40eb9fd 100644 --- a/debian/control +++ b/debian/control @@ -2,24 +2,28 @@ Source: rrdtool Section: utils Priority: optional Maintainer: Debian RRDtool Team -Uploaders: Sebastian Harl , Alexander Wirt , Bernd Zeimetz -Standards-Version: 3.8.0 -Build-Depends: debhelper (>= 5.0.38), groff, autotools-dev, quilt, +Uploaders: Sebastian Harl , Alexander Wirt , Bernd Zeimetz +Standards-Version: 3.8.3 +Build-Depends: debhelper (>= 5.0.38), groff, autotools-dev, gettext, quilt, zlib1g-dev, libpng12-dev, libcairo2-dev, libpango1.0-dev, libfreetype6-dev, + libdbi0-dev, libxml2-dev, tcl-dev, perl (>= 5.8.0), - python-all-dev (>= 2.3.5-10), python-support (>= 0.4), - ruby1.8, ruby1.8-dev, ruby1.9, ruby1.9-dev + 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, + liblua5.1-0-dev, lua5.1 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 Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: librrds-perl -Description: Time-series data storage and display system (programs) +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), @@ -34,13 +38,47 @@ Description: Time-series data storage and display system (programs) This package contains command-line programs used to access and manipulate RRDs. +Package: rrdcached +Architecture: any +Depends: ${shlibs:Depends}, ${misc: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: rrdtool (= ${binary:Version}), librrd4 (= ${binary:Version}), + ${shlibs:Depends}, ${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 Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: ttf-dejavu | ttf-bitstream-vera Conflicts: rrdtool (<< 1.0.42-1), librrds-perl (<< 1.0.42-1) -Description: Time-series data storage and display system (runtime library) +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), @@ -53,9 +91,11 @@ 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 -Description: Time-series data storage and display system (development) +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), @@ -70,7 +110,7 @@ Package: librrds-perl Architecture: any Section: perl Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends} -Description: Time-series data storage and display system (Perl interface, shared) +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), @@ -84,7 +124,7 @@ Package: librrdp-perl Architecture: all Section: perl Depends: ${perl:Depends}, rrdtool, ${misc:Depends} -Description: Time-series data storage and display system (Perl interface, piped) +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), @@ -96,9 +136,8 @@ 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) +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), @@ -115,7 +154,7 @@ Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} 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) +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), @@ -125,11 +164,11 @@ Description: Time-series data storage and display system (Python interface) . This package contains a Python interface to RRDs. -Package: python-rrd +Package: librrd-ruby Architecture: all -Section: python -Depends: python-rrdtool -Description: Transitional dummy package +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 time-series data (e.g. network bandwidth, machine-room temperature, server load average). It stores the data in Round Robin Databases (RRDs), @@ -137,14 +176,14 @@ Description: Transitional dummy package 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. + This is a dummy package which depends on the package for Debian's default + Ruby version. -Package: librrd-ruby -Architecture: all -Section: interpreters -Depends: ${rubydefault:Depends} -Description: Time-series data storage and display system (Ruby interface) +Package: librrd-ruby1.8 +Architecture: any +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 time-series data (e.g. network bandwidth, machine-room temperature, server load average). It stores the data in Round Robin Databases (RRDs), @@ -152,14 +191,13 @@ Description: Time-series data storage and display system (Ruby interface) extracted data to enforce a certain data density, allowing for useful graphical representation of data values. . - This is a dummy package which depends on the package for Debian's default - Ruby version. + This package contains a Ruby 1.8 interface to RRDs. -Package: librrd-ruby1.8 +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.8 interface) +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 time-series data (e.g. network bandwidth, machine-room temperature, server load average). It stores the data in Round Robin Databases (RRDs), @@ -167,13 +205,13 @@ Description: Time-series data storage and display system (Ruby 1.8 interface) extracted data to enforce a certain data density, allowing for useful graphical representation of data values. . - This package contains a Ruby 1.8 interface to RRDs. + This package contains a Ruby 1.9 interface to RRDs. -Package: librrd-ruby1.9 +Package: liblua5.1-rrd Architecture: any Section: interpreters Depends: ${shlibs:Depends}, ${misc:Depends} -Description: Time-series data storage and display system (Ruby 1.9 interface) +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 time-series data (e.g. network bandwidth, machine-room temperature, server load average). It stores the data in Round Robin Databases (RRDs), @@ -181,4 +219,4 @@ Description: Time-series data storage and display system (Ruby 1.9 interface) extracted data to enforce a certain data density, allowing for useful graphical representation of data values. . - This package contains a Ruby 1.9 interface to RRDs. + This package contains a Lua 5.1 interface to RRDs.