Code

control: Updated standards-version to 3.8.1.
[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 <sh@tokkee.org>, Alexander Wirt <formorer@debian.org>, Bernd Zeimetz <bzed@debian.org>
6 Standards-Version: 3.8.1
7 Build-Depends: debhelper (>= 5.0.38), groff, autotools-dev, quilt,
8  zlib1g-dev, libpng12-dev, libcairo2-dev, libpango1.0-dev, libfreetype6-dev,
9  libxml2-dev,
10  tcl-dev,
11  perl (>= 5.8.0),
12  python-all-dev (>= 2.3.5-10), python-support (>= 0.4),
13  ruby1.8, ruby1.8-dev, ruby1.9, ruby1.9-dev
14 Homepage: http://oss.oetiker.ch/rrdtool/
15 Vcs-Browser: http://git.snow-crash.org/?p=pkg-rrdtool.git;a=summary
16 Vcs-Git: git://git.snow-crash.org/pkg-rrdtool.git/
18 Package: rrdtool
19 Architecture: any
20 Depends: ${shlibs:Depends}, ${misc:Depends}
21 Suggests: librrds-perl
22 Description: Time-series data storage and display system (programs)
23  The Round Robin Database Tool (RRDtool) is a system to store and display
24  time-series data (e.g. network bandwidth, machine-room temperature,
25  server load average). It stores the data in Round Robin Databases (RRDs),
26  a very compact way that will not expand over time. RRDtool processes the
27  extracted data to enforce a certain data density, allowing for useful
28  graphical representation of data values.
29  .
30  RRDtool is often used via various wrappers that can poll data from devices
31  and feed data into RRDs, as well as provide a friendlier user interface and
32  customized graphs.
33  .
34  This package contains command-line programs used to access and manipulate
35  RRDs.
37 Package: rrdtool-dbg
38 Architecture: any
39 Priority: extra
40 Section: debug
41 Depends: rrdtool (= ${binary:Version}), librrd4 (= ${binary:Version})
42 Recommends: librrds-perl (= ${binary:Version}),
43  rrdtool-tcl (= ${binary:Version}), python-rrdtool (= ${binary:Version}),
44  librrd-ruby1.8 (= ${binary:Version}), librrd-ruby1.9 (= ${binary:Version})
45 Description: Time-series data storage and display system (debugging symbols)
46  The Round Robin Database Tool (RRDtool) is a system to store and display
47  time-series data (e.g. network bandwidth, machine-room temperature,
48  server load average). It stores the data in Round Robin Databases (RRDs),
49  a very compact way that will not expand over time. RRDtool processes the
50  extracted data to enforce a certain data density, allowing for useful
51  graphical representation of data values.
52  .
53  RRDtool is often used via various wrappers that can poll data from devices
54  and feed data into RRDs, as well as provide a friendlier user interface and
55  customized graphs.
56  .
57  This package contains the debugging symbols for the program and library files.
59 Package: librrd4
60 Architecture: any
61 Section: libs
62 Depends: ${shlibs:Depends}, ${misc:Depends}
63 Recommends: ttf-dejavu | ttf-bitstream-vera
64 Conflicts: rrdtool (<< 1.0.42-1), librrds-perl (<< 1.0.42-1)
65 Description: Time-series data storage and display system (runtime library)
66  The Round Robin Database Tool (RRDtool) is a system to store and display
67  time-series data (e.g. network bandwidth, machine-room temperature,
68  server load average). It stores the data in Round Robin Databases (RRDs),
69  a very compact way that will not expand over time. RRDtool processes the
70  extracted data to enforce a certain data density, allowing for useful
71  graphical representation of data values.
72  .
73  This package contains shared libraries used to access and manipulate RRDs.
75 Package: librrd-dev
76 Architecture: any
77 Section: libdevel
78 Depends: libc6-dev | libc-dev, librrd4 (= ${binary:Version}), libpng12-dev, zlib1g-dev, libcairo2-dev, libpango1.0-dev, libfreetype6-dev, libxml2-dev, ${misc:Depends}
79 Provides: librrd2-dev
80 Conflicts: librrd2-dev
81 Replaces: librrd2-dev
82 Description: Time-series data storage and display system (development)
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 header files and libraries used to develop software
91  that uses RRDs.
93 Package: librrds-perl
94 Architecture: any
95 Section: perl
96 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
97 Description: Time-series data storage and display system (Perl interface, shared)
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 a Perl interface to RRDs using a shared library.
107 Package: librrdp-perl
108 Architecture: all
109 Section: perl
110 Depends: ${perl:Depends}, rrdtool, ${misc:Depends}
111 Description: Time-series data storage and display system (Perl interface, piped)
112  The Round Robin Database Tool (RRDtool) is a system to store and display
113  time-series data (e.g. network bandwidth, machine-room temperature,
114  server load average). It stores the data in Round Robin Databases (RRDs),
115  a very compact way that will not expand over time. RRDtool processes the
116  extracted data to enforce a certain data density, allowing for useful
117  graphical representation of data values.
118  .
119  This package contains a Perl interface to RRDs using command pipes.
121 Package: rrdtool-tcl
122 Architecture: any
123 Section: utils
124 Depends: ${shlibs:Depends}, ${misc:Depends}, ${tcl:Depends}
125 Description: Time-series data storage and display system (Tcl interface)
126  The Round Robin Database Tool (RRDtool) is a system to store and display
127  time-series data (e.g. network bandwidth, machine-room temperature,
128  server load average). It stores the data in Round Robin Databases (RRDs),
129  a very compact way that will not expand over time. RRDtool processes the
130  extracted data to enforce a certain data density, allowing for useful
131  graphical representation of data values.
132  .
133  This package contains a Tcl interface to RRDs.
135 Package: python-rrdtool
136 Architecture: any
137 Section: python
138 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
139 Conflicts: python2.3-rrd, python2.4-rrd, python-rrd (<< 1.2.26)
140 Replaces: python2.3-rrd, python2.4-rrd, python-rrd (<< 1.2.26)
141 Provides: ${python:Provides}, python-rrd
142 Description: Time-series data storage and display system (Python interface)
143  The Round Robin Database Tool (RRDtool) is a system to store and display
144  time-series data (e.g. network bandwidth, machine-room temperature,
145  server load average). It stores the data in Round Robin Databases (RRDs),
146  a very compact way that will not expand over time. RRDtool processes the
147  extracted data to enforce a certain data density, allowing for useful
148  graphical representation of data values.
149  .
150  This package contains a Python interface to RRDs.
152 Package: python-rrd
153 Architecture: all
154 Section: python
155 Depends: python-rrdtool
156 Description: Transitional dummy package
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 is a transitional dummy package to rename the package to
165  python-rrdtool as required by the Python policy.  It can be safely removed.
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.