Code

Removed SONAME version from the -dev package.
[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: librrd4
38 Architecture: any
39 Section: libs
40 Depends: ${shlibs:Depends}, ${misc:Depends}
41 Recommends: ttf-dejavu | ttf-bitstream-vera
42 Conflicts: rrdtool (<< 1.0.42-1), librrds-perl (<< 1.0.42-1)
43 Description: Time-series data storage and display system (runtime library)
44  The Round Robin Database Tool (RRDtool) is a system to store and display
45  time-series data (e.g. network bandwidth, machine-room temperature,
46  server load average). It stores the data in Round Robin Databases (RRDs),
47  a very compact way that will not expand over time. RRDtool processes the
48  extracted data to enforce a certain data density, allowing for useful
49  graphical representation of data values.
50  .
51  This package contains shared libraries used to access and manipulate RRDs.
53 Package: librrd-dev
54 Architecture: any
55 Section: libdevel
56 Depends: libc-dev, librrd4 (= ${binary:Version}), libpng12-dev, zlib1g-dev, libcairo2-dev, libpango1.0-dev, libfreetype6-dev, ${misc:Depends}
57 Conflicts: librrd2-dev, librrd0-dev, librrd0
58 Replaces: librrd0
59 Description: Time-series data storage and display system (development)
60  The Round Robin Database Tool (RRDtool) is a system to store and display
61  time-series data (e.g. network bandwidth, machine-room temperature,
62  server load average). It stores the data in Round Robin Databases (RRDs),
63  a very compact way that will not expand over time. RRDtool processes the
64  extracted data to enforce a certain data density, allowing for useful
65  graphical representation of data values.
66  .
67  This package contains header files and libraries used to develop software
68  that uses RRDs.
70 Package: librrds-perl
71 Architecture: any
72 Section: perl
73 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
74 Description: Time-series data storage and display system (Perl interface, shared)
75  The Round Robin Database Tool (RRDtool) is a system to store and display
76  time-series data (e.g. network bandwidth, machine-room temperature,
77  server load average). It stores the data in Round Robin Databases (RRDs),
78  a very compact way that will not expand over time. RRDtool processes the
79  extracted data to enforce a certain data density, allowing for useful
80  graphical representation of data values.
81  .
82  This package contains a Perl interface to RRDs using a shared library.
84 Package: librrdp-perl
85 Architecture: all
86 Section: perl
87 Depends: ${perl:Depends}, rrdtool, ${misc:Depends}
88 Description: Time-series data storage and display system (Perl interface, piped)
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 command pipes.
98 Package: rrdtool-tcl
99 Architecture: any
100 Section: utils
101 Depends: ${shlibs:Depends}, ${misc:Depends}, ${tcl:Depends}
102 Description: Time-series data storage and display system (Tcl interface)
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 Tcl interface to RRDs.
112 Package: python-rrdtool
113 Architecture: any
114 Section: python
115 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
116 Conflicts: python2.3-rrd, python2.4-rrd, python-rrd (<< 1.2.26)
117 Replaces: python2.3-rrd, python2.4-rrd, python-rrd (<< 1.2.26)
118 Provides: ${python:Provides}, python-rrd
119 Description: Time-series data storage and display system (Python interface)
120  The Round Robin Database Tool (RRDtool) is a system to store and display
121  time-series data (e.g. network bandwidth, machine-room temperature,
122  server load average). It stores the data in Round Robin Databases (RRDs),
123  a very compact way that will not expand over time. RRDtool processes the
124  extracted data to enforce a certain data density, allowing for useful
125  graphical representation of data values.
126  .
127  This package contains a Python interface to RRDs.
129 Package: python-rrd
130 Architecture: all
131 Section: python
132 Depends: python-rrdtool
133 Description: Transitional dummy package
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 is a transitional dummy package to rename the package to
142  python-rrdtool as required by the Python policy.  It can be safely removed.
144 Package: librrd-ruby
145 Architecture: all
146 Section: interpreters
147 Depends: ${rubydefault:Depends}
148 Description: Time-series data storage and display system (Ruby interface)
149  The Round Robin Database Tool (RRDtool) is a system to store and display
150  time-series data (e.g. network bandwidth, machine-room temperature,
151  server load average). It stores the data in Round Robin Databases (RRDs),
152  a very compact way that will not expand over time. RRDtool processes the
153  extracted data to enforce a certain data density, allowing for useful
154  graphical representation of data values.
155  .
156  This is a dummy package which depends on the package for Debian's default
157  Ruby version.
159 Package: librrd-ruby1.8
160 Architecture: any
161 Section: interpreters
162 Depends: ${shlibs:Depends}, ${misc:Depends}
163 Description: Time-series data storage and display system (Ruby 1.8 interface)
164  The Round Robin Database Tool (RRDtool) is a system to store and display
165  time-series data (e.g. network bandwidth, machine-room temperature,
166  server load average). It stores the data in Round Robin Databases (RRDs),
167  a very compact way that will not expand over time. RRDtool processes the
168  extracted data to enforce a certain data density, allowing for useful
169  graphical representation of data values.
170  .
171  This package contains a Ruby 1.8 interface to RRDs.
173 Package: librrd-ruby1.9
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.9 interface to RRDs.