Code

No longer conflict / replace librrd0 and librrd0-dev.
[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, libart-2.0-dev, libfreetype6-dev,
9  tcl-dev,
10  perl (>= 5.8.0),
11  python-all-dev (>= 2.3.5-10), python-support (>= 0.4),
12  ruby1.8, ruby1.8-dev, ruby1.9, ruby1.9-dev
13 Homepage: http://oss.oetiker.ch/rrdtool/
14 Vcs-Browser: http://git.snow-crash.org/?p=pkg-rrdtool.git;a=summary
15 Vcs-Git: git://git.snow-crash.org/pkg-rrdtool.git/
17 Package: rrdtool
18 Architecture: any
19 Depends: ${shlibs:Depends}, ${misc:Depends}
20 Suggests: librrds-perl
21 Description: Time-series data storage and display system (programs)
22  The Round Robin Database Tool (RRDtool) is a system to store and display
23  time-series data (e.g. network bandwidth, machine-room temperature,
24  server load average). It stores the data in Round Robin Databases (RRDs),
25  a very compact way that will not expand over time. RRDtool processes the
26  extracted data to enforce a certain data density, allowing for useful
27  graphical representation of data values.
28  .
29  RRDtool is often used via various wrappers that can poll data from devices
30  and feed data into RRDs, as well as provide a friendlier user interface and
31  customized graphs.
32  .
33  This package contains command-line programs used to access and manipulate
34  RRDs.
36 Package: librrd2
37 Architecture: any
38 Section: libs
39 Depends: ${shlibs:Depends}, ${misc:Depends}
40 Conflicts: rrdtool (<< 1.0.42-1), librrds-perl (<< 1.0.42-1)
41 Description: Time-series data storage and display system (runtime library)
42  The Round Robin Database Tool (RRDtool) is a system to store and display
43  time-series data (e.g. network bandwidth, machine-room temperature,
44  server load average). It stores the data in Round Robin Databases (RRDs),
45  a very compact way that will not expand over time. RRDtool processes the
46  extracted data to enforce a certain data density, allowing for useful
47  graphical representation of data values.
48  .
49  This package contains shared libraries used to access and manipulate RRDs.
51 Package: librrd2-dev
52 Architecture: any
53 Section: libdevel
54 Depends: librrd2 (= ${binary:Version}), libpng12-dev, zlib1g-dev, libart-2.0-dev, libfreetype6-dev, ${misc:Depends}
55 Provides: librrd-dev
56 Description: Time-series data storage and display system (development)
57  The Round Robin Database Tool (RRDtool) is a system to store and display
58  time-series data (e.g. network bandwidth, machine-room temperature,
59  server load average). It stores the data in Round Robin Databases (RRDs),
60  a very compact way that will not expand over time. RRDtool processes the
61  extracted data to enforce a certain data density, allowing for useful
62  graphical representation of data values.
63  .
64  This package contains header files and libraries used to develop software
65  that uses RRDs.
67 Package: librrds-perl
68 Architecture: any
69 Section: perl
70 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
71 Description: Time-series data storage and display system (Perl interface, shared)
72  The Round Robin Database Tool (RRDtool) is a system to store and display
73  time-series data (e.g. network bandwidth, machine-room temperature,
74  server load average). It stores the data in Round Robin Databases (RRDs),
75  a very compact way that will not expand over time. RRDtool processes the
76  extracted data to enforce a certain data density, allowing for useful
77  graphical representation of data values.
78  .
79  This package contains a Perl interface to RRDs using a shared library.
81 Package: librrdp-perl
82 Architecture: all
83 Section: perl
84 Depends: ${perl:Depends}, rrdtool, ${misc:Depends}
85 Description: Time-series data storage and display system (Perl interface, piped)
86  The Round Robin Database Tool (RRDtool) is a system to store and display
87  time-series data (e.g. network bandwidth, machine-room temperature,
88  server load average). It stores the data in Round Robin Databases (RRDs),
89  a very compact way that will not expand over time. RRDtool processes the
90  extracted data to enforce a certain data density, allowing for useful
91  graphical representation of data values.
92  .
93  This package contains a Perl interface to RRDs using command pipes.
95 Package: rrdtool-tcl
96 Architecture: any
97 Section: utils
98 Depends: ${shlibs:Depends}, ${misc:Depends}, ${tcl:Depends}
99 Description: Time-series data storage and display system (Tcl interface)
100  The Round Robin Database Tool (RRDtool) is a system to store and display
101  time-series data (e.g. network bandwidth, machine-room temperature,
102  server load average). It stores the data in Round Robin Databases (RRDs),
103  a very compact way that will not expand over time. RRDtool processes the
104  extracted data to enforce a certain data density, allowing for useful
105  graphical representation of data values.
106  .
107  This package contains a Tcl interface to RRDs.
109 Package: python-rrdtool
110 Architecture: any
111 Section: python
112 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
113 Conflicts: python2.3-rrd, python2.4-rrd, python-rrd (<< 1.2.26)
114 Replaces: python2.3-rrd, python2.4-rrd, python-rrd (<< 1.2.26)
115 Provides: ${python:Provides}, python-rrd
116 Description: Time-series data storage and display system (Python interface)
117  The Round Robin Database Tool (RRDtool) is a system to store and display
118  time-series data (e.g. network bandwidth, machine-room temperature,
119  server load average). It stores the data in Round Robin Databases (RRDs),
120  a very compact way that will not expand over time. RRDtool processes the
121  extracted data to enforce a certain data density, allowing for useful
122  graphical representation of data values.
123  .
124  This package contains a Python interface to RRDs.
126 Package: python-rrd
127 Architecture: all
128 Section: python
129 Depends: python-rrdtool
130 Description: Transitional dummy package
131  The Round Robin Database Tool (RRDtool) is a system to store and display
132  time-series data (e.g. network bandwidth, machine-room temperature,
133  server load average). It stores the data in Round Robin Databases (RRDs),
134  a very compact way that will not expand over time. RRDtool processes the
135  extracted data to enforce a certain data density, allowing for useful
136  graphical representation of data values.
137  .
138  This package is a transitional dummy package to rename the package to
139  python-rrdtool as required by the Python policy.  It can be safely removed.
141 Package: librrd-ruby
142 Architecture: all
143 Section: interpreters
144 Depends: ${rubydefault:Depends}
145 Description: Time-series data storage and display system (Ruby interface)
146  The Round Robin Database Tool (RRDtool) is a system to store and display
147  time-series data (e.g. network bandwidth, machine-room temperature,
148  server load average). It stores the data in Round Robin Databases (RRDs),
149  a very compact way that will not expand over time. RRDtool processes the
150  extracted data to enforce a certain data density, allowing for useful
151  graphical representation of data values.
152  .
153  This is a dummy package which depends on the package for Debian's default
154  Ruby version.
156 Package: librrd-ruby1.8
157 Architecture: any
158 Section: interpreters
159 Depends: ${shlibs:Depends}, ${misc:Depends}
160 Description: Time-series data storage and display system (Ruby 1.9 interface)
161  The Round Robin Database Tool (RRDtool) is a system to store and display
162  time-series data (e.g. network bandwidth, machine-room temperature,
163  server load average). It stores the data in Round Robin Databases (RRDs),
164  a very compact way that will not expand over time. RRDtool processes the
165  extracted data to enforce a certain data density, allowing for useful
166  graphical representation of data values.
167  .
168  This package contains a Ruby 1.8 interface to RRDs.
170 Package: librrd-ruby1.9
171 Architecture: any
172 Section: interpreters
173 Depends: ${shlibs:Depends}, ${misc:Depends}
174 Description: Time-series data storage and display system (Ruby 1.9 interface)
175  The Round Robin Database Tool (RRDtool) is a system to store and display
176  time-series data (e.g. network bandwidth, machine-room temperature,
177  server load average). It stores the data in Round Robin Databases (RRDs),
178  a very compact way that will not expand over time. RRDtool processes the
179  extracted data to enforce a certain data density, allowing for useful
180  graphical representation of data values.
181  .
182  This package contains a Ruby 1.9 interface to RRDs.