Code

Fixing several lintian warnings and errors
[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,
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: http://git.snow-crash.org/git/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 easy the transition towards
64  a -dev package name without encoded soname. 
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 Description: Time-series data storage and display system (development)
73  The Round Robin Database Tool (RRDtool) is a system to store and display
74  time-series data (e.g. network bandwidth, machine-room temperature,
75  server load average). It stores the data in Round Robin Databases (RRDs),
76  a very compact way that will not expand over time. RRDtool processes the
77  extracted data to enforce a certain data density, allowing for useful
78  graphical representation of data values.
79  .
80  This package contains header files and libraries used to develop software
81  that uses RRDs.
83 Package: librrds-perl
84 Architecture: any
85 Section: perl
86 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
87 Description: Time-series data storage and display system (Perl interface, shared)
88  The Round Robin Database Tool (RRDtool) is a system to store and display
89  time-series data (e.g. network bandwidth, machine-room temperature,
90  server load average). It stores the data in Round Robin Databases (RRDs),
91  a very compact way that will not expand over time. RRDtool processes the
92  extracted data to enforce a certain data density, allowing for useful
93  graphical representation of data values.
94  .
95  This package contains a Perl interface to RRDs using a shared library.
97 Package: librrdp-perl
98 Architecture: all
99 Section: perl
100 Depends: ${perl:Depends}, rrdtool, ${misc:Depends}
101 Description: Time-series data storage and display system (Perl interface, piped)
102  The Round Robin Database Tool (RRDtool) is a system to store and display
103  time-series data (e.g. network bandwidth, machine-room temperature,
104  server load average). It stores the data in Round Robin Databases (RRDs),
105  a very compact way that will not expand over time. RRDtool processes the
106  extracted data to enforce a certain data density, allowing for useful
107  graphical representation of data values.
108  .
109  This package contains a Perl interface to RRDs using command pipes.
111 Package: rrdtool-tcl
112 Architecture: any
113 Section: utils
114 Depends: ${shlibs:Depends}, ${misc:Depends}
115 Description: Time-series data storage and display system (Tcl interface)
116  The Round Robin Database Tool (RRDtool) is a system to store and display
117  time-series data (e.g. network bandwidth, machine-room temperature,
118  server load average). It stores the data in Round Robin Databases (RRDs),
119  a very compact way that will not expand over time. RRDtool processes the
120  extracted data to enforce a certain data density, allowing for useful
121  graphical representation of data values.
122  .
123  This package contains a Tcl interface to RRDs.
125 Package: python-rrd
126 Architecture: any
127 Section: python
128 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
129 Conflicts: python2.3-rrd, python2.4-rrd
130 Replaces: python2.3-rrd, python2.4-rrd
131 Provides: ${python:Provides}
132 Description: Time-series data storage and display system (Python interface)
133  The Round Robin Database Tool (RRDtool) is a system to store and display
134  time-series data (e.g. network bandwidth, machine-room temperature,
135  server load average). It stores the data in Round Robin Databases (RRDs),
136  a very compact way that will not expand over time. RRDtool processes the
137  extracted data to enforce a certain data density, allowing for useful
138  graphical representation of data values.
139  .
140  This package contains a Python interface to RRDs.
142 Package: librrd-ruby
143 Architecture: all
144 Section: interpreters
145 Depends: ${rubydefault:Depends}
146 Description: Time-series data storage and display system (Ruby interface)
147  The Round Robin Database Tool (RRDtool) is a system to store and display
148  time-series data (e.g. network bandwidth, machine-room temperature,
149  server load average). It stores the data in Round Robin Databases (RRDs),
150  a very compact way that will not expand over time. RRDtool processes the
151  extracted data to enforce a certain data density, allowing for useful
152  graphical representation of data values.
153  .
154  This is a dummy package which depends on the package for Debian's default
155  Ruby version.
157 Package: librrd-ruby1.8
158 Architecture: any
159 Section: interpreters
160 Depends: ${shlibs:Depends}, ${misc:Depends}
161 Description: Time-series data storage and display system (Ruby 1.9 interface)
162  The Round Robin Database Tool (RRDtool) is a system to store and display
163  time-series data (e.g. network bandwidth, machine-room temperature,
164  server load average). It stores the data in Round Robin Databases (RRDs),
165  a very compact way that will not expand over time. RRDtool processes the
166  extracted data to enforce a certain data density, allowing for useful
167  graphical representation of data values.
168  .
169  This package contains a Ruby 1.8 interface to RRDs.
171 Package: librrd-ruby1.9
172 Architecture: any
173 Section: interpreters
174 Depends: ${shlibs:Depends}, ${misc:Depends}
175 Description: Time-series data storage and display system (Ruby 1.9 interface)
176  The Round Robin Database Tool (RRDtool) is a system to store and display
177  time-series data (e.g. network bandwidth, machine-room temperature,
178  server load average). It stores the data in Round Robin Databases (RRDs),
179  a very compact way that will not expand over time. RRDtool processes the
180  extracted data to enforce a certain data density, allowing for useful
181  graphical representation of data values.
182  .
183  This package contains a Ruby 1.9 interface to RRDs.