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.5
7 Build-Depends: debhelper (>= 5.0.38), groff, autotools-dev, dh-autoreconf, gettext, quilt,
8 zlib1g-dev, libpng12-dev, libcairo2-dev, libpango1.0-dev, libfreetype6-dev,
9 libdbi0-dev,
10 libxml2-dev,
11 tcl-dev (>= 8), tcl-dev (<= 9),
12 perl (>= 5.8.0),
13 python-all-dev (>= 2.6.6-3~), python-all-dbg (>= 2.6.6-3~),
14 gem2deb,
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
21 XS-Ruby-Versions: all
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 ruby-rrd (= ${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: fonts-dejavu-core | 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: ruby-rrd
168 Architecture: any
169 Section: ruby
170 XB-Ruby-Versions: ${ruby:Versions}
171 X-DhRuby-Root: bindings/ruby
172 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
173 Replaces: librrd-ruby (<< 1.4.7-2.1~), librrd-ruby1.8 (<< 1.4.7-2.1~), librrd-ruby1.9.1 (<< 1.4.7-2.1~)
174 Breaks: librrd-ruby (<< 1.4.7-2.1~), librrd-ruby1.8 (<< 1.4.7-2.1~), librrd-ruby1.9.1 (<< 1.4.7-2.1~)
175 Provides: librrd-ruby, librrd-ruby1.8, librrd-ruby1.9.1
176 Description: time-series data storage and display system (Ruby interface)
177 The Round Robin Database Tool (RRDtool) is a system to store and display
178 time-series data (e.g. network bandwidth, machine-room temperature,
179 server load average). It stores the data in Round Robin Databases (RRDs),
180 a very compact way that will not expand over time. RRDtool processes the
181 extracted data to enforce a certain data density, allowing for useful
182 graphical representation of data values.
183 .
184 This package contains a Ruby interface to RRDs.
186 Package: librrd-ruby
187 Architecture: all
188 Section: oldlibs
189 Priority: extra
190 Depends: ${misc:Depends}, ruby-rrd
191 Description: Transitional package to ruby-rrd
192 This is a transitional package for librrd-ruby to ease upgrades
193 to the ruby-rrd package. It can safely be removed.
195 Package: librrd-ruby1.8
196 Architecture: all
197 Section: oldlibs
198 Priority: extra
199 Depends: ${misc:Depends}, ruby-rrd
200 Description: Transitional package to ruby-rrd
201 This is a transitional package for librrd-ruby1.8 to ease upgrades
202 to the ruby-rrd package. It can safely be removed.
204 Package: librrd-ruby1.9.1
205 Architecture: all
206 Section: oldlibs
207 Priority: extra
208 Depends: ${misc:Depends}, ruby-rrd
209 Description: Transitional package to ruby-rrd
210 This is a transitional package for librrd-ruby1.9.1 to ease upgrades
211 to the ruby-rrd package. It can safely be removed.
213 Package: liblua5.1-rrd0
214 Architecture: any
215 Section: interpreters
216 Depends: ${shlibs:Depends}, ${misc:Depends}
217 Description: time-series data storage and display system (Lua 5.1 interface)
218 The Round Robin Database Tool (RRDtool) is a system to store and display
219 time-series data (e.g. network bandwidth, machine-room temperature,
220 server load average). It stores the data in Round Robin Databases (RRDs),
221 a very compact way that will not expand over time. RRDtool processes the
222 extracted data to enforce a certain data density, allowing for useful
223 graphical representation of data values.
224 .
225 This package contains a Lua 5.1 interface to RRDs.
227 Package: liblua5.1-rrd-dev
228 Architecture: any
229 Section: libdevel
230 Depends: ${shlibs:Depends}, ${misc:Depends}, liblua5.1-rrd0 (= ${binary:Version})
231 Description: time-series data storage and display system (Lua 5.1 development)
232 The Round Robin Database Tool (RRDtool) is a system to store and display
233 time-series data (e.g. network bandwidth, machine-room temperature,
234 server load average). It stores the data in Round Robin Databases (RRDs),
235 a very compact way that will not expand over time. RRDtool processes the
236 extracted data to enforce a certain data density, allowing for useful
237 graphical representation of data values.
238 .
239 This package contains development files for the Lua 5.1 interface to RRDs.