Code

Transition the python package to a policy conform name.
[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: Alexander Wirt <formorer@debian.org>, Bernd Zeimetz <bzed@debian.org>
6 Standards-Version: 3.7.3
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-dev, 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}, ttf-dejavu (>= 2.1-1), ${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: all
53 Section: libdevel
54 Depends: librrd-dev
55 Description: Transitional dummy package
56  The Round Robin Database Tool (RRDtool) is a system to store and display
57  time-series data (e.g. network bandwidth, machine-room temperature,
58  server load average). It stores the data in Round Robin Databases (RRDs),
59  a very compact way that will not expand over time. RRDtool processes the
60  extracted data to enforce a certain data density, allowing for useful
61  graphical representation of data values.
62  .
63  This package is a transitional dummy package to ease the transition towards
64  a -dev package name without encoded soname. It can be safely removed.
66 Package: librrd-dev
67 Architecture: any
68 Section: libdevel
69 Depends: librrd2 (= ${binary:Version}), libpng12-dev, zlib1g-dev, libart-2.0-dev, libfreetype6-dev, ${misc:Depends}
70 Conflicts: librrd0-dev, librrd0, librrd2-dev (<< 1.2.26)
71 Replaces: librrd0, librrd2-dev (<< 1.2.26)
72 Provides: librrd2-dev
73 Description: Time-series data storage and display system (development)
74  The Round Robin Database Tool (RRDtool) is a system to store and display
75  time-series data (e.g. network bandwidth, machine-room temperature,
76  server load average). It stores the data in Round Robin Databases (RRDs),
77  a very compact way that will not expand over time. RRDtool processes the
78  extracted data to enforce a certain data density, allowing for useful
79  graphical representation of data values.
80  .
81  This package contains header files and libraries used to develop software
82  that uses RRDs.
84 Package: librrds-perl
85 Architecture: any
86 Section: perl
87 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
88 Description: Time-series data storage and display system (Perl interface, shared)
89  The Round Robin Database Tool (RRDtool) is a system to store and display
90  time-series data (e.g. network bandwidth, machine-room temperature,
91  server load average). It stores the data in Round Robin Databases (RRDs),
92  a very compact way that will not expand over time. RRDtool processes the
93  extracted data to enforce a certain data density, allowing for useful
94  graphical representation of data values.
95  .
96  This package contains a Perl interface to RRDs using a shared library.
98 Package: librrdp-perl
99 Architecture: all
100 Section: perl
101 Depends: ${perl:Depends}, rrdtool, ${misc:Depends}
102 Description: Time-series data storage and display system (Perl interface, piped)
103  The Round Robin Database Tool (RRDtool) is a system to store and display
104  time-series data (e.g. network bandwidth, machine-room temperature,
105  server load average). It stores the data in Round Robin Databases (RRDs),
106  a very compact way that will not expand over time. RRDtool processes the
107  extracted data to enforce a certain data density, allowing for useful
108  graphical representation of data values.
109  .
110  This package contains a Perl interface to RRDs using command pipes.
112 Package: rrdtool-tcl
113 Architecture: any
114 Section: utils
115 Depends: ${shlibs:Depends}, ${misc:Depends}
116 Description: Time-series data storage and display system (Tcl 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 Tcl interface to RRDs.
126 Package: python-rrdtool
127 Architecture: any
128 Section: python
129 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
130 Conflicts: python2.3-rrd, python2.4-rrd, python-rrd (<< 1.2.26)
131 Replaces: python2.3-rrd, python2.4-rrd, python-rrd (<< 1.2.26)
132 Provides: ${python:Provides}, python-rrd
133 Description: Time-series data storage and display system (Python interface)
134  The Round Robin Database Tool (RRDtool) is a system to store and display
135  time-series data (e.g. network bandwidth, machine-room temperature,
136  server load average). It stores the data in Round Robin Databases (RRDs),
137  a very compact way that will not expand over time. RRDtool processes the
138  extracted data to enforce a certain data density, allowing for useful
139  graphical representation of data values.
140  .
141  This package contains a Python interface to RRDs.
143 Package: python-rrd
144 Architecture: all
145 Section: python
146 Depends: python-rrdtool
147 Description: Transitional dummy package
148  The Round Robin Database Tool (RRDtool) is a system to store and display
149  time-series data (e.g. network bandwidth, machine-room temperature,
150  server load average). It stores the data in Round Robin Databases (RRDs),
151  a very compact way that will not expand over time. RRDtool processes the
152  extracted data to enforce a certain data density, allowing for useful
153  graphical representation of data values.
154  .
155  This package is a transitional dummy package to rename the package to
156  python-rrdtool as required by the Python policy.  It can be safely removed.
158 Package: librrd-ruby
159 Architecture: all
160 Section: interpreters
161 Depends: ${rubydefault:Depends}
162 Description: Time-series data storage and display system (Ruby interface)
163  The Round Robin Database Tool (RRDtool) is a system to store and display
164  time-series data (e.g. network bandwidth, machine-room temperature,
165  server load average). It stores the data in Round Robin Databases (RRDs),
166  a very compact way that will not expand over time. RRDtool processes the
167  extracted data to enforce a certain data density, allowing for useful
168  graphical representation of data values.
169  .
170  This is a dummy package which depends on the package for Debian's default
171  Ruby version.
173 Package: librrd-ruby1.8
174 Architecture: any
175 Section: interpreters
176 Depends: ${shlibs:Depends}, ${misc:Depends}
177 Description: Time-series data storage and display system (Ruby 1.9 interface)
178  The Round Robin Database Tool (RRDtool) is a system to store and display
179  time-series data (e.g. network bandwidth, machine-room temperature,
180  server load average). It stores the data in Round Robin Databases (RRDs),
181  a very compact way that will not expand over time. RRDtool processes the
182  extracted data to enforce a certain data density, allowing for useful
183  graphical representation of data values.
184  .
185  This package contains a Ruby 1.8 interface to RRDs.
187 Package: librrd-ruby1.9
188 Architecture: any
189 Section: interpreters
190 Depends: ${shlibs:Depends}, ${misc:Depends}
191 Description: Time-series data storage and display system (Ruby 1.9 interface)
192  The Round Robin Database Tool (RRDtool) is a system to store and display
193  time-series data (e.g. network bandwidth, machine-room temperature,
194  server load average). It stores the data in Round Robin Databases (RRDs),
195  a very compact way that will not expand over time. RRDtool processes the
196  extracted data to enforce a certain data density, allowing for useful
197  graphical representation of data values.
198  .
199  This package contains a Ruby 1.9 interface to RRDs.