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, 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
58 Description: Time-series data storage and display system (development)
59  The Round Robin Database Tool (RRDtool) is a system to store and display
60  time-series data (e.g. network bandwidth, machine-room temperature,
61  server load average). It stores the data in Round Robin Databases (RRDs),
62  a very compact way that will not expand over time. RRDtool processes the
63  extracted data to enforce a certain data density, allowing for useful
64  graphical representation of data values.
65  .
66  This package contains header files and libraries used to develop software
67  that uses RRDs.
69 Package: librrds-perl
70 Architecture: any
71 Section: perl
72 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
73 Description: Time-series data storage and display system (Perl interface, shared)
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 a Perl interface to RRDs using a shared library.
83 Package: librrdp-perl
84 Architecture: all
85 Section: perl
86 Depends: ${perl:Depends}, rrdtool, ${misc:Depends}
87 Description: Time-series data storage and display system (Perl interface, piped)
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 command pipes.
97 Package: rrdtool-tcl
98 Architecture: any
99 Section: utils
100 Depends: ${shlibs:Depends}, ${misc:Depends}, ${tcl:Depends}
101 Description: Time-series data storage and display system (Tcl interface)
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 Tcl interface to RRDs.
111 Package: python-rrdtool
112 Architecture: any
113 Section: python
114 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
115 Conflicts: python2.3-rrd, python2.4-rrd, python-rrd (<< 1.2.26)
116 Replaces: python2.3-rrd, python2.4-rrd, python-rrd (<< 1.2.26)
117 Provides: ${python:Provides}, python-rrd
118 Description: Time-series data storage and display system (Python interface)
119  The Round Robin Database Tool (RRDtool) is a system to store and display
120  time-series data (e.g. network bandwidth, machine-room temperature,
121  server load average). It stores the data in Round Robin Databases (RRDs),
122  a very compact way that will not expand over time. RRDtool processes the
123  extracted data to enforce a certain data density, allowing for useful
124  graphical representation of data values.
125  .
126  This package contains a Python interface to RRDs.
128 Package: python-rrd
129 Architecture: all
130 Section: python
131 Depends: python-rrdtool
132 Description: Transitional dummy package
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 is a transitional dummy package to rename the package to
141  python-rrdtool as required by the Python policy.  It can be safely removed.
143 Package: librrd-ruby
144 Architecture: all
145 Section: interpreters
146 Depends: ${rubydefault:Depends}
147 Description: Time-series data storage and display system (Ruby interface)
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 is a dummy package which depends on the package for Debian's default
156  Ruby version.
158 Package: librrd-ruby1.8
159 Architecture: any
160 Section: interpreters
161 Depends: ${shlibs:Depends}, ${misc:Depends}
162 Description: Time-series data storage and display system (Ruby 1.8 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 package contains a Ruby 1.8 interface to RRDs.
172 Package: librrd-ruby1.9
173 Architecture: any
174 Section: interpreters
175 Depends: ${shlibs:Depends}, ${misc:Depends}
176 Description: Time-series data storage and display system (Ruby 1.9 interface)
177  The Round Robin Database Tool (RRDtool) is a system to store and display
178  time-series data (e.g. network bandwidth, machine-room temperature,
179  server load average). It stores the data in Round Robin Databases (RRDs),
180  a very compact way that will not expand over time. RRDtool processes the
181  extracted data to enforce a certain data density, allowing for useful
182  graphical representation of data values.
183  .
184  This package contains a Ruby 1.9 interface to RRDs.