Code

54f3db48e890f544105d3a1b0a4b9ab164235d58
[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.0
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 Depends: rrdtool (= ${binary:Version}), librrd4 (= ${binary:Version})
41 Recommends: librrds-perl (= ${binary:Version}),
42  rrdtool-tcl (= ${binary:Version}), python-rrdtool (= ${binary:Version}),
43  librrd-ruby1.8 (= ${binary:Version}), librrd-ruby1.9 (= ${binary:Version})
44 Description: Time-series data storage and display system (debugging symbols)
45  The Round Robin Database Tool (RRDtool) is a system to store and display
46  time-series data (e.g. network bandwidth, machine-room temperature,
47  server load average). It stores the data in Round Robin Databases (RRDs),
48  a very compact way that will not expand over time. RRDtool processes the
49  extracted data to enforce a certain data density, allowing for useful
50  graphical representation of data values.
51  .
52  RRDtool is often used via various wrappers that can poll data from devices
53  and feed data into RRDs, as well as provide a friendlier user interface and
54  customized graphs.
55  .
56  This package contains the debugging symbols for the program and library files.
58 Package: librrd4
59 Architecture: any
60 Section: libs
61 Depends: ${shlibs:Depends}, ${misc:Depends}
62 Recommends: ttf-dejavu | ttf-bitstream-vera
63 Conflicts: rrdtool (<< 1.0.42-1), librrds-perl (<< 1.0.42-1)
64 Description: Time-series data storage and display system (runtime library)
65  The Round Robin Database Tool (RRDtool) is a system to store and display
66  time-series data (e.g. network bandwidth, machine-room temperature,
67  server load average). It stores the data in Round Robin Databases (RRDs),
68  a very compact way that will not expand over time. RRDtool processes the
69  extracted data to enforce a certain data density, allowing for useful
70  graphical representation of data values.
71  .
72  This package contains shared libraries used to access and manipulate RRDs.
74 Package: librrd-dev
75 Architecture: any
76 Section: libdevel
77 Depends: libc6-dev | libc-dev, librrd4 (= ${binary:Version}), libpng12-dev, zlib1g-dev, libcairo2-dev, libpango1.0-dev, libfreetype6-dev, libxml2-dev, ${misc:Depends}
78 Provides: librrd2-dev
79 Conflicts: librrd2-dev
80 Replaces: librrd2-dev
81 Description: Time-series data storage and display system (development)
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 header files and libraries used to develop software
90  that uses RRDs.
92 Package: librrds-perl
93 Architecture: any
94 Section: perl
95 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
96 Description: Time-series data storage and display system (Perl interface, shared)
97  The Round Robin Database Tool (RRDtool) is a system to store and display
98  time-series data (e.g. network bandwidth, machine-room temperature,
99  server load average). It stores the data in Round Robin Databases (RRDs),
100  a very compact way that will not expand over time. RRDtool processes the
101  extracted data to enforce a certain data density, allowing for useful
102  graphical representation of data values.
103  .
104  This package contains a Perl interface to RRDs using a shared library.
106 Package: librrdp-perl
107 Architecture: all
108 Section: perl
109 Depends: ${perl:Depends}, rrdtool, ${misc:Depends}
110 Description: Time-series data storage and display system (Perl interface, piped)
111  The Round Robin Database Tool (RRDtool) is a system to store and display
112  time-series data (e.g. network bandwidth, machine-room temperature,
113  server load average). It stores the data in Round Robin Databases (RRDs),
114  a very compact way that will not expand over time. RRDtool processes the
115  extracted data to enforce a certain data density, allowing for useful
116  graphical representation of data values.
117  .
118  This package contains a Perl interface to RRDs using command pipes.
120 Package: rrdtool-tcl
121 Architecture: any
122 Section: utils
123 Depends: ${shlibs:Depends}, ${misc:Depends}, ${tcl:Depends}
124 Description: Time-series data storage and display system (Tcl interface)
125  The Round Robin Database Tool (RRDtool) is a system to store and display
126  time-series data (e.g. network bandwidth, machine-room temperature,
127  server load average). It stores the data in Round Robin Databases (RRDs),
128  a very compact way that will not expand over time. RRDtool processes the
129  extracted data to enforce a certain data density, allowing for useful
130  graphical representation of data values.
131  .
132  This package contains a Tcl interface to RRDs.
134 Package: python-rrdtool
135 Architecture: any
136 Section: python
137 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
138 Conflicts: python2.3-rrd, python2.4-rrd, python-rrd (<< 1.2.26)
139 Replaces: python2.3-rrd, python2.4-rrd, python-rrd (<< 1.2.26)
140 Provides: ${python:Provides}, python-rrd
141 Description: Time-series data storage and display system (Python interface)
142  The Round Robin Database Tool (RRDtool) is a system to store and display
143  time-series data (e.g. network bandwidth, machine-room temperature,
144  server load average). It stores the data in Round Robin Databases (RRDs),
145  a very compact way that will not expand over time. RRDtool processes the
146  extracted data to enforce a certain data density, allowing for useful
147  graphical representation of data values.
148  .
149  This package contains a Python interface to RRDs.
151 Package: python-rrd
152 Architecture: all
153 Section: python
154 Depends: python-rrdtool
155 Description: Transitional dummy package
156  The Round Robin Database Tool (RRDtool) is a system to store and display
157  time-series data (e.g. network bandwidth, machine-room temperature,
158  server load average). It stores the data in Round Robin Databases (RRDs),
159  a very compact way that will not expand over time. RRDtool processes the
160  extracted data to enforce a certain data density, allowing for useful
161  graphical representation of data values.
162  .
163  This package is a transitional dummy package to rename the package to
164  python-rrdtool as required by the Python policy.  It can be safely removed.
166 Package: librrd-ruby
167 Architecture: all
168 Section: interpreters
169 Depends: ${rubydefault: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: interpreters
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
196 Architecture: any
197 Section: interpreters
198 Depends: ${shlibs:Depends}, ${misc:Depends}
199 Description: Time-series data storage and display system (Ruby 1.9 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 interface to RRDs.