Code

6c01539a56b6a45329ecbec5a03c3e2f93ff5250
[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.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 Conflicts: rrdtool (<< 1.0.42-1), librrds-perl (<< 1.0.42-1)
82 Description: time-series data storage and display system (runtime library)
83  The Round Robin Database Tool (RRDtool) is a system to store and display
84  time-series data (e.g. network bandwidth, machine-room temperature,
85  server load average). It stores the data in Round Robin Databases (RRDs),
86  a very compact way that will not expand over time. RRDtool processes the
87  extracted data to enforce a certain data density, allowing for useful
88  graphical representation of data values.
89  .
90  This package contains shared libraries used to access and manipulate RRDs.
92 Package: librrd-dev
93 Architecture: any
94 Section: libdevel
95 Depends: libc6-dev | libc-dev, librrd4 (= ${binary:Version}), libpng12-dev, zlib1g-dev, libcairo2-dev, libpango1.0-dev, libfreetype6-dev, libxml2-dev, ${misc:Depends}
96 Provides: librrd2-dev
97 Conflicts: librrd2-dev
98 Replaces: librrd2-dev
99 Description: time-series data storage and display system (development)
100  The Round Robin Database Tool (RRDtool) is a system to store and display
101  time-series data (e.g. network bandwidth, machine-room temperature,
102  server load average). It stores the data in Round Robin Databases (RRDs),
103  a very compact way that will not expand over time. RRDtool processes the
104  extracted data to enforce a certain data density, allowing for useful
105  graphical representation of data values.
106  .
107  This package contains header files and libraries used to develop software
108  that uses RRDs.
110 Package: librrds-perl
111 Architecture: any
112 Section: perl
113 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
114 Description: time-series data storage and display system (Perl interface, shared)
115  The Round Robin Database Tool (RRDtool) is a system to store and display
116  time-series data (e.g. network bandwidth, machine-room temperature,
117  server load average). It stores the data in Round Robin Databases (RRDs),
118  a very compact way that will not expand over time. RRDtool processes the
119  extracted data to enforce a certain data density, allowing for useful
120  graphical representation of data values.
121  .
122  This package contains a Perl interface to RRDs using a shared library.
124 Package: librrdp-perl
125 Architecture: all
126 Section: perl
127 Depends: ${perl:Depends}, rrdtool, ${misc:Depends}
128 Description: time-series data storage and display system (Perl interface, piped)
129  The Round Robin Database Tool (RRDtool) is a system to store and display
130  time-series data (e.g. network bandwidth, machine-room temperature,
131  server load average). It stores the data in Round Robin Databases (RRDs),
132  a very compact way that will not expand over time. RRDtool processes the
133  extracted data to enforce a certain data density, allowing for useful
134  graphical representation of data values.
135  .
136  This package contains a Perl interface to RRDs using command pipes.
138 Package: rrdtool-tcl
139 Architecture: any
140 Depends: ${shlibs:Depends}, ${misc:Depends}, ${tcl:Depends}
141 Description: time-series data storage and display system (Tcl interface)
142  The Round Robin Database Tool (RRDtool) is a system to store and display
143  time-series data (e.g. network bandwidth, machine-room temperature,
144  server load average). It stores the data in Round Robin Databases (RRDs),
145  a very compact way that will not expand over time. RRDtool processes the
146  extracted data to enforce a certain data density, allowing for useful
147  graphical representation of data values.
148  .
149  This package contains a Tcl interface to RRDs.
151 Package: python-rrdtool
152 Architecture: any
153 Section: python
154 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
155 Conflicts: python2.3-rrd, python2.4-rrd, python-rrd (<< 1.2.26)
156 Replaces: python2.3-rrd, python2.4-rrd, python-rrd (<< 1.2.26)
157 Provides: ${python:Provides}, python-rrd
158 Description: time-series data storage and display system (Python interface)
159  The Round Robin Database Tool (RRDtool) is a system to store and display
160  time-series data (e.g. network bandwidth, machine-room temperature,
161  server load average). It stores the data in Round Robin Databases (RRDs),
162  a very compact way that will not expand over time. RRDtool processes the
163  extracted data to enforce a certain data density, allowing for useful
164  graphical representation of data values.
165  .
166  This package contains a Python interface to RRDs.
168 Package: librrd-ruby
169 Architecture: all
170 Section: ruby
171 Depends: ${rubydefault:Depends}, ${misc:Depends}
172 Description: time-series data storage and display system (Ruby interface)
173  The Round Robin Database Tool (RRDtool) is a system to store and display
174  time-series data (e.g. network bandwidth, machine-room temperature,
175  server load average). It stores the data in Round Robin Databases (RRDs),
176  a very compact way that will not expand over time. RRDtool processes the
177  extracted data to enforce a certain data density, allowing for useful
178  graphical representation of data values.
179  .
180  This is a dummy package which depends on the package for Debian's default
181  Ruby version.
183 Package: librrd-ruby1.8
184 Architecture: any
185 Section: ruby
186 Depends: ${shlibs:Depends}, ${misc:Depends}
187 Description: time-series data storage and display system (Ruby 1.8 interface)
188  The Round Robin Database Tool (RRDtool) is a system to store and display
189  time-series data (e.g. network bandwidth, machine-room temperature,
190  server load average). It stores the data in Round Robin Databases (RRDs),
191  a very compact way that will not expand over time. RRDtool processes the
192  extracted data to enforce a certain data density, allowing for useful
193  graphical representation of data values.
194  .
195  This package contains a Ruby 1.8 interface to RRDs.
197 Package: librrd-ruby1.9.1
198 Architecture: any
199 Section: ruby
200 Depends: ${shlibs:Depends}, ${misc:Depends}
201 Description: time-series data storage and display system (Ruby 1.9.1 interface)
202  The Round Robin Database Tool (RRDtool) is a system to store and display
203  time-series data (e.g. network bandwidth, machine-room temperature,
204  server load average). It stores the data in Round Robin Databases (RRDs),
205  a very compact way that will not expand over time. RRDtool processes the
206  extracted data to enforce a certain data density, allowing for useful
207  graphical representation of data values.
208  .
209  This package contains a Ruby 1.9.1 interface to RRDs.
211 Package: liblua5.1-rrd0
212 Architecture: any
213 Section: interpreters
214 Depends: ${shlibs:Depends}, ${misc:Depends}
215 Description: time-series data storage and display system (Lua 5.1 interface)
216  The Round Robin Database Tool (RRDtool) is a system to store and display
217  time-series data (e.g. network bandwidth, machine-room temperature,
218  server load average). It stores the data in Round Robin Databases (RRDs),
219  a very compact way that will not expand over time. RRDtool processes the
220  extracted data to enforce a certain data density, allowing for useful
221  graphical representation of data values.
222  .
223  This package contains a Lua 5.1 interface to RRDs.
225 Package: liblua5.1-rrd-dev
226 Architecture: any
227 Section: libdevel
228 Depends: ${shlibs:Depends}, ${misc:Depends}, liblua5.1-rrd0 (= ${binary:Version})
229 Description: time-series data storage and display system (Lua 5.1 development)
230  The Round Robin Database Tool (RRDtool) is a system to store and display
231  time-series data (e.g. network bandwidth, machine-room temperature,
232  server load average). It stores the data in Round Robin Databases (RRDs),
233  a very compact way that will not expand over time. RRDtool processes the
234  extracted data to enforce a certain data density, allowing for useful
235  graphical representation of data values.
236  .
237  This package contains development files for the Lua 5.1 interface to RRDs.