Code

037fd42349cd122315227550fb2828a9c5643e87
[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.9.2
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 (>= 8.5), tcl (>= 8.5),
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.1, ruby1.9.1-dev,
16  liblua5.1-0-dev, lua5.1
17 Build-Conflicts: lua50
18 Homepage: http://oss.oetiker.ch/rrdtool/
19 Vcs-Browser: http://git.snow-crash.org/?p=pkg-rrdtool.git;a=summary
20 Vcs-Git: git://git.snow-crash.org/pkg-rrdtool.git/
21 XS-Python-Version: >= 2.3
23 Package: rrdtool
24 Architecture: any
25 Depends: ${shlibs:Depends}, ${misc:Depends}
26 Suggests: librrds-perl
27 Description: time-series data storage and display system (programs)
28  The Round Robin Database Tool (RRDtool) is a system to store and display
29  time-series data (e.g. network bandwidth, machine-room temperature,
30  server load average). It stores the data in Round Robin Databases (RRDs),
31  a very compact way that will not expand over time. RRDtool processes the
32  extracted data to enforce a certain data density, allowing for useful
33  graphical representation of data values.
34  .
35  RRDtool is often used via various wrappers that can poll data from devices
36  and feed data into RRDs, as well as provide a friendlier user interface and
37  customized graphs.
38  .
39  This package contains command-line programs used to access and manipulate
40  RRDs.
42 Package: rrdcached
43 Architecture: any
44 Depends: ${shlibs:Depends}, ${misc:Depends}
45 Description: data caching daemon for RRDtool
46  RRDCacheD is a daemon that receives updates to existing RRD files, accumulates
47  them and, if enough have been received or a defined time has passed, writes
48  the updates to the RRD file. The daemon was written with big setups in mind.
49  Those setups usually run into I/O related problems. RRDCacheD's goal is to
50  alleviate these problems.
52 Package: rrdtool-dbg
53 Architecture: any
54 Priority: extra
55 Section: debug
56 Depends: rrdtool (= ${binary:Version}), librrd4 (= ${binary:Version}),
57  ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
58 Recommends: librrds-perl (= ${binary:Version}),
59  rrdtool-tcl (= ${binary:Version}), python-rrdtool (= ${binary:Version}),
60  librrd-ruby1.8 (= ${binary:Version}), librrd-ruby1.9.1 (= ${binary:Version}),
61  python-all-dbg, liblua5.1-rrd0 (= ${binary:Version})
62 Description: time-series data storage and display system (debugging symbols)
63  The Round Robin Database Tool (RRDtool) is a system to store and display
64  time-series data (e.g. network bandwidth, machine-room temperature,
65  server load average). It stores the data in Round Robin Databases (RRDs),
66  a very compact way that will not expand over time. RRDtool processes the
67  extracted data to enforce a certain data density, allowing for useful
68  graphical representation of data values.
69  .
70  RRDtool is often used via various wrappers that can poll data from devices
71  and feed data into RRDs, as well as provide a friendlier user interface and
72  customized graphs.
73  .
74  This package contains the debugging symbols for the program and library files.
76 Package: librrd4
77 Architecture: any
78 Section: libs
79 Depends: ${shlibs:Depends}, ${misc:Depends}
80 Recommends: ttf-dejavu | ttf-bitstream-vera
81 Description: time-series data storage and display system (runtime library)
82  The Round Robin Database Tool (RRDtool) is a system to store and display
83  time-series data (e.g. network bandwidth, machine-room temperature,
84  server load average). It stores the data in Round Robin Databases (RRDs),
85  a very compact way that will not expand over time. RRDtool processes the
86  extracted data to enforce a certain data density, allowing for useful
87  graphical representation of data values.
88  .
89  This package contains shared libraries used to access and manipulate RRDs.
91 Package: librrd-dev
92 Architecture: any
93 Section: libdevel
94 Depends: libc6-dev | libc-dev, librrd4 (= ${binary:Version}), libpng12-dev, zlib1g-dev, libcairo2-dev, libpango1.0-dev, libfreetype6-dev, libxml2-dev, ${misc:Depends}
95 Provides: librrd2-dev
96 Conflicts: librrd2-dev
97 Replaces: librrd2-dev
98 Description: time-series data storage and display system (development)
99  The Round Robin Database Tool (RRDtool) is a system to store and display
100  time-series data (e.g. network bandwidth, machine-room temperature,
101  server load average). It stores the data in Round Robin Databases (RRDs),
102  a very compact way that will not expand over time. RRDtool processes the
103  extracted data to enforce a certain data density, allowing for useful
104  graphical representation of data values.
105  .
106  This package contains header files and libraries used to develop software
107  that uses RRDs.
109 Package: librrds-perl
110 Architecture: any
111 Section: perl
112 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
113 Description: time-series data storage and display system (Perl interface, shared)
114  The Round Robin Database Tool (RRDtool) is a system to store and display
115  time-series data (e.g. network bandwidth, machine-room temperature,
116  server load average). It stores the data in Round Robin Databases (RRDs),
117  a very compact way that will not expand over time. RRDtool processes the
118  extracted data to enforce a certain data density, allowing for useful
119  graphical representation of data values.
120  .
121  This package contains a Perl interface to RRDs using a shared library.
123 Package: librrdp-perl
124 Architecture: all
125 Section: perl
126 Depends: ${perl:Depends}, rrdtool, ${misc:Depends}
127 Description: time-series data storage and display system (Perl interface, piped)
128  The Round Robin Database Tool (RRDtool) is a system to store and display
129  time-series data (e.g. network bandwidth, machine-room temperature,
130  server load average). It stores the data in Round Robin Databases (RRDs),
131  a very compact way that will not expand over time. RRDtool processes the
132  extracted data to enforce a certain data density, allowing for useful
133  graphical representation of data values.
134  .
135  This package contains a Perl interface to RRDs using command pipes.
137 Package: rrdtool-tcl
138 Architecture: any
139 Depends: ${shlibs:Depends}, ${misc:Depends}, ${tcl:Depends}
140 Description: time-series data storage and display system (Tcl interface)
141  The Round Robin Database Tool (RRDtool) is a system to store and display
142  time-series data (e.g. network bandwidth, machine-room temperature,
143  server load average). It stores the data in Round Robin Databases (RRDs),
144  a very compact way that will not expand over time. RRDtool processes the
145  extracted data to enforce a certain data density, allowing for useful
146  graphical representation of data values.
147  .
148  This package contains a Tcl interface to RRDs.
150 Package: python-rrdtool
151 Architecture: any
152 Section: python
153 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
154 Conflicts: python2.3-rrd, python2.4-rrd, python-rrd (<< 1.2.26)
155 Replaces: python2.3-rrd, python2.4-rrd, python-rrd (<< 1.2.26)
156 Provides: ${python:Provides}, python-rrd
157 Description: time-series data storage and display system (Python interface)
158  The Round Robin Database Tool (RRDtool) is a system to store and display
159  time-series data (e.g. network bandwidth, machine-room temperature,
160  server load average). It stores the data in Round Robin Databases (RRDs),
161  a very compact way that will not expand over time. RRDtool processes the
162  extracted data to enforce a certain data density, allowing for useful
163  graphical representation of data values.
164  .
165  This package contains a Python interface to RRDs.
167 Package: librrd-ruby
168 Architecture: all
169 Section: ruby
170 Depends: ${rubydefault:Depends}, ${misc:Depends}
171 Description: time-series data storage and display system (Ruby interface)
172  The Round Robin Database Tool (RRDtool) is a system to store and display
173  time-series data (e.g. network bandwidth, machine-room temperature,
174  server load average). It stores the data in Round Robin Databases (RRDs),
175  a very compact way that will not expand over time. RRDtool processes the
176  extracted data to enforce a certain data density, allowing for useful
177  graphical representation of data values.
178  .
179  This is a dummy package which depends on the package for Debian's default
180  Ruby version.
182 Package: librrd-ruby1.8
183 Architecture: any
184 Section: ruby
185 Depends: ${shlibs:Depends}, ${misc:Depends}
186 Description: time-series data storage and display system (Ruby 1.8 interface)
187  The Round Robin Database Tool (RRDtool) is a system to store and display
188  time-series data (e.g. network bandwidth, machine-room temperature,
189  server load average). It stores the data in Round Robin Databases (RRDs),
190  a very compact way that will not expand over time. RRDtool processes the
191  extracted data to enforce a certain data density, allowing for useful
192  graphical representation of data values.
193  .
194  This package contains a Ruby 1.8 interface to RRDs.
196 Package: librrd-ruby1.9.1
197 Architecture: any
198 Section: ruby
199 Depends: ${shlibs:Depends}, ${misc:Depends}
200 Description: time-series data storage and display system (Ruby 1.9.1 interface)
201  The Round Robin Database Tool (RRDtool) is a system to store and display
202  time-series data (e.g. network bandwidth, machine-room temperature,
203  server load average). It stores the data in Round Robin Databases (RRDs),
204  a very compact way that will not expand over time. RRDtool processes the
205  extracted data to enforce a certain data density, allowing for useful
206  graphical representation of data values.
207  .
208  This package contains a Ruby 1.9.1 interface to RRDs.
210 Package: liblua5.1-rrd0
211 Architecture: any
212 Section: interpreters
213 Depends: ${shlibs:Depends}, ${misc:Depends}
214 Description: time-series data storage and display system (Lua 5.1 interface)
215  The Round Robin Database Tool (RRDtool) is a system to store and display
216  time-series data (e.g. network bandwidth, machine-room temperature,
217  server load average). It stores the data in Round Robin Databases (RRDs),
218  a very compact way that will not expand over time. RRDtool processes the
219  extracted data to enforce a certain data density, allowing for useful
220  graphical representation of data values.
221  .
222  This package contains a Lua 5.1 interface to RRDs.
224 Package: liblua5.1-rrd-dev
225 Architecture: any
226 Section: libdevel
227 Depends: ${shlibs:Depends}, ${misc:Depends}, liblua5.1-rrd0 (= ${binary:Version})
228 Description: time-series data storage and display system (Lua 5.1 development)
229  The Round Robin Database Tool (RRDtool) is a system to store and display
230  time-series data (e.g. network bandwidth, machine-room temperature,
231  server load average). It stores the data in Round Robin Databases (RRDs),
232  a very compact way that will not expand over time. RRDtool processes the
233  extracted data to enforce a certain data density, allowing for useful
234  graphical representation of data values.
235  .
236  This package contains development files for the Lua 5.1 interface to RRDs.