Code

control: Do not duplicate field "Section" in package rrdtool-tcl.
[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/
17 XS-Python-Version: >= 2.3
19 Package: rrdtool
20 Architecture: any
21 Depends: ${shlibs:Depends}, ${misc:Depends}
22 Suggests: librrds-perl
23 Description: Time-series data storage and display system (programs)
24  The Round Robin Database Tool (RRDtool) is a system to store and display
25  time-series data (e.g. network bandwidth, machine-room temperature,
26  server load average). It stores the data in Round Robin Databases (RRDs),
27  a very compact way that will not expand over time. RRDtool processes the
28  extracted data to enforce a certain data density, allowing for useful
29  graphical representation of data values.
30  .
31  RRDtool is often used via various wrappers that can poll data from devices
32  and feed data into RRDs, as well as provide a friendlier user interface and
33  customized graphs.
34  .
35  This package contains command-line programs used to access and manipulate
36  RRDs.
38 Package: rrdtool-dbg
39 Architecture: any
40 Priority: extra
41 Section: debug
42 Depends: rrdtool (= ${binary:Version}), librrd4 (= ${binary:Version})
43 Recommends: librrds-perl (= ${binary:Version}),
44  rrdtool-tcl (= ${binary:Version}), python-rrdtool (= ${binary:Version}),
45  librrd-ruby1.8 (= ${binary:Version}), librrd-ruby1.9 (= ${binary:Version})
46 Description: Time-series data storage and display system (debugging symbols)
47  The Round Robin Database Tool (RRDtool) is a system to store and display
48  time-series data (e.g. network bandwidth, machine-room temperature,
49  server load average). It stores the data in Round Robin Databases (RRDs),
50  a very compact way that will not expand over time. RRDtool processes the
51  extracted data to enforce a certain data density, allowing for useful
52  graphical representation of data values.
53  .
54  RRDtool is often used via various wrappers that can poll data from devices
55  and feed data into RRDs, as well as provide a friendlier user interface and
56  customized graphs.
57  .
58  This package contains the debugging symbols for the program and library files.
60 Package: librrd4
61 Architecture: any
62 Section: libs
63 Depends: ${shlibs:Depends}, ${misc:Depends}
64 Recommends: ttf-dejavu | ttf-bitstream-vera
65 Conflicts: rrdtool (<< 1.0.42-1), librrds-perl (<< 1.0.42-1)
66 Description: Time-series data storage and display system (runtime library)
67  The Round Robin Database Tool (RRDtool) is a system to store and display
68  time-series data (e.g. network bandwidth, machine-room temperature,
69  server load average). It stores the data in Round Robin Databases (RRDs),
70  a very compact way that will not expand over time. RRDtool processes the
71  extracted data to enforce a certain data density, allowing for useful
72  graphical representation of data values.
73  .
74  This package contains shared libraries used to access and manipulate RRDs.
76 Package: librrd-dev
77 Architecture: any
78 Section: libdevel
79 Depends: libc6-dev | libc-dev, librrd4 (= ${binary:Version}), libpng12-dev, zlib1g-dev, libcairo2-dev, libpango1.0-dev, libfreetype6-dev, libxml2-dev, ${misc:Depends}
80 Provides: librrd2-dev
81 Conflicts: librrd2-dev
82 Replaces: librrd2-dev
83 Description: Time-series data storage and display system (development)
84  The Round Robin Database Tool (RRDtool) is a system to store and display
85  time-series data (e.g. network bandwidth, machine-room temperature,
86  server load average). It stores the data in Round Robin Databases (RRDs),
87  a very compact way that will not expand over time. RRDtool processes the
88  extracted data to enforce a certain data density, allowing for useful
89  graphical representation of data values.
90  .
91  This package contains header files and libraries used to develop software
92  that uses RRDs.
94 Package: librrds-perl
95 Architecture: any
96 Section: perl
97 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
98 Description: Time-series data storage and display system (Perl interface, shared)
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 a Perl interface to RRDs using a shared library.
108 Package: librrdp-perl
109 Architecture: all
110 Section: perl
111 Depends: ${perl:Depends}, rrdtool, ${misc:Depends}
112 Description: Time-series data storage and display system (Perl interface, piped)
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 command pipes.
122 Package: rrdtool-tcl
123 Architecture: any
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.