Code

Added "libxml2-dev" to the build dependencies.
[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.7.3
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: librrd2
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: librrd2-dev
54 Architecture: any
55 Section: libdevel
56 Depends: librrd2 (= ${binary:Version}), libpng12-dev, zlib1g-dev, libcairo2-dev, libpango1.0-dev, libfreetype6-dev, ${misc:Depends}
57 Conflicts: librrd0-dev, librrd0
58 Replaces: librrd0
59 Provides: librrd-dev
60 Description: Time-series data storage and display system (development)
61  The Round Robin Database Tool (RRDtool) is a system to store and display
62  time-series data (e.g. network bandwidth, machine-room temperature,
63  server load average). It stores the data in Round Robin Databases (RRDs),
64  a very compact way that will not expand over time. RRDtool processes the
65  extracted data to enforce a certain data density, allowing for useful
66  graphical representation of data values.
67  .
68  This package contains header files and libraries used to develop software
69  that uses RRDs.
71 Package: librrds-perl
72 Architecture: any
73 Section: perl
74 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
75 Description: Time-series data storage and display system (Perl interface, shared)
76  The Round Robin Database Tool (RRDtool) is a system to store and display
77  time-series data (e.g. network bandwidth, machine-room temperature,
78  server load average). It stores the data in Round Robin Databases (RRDs),
79  a very compact way that will not expand over time. RRDtool processes the
80  extracted data to enforce a certain data density, allowing for useful
81  graphical representation of data values.
82  .
83  This package contains a Perl interface to RRDs using a shared library.
85 Package: librrdp-perl
86 Architecture: all
87 Section: perl
88 Depends: ${perl:Depends}, rrdtool, ${misc:Depends}
89 Description: Time-series data storage and display system (Perl interface, piped)
90  The Round Robin Database Tool (RRDtool) is a system to store and display
91  time-series data (e.g. network bandwidth, machine-room temperature,
92  server load average). It stores the data in Round Robin Databases (RRDs),
93  a very compact way that will not expand over time. RRDtool processes the
94  extracted data to enforce a certain data density, allowing for useful
95  graphical representation of data values.
96  .
97  This package contains a Perl interface to RRDs using command pipes.
99 Package: rrdtool-tcl
100 Architecture: any
101 Section: utils
102 Depends: ${shlibs:Depends}, ${misc:Depends}, ${tcl:Depends}
103 Description: Time-series data storage and display system (Tcl interface)
104  The Round Robin Database Tool (RRDtool) is a system to store and display
105  time-series data (e.g. network bandwidth, machine-room temperature,
106  server load average). It stores the data in Round Robin Databases (RRDs),
107  a very compact way that will not expand over time. RRDtool processes the
108  extracted data to enforce a certain data density, allowing for useful
109  graphical representation of data values.
110  .
111  This package contains a Tcl interface to RRDs.
113 Package: python-rrdtool
114 Architecture: any
115 Section: python
116 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
117 Conflicts: python2.3-rrd, python2.4-rrd, python-rrd (<< 1.2.26)
118 Replaces: python2.3-rrd, python2.4-rrd, python-rrd (<< 1.2.26)
119 Provides: ${python:Provides}, python-rrd
120 Description: Time-series data storage and display system (Python interface)
121  The Round Robin Database Tool (RRDtool) is a system to store and display
122  time-series data (e.g. network bandwidth, machine-room temperature,
123  server load average). It stores the data in Round Robin Databases (RRDs),
124  a very compact way that will not expand over time. RRDtool processes the
125  extracted data to enforce a certain data density, allowing for useful
126  graphical representation of data values.
127  .
128  This package contains a Python interface to RRDs.
130 Package: python-rrd
131 Architecture: all
132 Section: python
133 Depends: python-rrdtool
134 Description: Transitional dummy package
135  The Round Robin Database Tool (RRDtool) is a system to store and display
136  time-series data (e.g. network bandwidth, machine-room temperature,
137  server load average). It stores the data in Round Robin Databases (RRDs),
138  a very compact way that will not expand over time. RRDtool processes the
139  extracted data to enforce a certain data density, allowing for useful
140  graphical representation of data values.
141  .
142  This package is a transitional dummy package to rename the package to
143  python-rrdtool as required by the Python policy.  It can be safely removed.
145 Package: librrd-ruby
146 Architecture: all
147 Section: interpreters
148 Depends: ${rubydefault:Depends}
149 Description: Time-series data storage and display system (Ruby interface)
150  The Round Robin Database Tool (RRDtool) is a system to store and display
151  time-series data (e.g. network bandwidth, machine-room temperature,
152  server load average). It stores the data in Round Robin Databases (RRDs),
153  a very compact way that will not expand over time. RRDtool processes the
154  extracted data to enforce a certain data density, allowing for useful
155  graphical representation of data values.
156  .
157  This is a dummy package which depends on the package for Debian's default
158  Ruby version.
160 Package: librrd-ruby1.8
161 Architecture: any
162 Section: interpreters
163 Depends: ${shlibs:Depends}, ${misc:Depends}
164 Description: Time-series data storage and display system (Ruby 1.9 interface)
165  The Round Robin Database Tool (RRDtool) is a system to store and display
166  time-series data (e.g. network bandwidth, machine-room temperature,
167  server load average). It stores the data in Round Robin Databases (RRDs),
168  a very compact way that will not expand over time. RRDtool processes the
169  extracted data to enforce a certain data density, allowing for useful
170  graphical representation of data values.
171  .
172  This package contains a Ruby 1.8 interface to RRDs.
174 Package: librrd-ruby1.9
175 Architecture: any
176 Section: interpreters
177 Depends: ${shlibs:Depends}, ${misc:Depends}
178 Description: Time-series data storage and display system (Ruby 1.9 interface)
179  The Round Robin Database Tool (RRDtool) is a system to store and display
180  time-series data (e.g. network bandwidth, machine-room temperature,
181  server load average). It stores the data in Round Robin Databases (RRDs),
182  a very compact way that will not expand over time. RRDtool processes the
183  extracted data to enforce a certain data density, allowing for useful
184  graphical representation of data values.
185  .
186  This package contains a Ruby 1.9 interface to RRDs.