Code

a23b09f55fb3bd163cb32bd14c6131107680ef41
[pkg-rrdtool.git] / debian / control
1 Source: rrdtool
2 Section: utils
3 Priority: optional
4 Maintainer: Debian RRDtool Team <rrdtool@ml.snow-crash.org>
5 Uploaders: Sebastian Harl <tokkee@debian.org>, Alexander Wirt <formorer@debian.org>, Bernd Zeimetz <bzed@debian.org>
6 Standards-Version: 3.8.3
7 Build-Depends: debhelper (>= 5.0.38), groff, autotools-dev, gettext, quilt,
8  zlib1g-dev, libpng12-dev, libcairo2-dev, libpango1.0-dev, libfreetype6-dev,
9  libdbi0-dev,
10  libxml2-dev,
11  tcl-dev,
12  perl (>= 5.8.0),
13  python-all-dev (>= 2.3.5-10), python-all-dbg (>= 2.3.5-10),
14  python-support (>= 0.7.1),
15  ruby1.8, ruby1.8-dev, ruby1.9, ruby1.9-dev
16 Homepage: http://oss.oetiker.ch/rrdtool/
17 Vcs-Browser: http://git.snow-crash.org/?p=pkg-rrdtool.git;a=summary
18 Vcs-Git: git://git.snow-crash.org/pkg-rrdtool.git/
19 XS-Python-Version: >= 2.3
21 Package: rrdtool
22 Architecture: any
23 Depends: ${shlibs:Depends}, ${misc:Depends}
24 Suggests: librrds-perl
25 Description: time-series data storage and display system (programs)
26  The Round Robin Database Tool (RRDtool) is a system to store and display
27  time-series data (e.g. network bandwidth, machine-room temperature,
28  server load average). It stores the data in Round Robin Databases (RRDs),
29  a very compact way that will not expand over time. RRDtool processes the
30  extracted data to enforce a certain data density, allowing for useful
31  graphical representation of data values.
32  .
33  RRDtool is often used via various wrappers that can poll data from devices
34  and feed data into RRDs, as well as provide a friendlier user interface and
35  customized graphs.
36  .
37  This package contains command-line programs used to access and manipulate
38  RRDs.
40 Package: rrdcached
41 Architecture: any
42 Depends: ${shlibs:Depends}, ${misc:Depends}
43 Description: data caching daemon for RRDtool
44  RRDCacheD is a daemon that receives updates to existing RRD files, accumulates
45  them and, if enough have been received or a defined time has passed, writes
46  the updates to the RRD file. The daemon was written with big setups in mind.
47  Those setups usually run into I/O related problems. RRDCacheD's goal is to
48  alleviate these problems.
50 Package: rrdtool-dbg
51 Architecture: any
52 Priority: extra
53 Section: debug
54 Depends: rrdtool (= ${binary:Version}), librrd4 (= ${binary:Version}),
55  ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
56 Recommends: librrds-perl (= ${binary:Version}),
57  rrdtool-tcl (= ${binary:Version}), python-rrdtool (= ${binary:Version}),
58  librrd-ruby1.8 (= ${binary:Version}), librrd-ruby1.9 (= ${binary:Version}),
59  python-all-dbg
60 Description: time-series data storage and display system (debugging symbols)
61  The Round Robin Database Tool (RRDtool) is a system to store and display
62  time-series data (e.g. network bandwidth, machine-room temperature,
63  server load average). It stores the data in Round Robin Databases (RRDs),
64  a very compact way that will not expand over time. RRDtool processes the
65  extracted data to enforce a certain data density, allowing for useful
66  graphical representation of data values.
67  .
68  RRDtool is often used via various wrappers that can poll data from devices
69  and feed data into RRDs, as well as provide a friendlier user interface and
70  customized graphs.
71  .
72  This package contains the debugging symbols for the program and library files.
74 Package: librrd4
75 Architecture: any
76 Section: libs
77 Depends: ${shlibs:Depends}, ${misc:Depends}
78 Recommends: ttf-dejavu | ttf-bitstream-vera
79 Conflicts: rrdtool (<< 1.0.42-1), librrds-perl (<< 1.0.42-1)
80 Description: time-series data storage and display system (runtime library)
81  The Round Robin Database Tool (RRDtool) is a system to store and display
82  time-series data (e.g. network bandwidth, machine-room temperature,
83  server load average). It stores the data in Round Robin Databases (RRDs),
84  a very compact way that will not expand over time. RRDtool processes the
85  extracted data to enforce a certain data density, allowing for useful
86  graphical representation of data values.
87  .
88  This package contains shared libraries used to access and manipulate RRDs.
90 Package: librrd-dev
91 Architecture: any
92 Section: libdevel
93 Depends: libc6-dev | libc-dev, librrd4 (= ${binary:Version}), libpng12-dev, zlib1g-dev, libcairo2-dev, libpango1.0-dev, libfreetype6-dev, libxml2-dev, ${misc:Depends}
94 Provides: librrd2-dev
95 Conflicts: librrd2-dev
96 Replaces: librrd2-dev
97 Description: time-series data storage and display system (development)
98  The Round Robin Database Tool (RRDtool) is a system to store and display
99  time-series data (e.g. network bandwidth, machine-room temperature,
100  server load average). It stores the data in Round Robin Databases (RRDs),
101  a very compact way that will not expand over time. RRDtool processes the
102  extracted data to enforce a certain data density, allowing for useful
103  graphical representation of data values.
104  .
105  This package contains header files and libraries used to develop software
106  that uses RRDs.
108 Package: librrds-perl
109 Architecture: any
110 Section: perl
111 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
112 Description: time-series data storage and display system (Perl interface, shared)
113  The Round Robin Database Tool (RRDtool) is a system to store and display
114  time-series data (e.g. network bandwidth, machine-room temperature,
115  server load average). It stores the data in Round Robin Databases (RRDs),
116  a very compact way that will not expand over time. RRDtool processes the
117  extracted data to enforce a certain data density, allowing for useful
118  graphical representation of data values.
119  .
120  This package contains a Perl interface to RRDs using a shared library.
122 Package: librrdp-perl
123 Architecture: all
124 Section: perl
125 Depends: ${perl:Depends}, rrdtool, ${misc:Depends}
126 Description: time-series data storage and display system (Perl interface, piped)
127  The Round Robin Database Tool (RRDtool) is a system to store and display
128  time-series data (e.g. network bandwidth, machine-room temperature,
129  server load average). It stores the data in Round Robin Databases (RRDs),
130  a very compact way that will not expand over time. RRDtool processes the
131  extracted data to enforce a certain data density, allowing for useful
132  graphical representation of data values.
133  .
134  This package contains a Perl interface to RRDs using command pipes.
136 Package: rrdtool-tcl
137 Architecture: any
138 Depends: ${shlibs:Depends}, ${misc:Depends}, ${tcl:Depends}
139 Description: time-series data storage and display system (Tcl interface)
140  The Round Robin Database Tool (RRDtool) is a system to store and display
141  time-series data (e.g. network bandwidth, machine-room temperature,
142  server load average). It stores the data in Round Robin Databases (RRDs),
143  a very compact way that will not expand over time. RRDtool processes the
144  extracted data to enforce a certain data density, allowing for useful
145  graphical representation of data values.
146  .
147  This package contains a Tcl interface to RRDs.
149 Package: python-rrdtool
150 Architecture: any
151 Section: python
152 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
153 Conflicts: python2.3-rrd, python2.4-rrd, python-rrd (<< 1.2.26)
154 Replaces: python2.3-rrd, python2.4-rrd, python-rrd (<< 1.2.26)
155 Provides: ${python:Provides}, python-rrd
156 Description: time-series data storage and display system (Python interface)
157  The Round Robin Database Tool (RRDtool) is a system to store and display
158  time-series data (e.g. network bandwidth, machine-room temperature,
159  server load average). It stores the data in Round Robin Databases (RRDs),
160  a very compact way that will not expand over time. RRDtool processes the
161  extracted data to enforce a certain data density, allowing for useful
162  graphical representation of data values.
163  .
164  This package contains a Python interface to RRDs.
166 Package: librrd-ruby
167 Architecture: all
168 Section: ruby
169 Depends: ${rubydefault:Depends}
170 Description: time-series data storage and display system (Ruby interface)
171  The Round Robin Database Tool (RRDtool) is a system to store and display
172  time-series data (e.g. network bandwidth, machine-room temperature,
173  server load average). It stores the data in Round Robin Databases (RRDs),
174  a very compact way that will not expand over time. RRDtool processes the
175  extracted data to enforce a certain data density, allowing for useful
176  graphical representation of data values.
177  .
178  This is a dummy package which depends on the package for Debian's default
179  Ruby version.
181 Package: librrd-ruby1.8
182 Architecture: any
183 Section: ruby
184 Depends: ${shlibs:Depends}, ${misc:Depends}
185 Description: time-series data storage and display system (Ruby 1.8 interface)
186  The Round Robin Database Tool (RRDtool) is a system to store and display
187  time-series data (e.g. network bandwidth, machine-room temperature,
188  server load average). It stores the data in Round Robin Databases (RRDs),
189  a very compact way that will not expand over time. RRDtool processes the
190  extracted data to enforce a certain data density, allowing for useful
191  graphical representation of data values.
192  .
193  This package contains a Ruby 1.8 interface to RRDs.
195 Package: librrd-ruby1.9
196 Architecture: any
197 Section: ruby
198 Depends: ${shlibs:Depends}, ${misc:Depends}
199 Description: time-series data storage and display system (Ruby 1.9 interface)
200  The Round Robin Database Tool (RRDtool) is a system to store and display
201  time-series data (e.g. network bandwidth, machine-room temperature,
202  server load average). It stores the data in Round Robin Databases (RRDs),
203  a very compact way that will not expand over time. RRDtool processes the
204  extracted data to enforce a certain data density, allowing for useful
205  graphical representation of data values.
206  .
207  This package contains a Ruby 1.9 interface to RRDs.