Code

Add Lua bindings to debian/control.
[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  liblua5.1-0-dev, lua5.1
17 Homepage: http://oss.oetiker.ch/rrdtool/
18 Vcs-Browser: http://git.snow-crash.org/?p=pkg-rrdtool.git;a=summary
19 Vcs-Git: git://git.snow-crash.org/pkg-rrdtool.git/
20 XS-Python-Version: >= 2.3
22 Package: rrdtool
23 Architecture: any
24 Depends: ${shlibs:Depends}, ${misc:Depends}
25 Suggests: librrds-perl
26 Description: time-series data storage and display system (programs)
27  The Round Robin Database Tool (RRDtool) is a system to store and display
28  time-series data (e.g. network bandwidth, machine-room temperature,
29  server load average). It stores the data in Round Robin Databases (RRDs),
30  a very compact way that will not expand over time. RRDtool processes the
31  extracted data to enforce a certain data density, allowing for useful
32  graphical representation of data values.
33  .
34  RRDtool is often used via various wrappers that can poll data from devices
35  and feed data into RRDs, as well as provide a friendlier user interface and
36  customized graphs.
37  .
38  This package contains command-line programs used to access and manipulate
39  RRDs.
41 Package: rrdcached
42 Architecture: any
43 Depends: ${shlibs:Depends}, ${misc:Depends}
44 Description: data caching daemon for RRDtool
45  RRDCacheD is a daemon that receives updates to existing RRD files, accumulates
46  them and, if enough have been received or a defined time has passed, writes
47  the updates to the RRD file. The daemon was written with big setups in mind.
48  Those setups usually run into I/O related problems. RRDCacheD's goal is to
49  alleviate these problems.
51 Package: rrdtool-dbg
52 Architecture: any
53 Priority: extra
54 Section: debug
55 Depends: rrdtool (= ${binary:Version}), librrd4 (= ${binary:Version}),
56  ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
57 Recommends: librrds-perl (= ${binary:Version}),
58  rrdtool-tcl (= ${binary:Version}), python-rrdtool (= ${binary:Version}),
59  librrd-ruby1.8 (= ${binary:Version}), librrd-ruby1.9 (= ${binary:Version}),
60  python-all-dbg
61 Description: time-series data storage and display system (debugging symbols)
62  The Round Robin Database Tool (RRDtool) is a system to store and display
63  time-series data (e.g. network bandwidth, machine-room temperature,
64  server load average). It stores the data in Round Robin Databases (RRDs),
65  a very compact way that will not expand over time. RRDtool processes the
66  extracted data to enforce a certain data density, allowing for useful
67  graphical representation of data values.
68  .
69  RRDtool is often used via various wrappers that can poll data from devices
70  and feed data into RRDs, as well as provide a friendlier user interface and
71  customized graphs.
72  .
73  This package contains the debugging symbols for the program and library files.
75 Package: librrd4
76 Architecture: any
77 Section: libs
78 Depends: ${shlibs:Depends}, ${misc:Depends}
79 Recommends: ttf-dejavu | ttf-bitstream-vera
80 Conflicts: rrdtool (<< 1.0.42-1), librrds-perl (<< 1.0.42-1)
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}
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
197 Architecture: any
198 Section: ruby
199 Depends: ${shlibs:Depends}, ${misc:Depends}
200 Description: time-series data storage and display system (Ruby 1.9 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 interface to RRDs.
210 Package: liblua5.1-rrd
211 Architecture: any
212 Section: interpreters
213 Depends: ${shlibs:Depends}, ${misc:Depends}
214 Description: time-series data storage and display system (Ruby 1.9 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.