Code

Migrate to dh_python2.
[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.6.6-3~), python-all-dbg (>= 2.6.6-3~),
14  ruby1.8, ruby1.8-dev, ruby1.9.1, ruby1.9.1-dev,
15  liblua5.1-0-dev, lua5.1
16 Build-Conflicts: lua50
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 X-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.1 (= ${binary:Version}),
60  python-all-dbg, liblua5.1-rrd0 (= ${binary:Version})
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 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}, ${misc: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.1
196 Architecture: any
197 Section: ruby
198 Depends: ${shlibs:Depends}, ${misc:Depends}
199 Description: time-series data storage and display system (Ruby 1.9.1 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.1 interface to RRDs.
209 Package: liblua5.1-rrd0
210 Architecture: any
211 Section: interpreters
212 Depends: ${shlibs:Depends}, ${misc:Depends}
213 Description: time-series data storage and display system (Lua 5.1 interface)
214  The Round Robin Database Tool (RRDtool) is a system to store and display
215  time-series data (e.g. network bandwidth, machine-room temperature,
216  server load average). It stores the data in Round Robin Databases (RRDs),
217  a very compact way that will not expand over time. RRDtool processes the
218  extracted data to enforce a certain data density, allowing for useful
219  graphical representation of data values.
220  .
221  This package contains a Lua 5.1 interface to RRDs.
223 Package: liblua5.1-rrd-dev
224 Architecture: any
225 Section: libdevel
226 Depends: ${shlibs:Depends}, ${misc:Depends}, liblua5.1-rrd0 (= ${binary:Version})
227 Description: time-series data storage and display system (Lua 5.1 development)
228  The Round Robin Database Tool (RRDtool) is a system to store and display
229  time-series data (e.g. network bandwidth, machine-room temperature,
230  server load average). It stores the data in Round Robin Databases (RRDs),
231  a very compact way that will not expand over time. RRDtool processes the
232  extracted data to enforce a certain data density, allowing for useful
233  graphical representation of data values.
234  .
235  This package contains development files for the Lua 5.1 interface to RRDs.