Code

librrd4.symbols: Added symbols introduced in 1.4~rc2.
[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 <tokkee@debian.org>, Alexander Wirt <formorer@debian.org>, Bernd Zeimetz <bzed@debian.org>
6 Standards-Version: 3.8.3
7 Build-Depends: debhelper (>= 5.0.38), groff, autotools-dev, gettext, quilt,
8  zlib1g-dev, libpng12-dev, libcairo2-dev, libpango1.0-dev, libfreetype6-dev,
9  libdbi0-dev,
10  libxml2-dev,
11  tcl-dev,
12  perl (>= 5.8.0),
13  python-all-dev (>= 2.3.5-10), python-all-dbg (>= 2.3.5-10),
14  python-support (>= 0.7.1),
15  ruby1.8, ruby1.8-dev, ruby1.9, ruby1.9-dev
16 Homepage: http://oss.oetiker.ch/rrdtool/
17 Vcs-Browser: http://git.snow-crash.org/?p=pkg-rrdtool.git;a=summary
18 Vcs-Git: git://git.snow-crash.org/pkg-rrdtool.git/
19 XS-Python-Version: >= 2.3
21 Package: rrdtool
22 Architecture: any
23 Depends: ${shlibs:Depends}, ${misc:Depends}
24 Suggests: librrds-perl
25 Description: Time-series data storage and display system (programs)
26  The Round Robin Database Tool (RRDtool) is a system to store and display
27  time-series data (e.g. network bandwidth, machine-room temperature,
28  server load average). It stores the data in Round Robin Databases (RRDs),
29  a very compact way that will not expand over time. RRDtool processes the
30  extracted data to enforce a certain data density, allowing for useful
31  graphical representation of data values.
32  .
33  RRDtool is often used via various wrappers that can poll data from devices
34  and feed data into RRDs, as well as provide a friendlier user interface and
35  customized graphs.
36  .
37  This package contains command-line programs used to access and manipulate
38  RRDs.
40 Package: rrdtool-dbg
41 Architecture: any
42 Priority: extra
43 Section: debug
44 Depends: rrdtool (= ${binary:Version}), librrd4 (= ${binary:Version}),
45  ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
46 Recommends: librrds-perl (= ${binary:Version}),
47  rrdtool-tcl (= ${binary:Version}), python-rrdtool (= ${binary:Version}),
48  librrd-ruby1.8 (= ${binary:Version}), librrd-ruby1.9 (= ${binary:Version}),
49  python-all-dbg
50 Description: Time-series data storage and display system (debugging symbols)
51  The Round Robin Database Tool (RRDtool) is a system to store and display
52  time-series data (e.g. network bandwidth, machine-room temperature,
53  server load average). It stores the data in Round Robin Databases (RRDs),
54  a very compact way that will not expand over time. RRDtool processes the
55  extracted data to enforce a certain data density, allowing for useful
56  graphical representation of data values.
57  .
58  RRDtool is often used via various wrappers that can poll data from devices
59  and feed data into RRDs, as well as provide a friendlier user interface and
60  customized graphs.
61  .
62  This package contains the debugging symbols for the program and library files.
64 Package: librrd4
65 Architecture: any
66 Section: libs
67 Depends: ${shlibs:Depends}, ${misc:Depends}
68 Recommends: ttf-dejavu | ttf-bitstream-vera
69 Conflicts: rrdtool (<< 1.0.42-1), librrds-perl (<< 1.0.42-1)
70 Description: Time-series data storage and display system (runtime library)
71  The Round Robin Database Tool (RRDtool) is a system to store and display
72  time-series data (e.g. network bandwidth, machine-room temperature,
73  server load average). It stores the data in Round Robin Databases (RRDs),
74  a very compact way that will not expand over time. RRDtool processes the
75  extracted data to enforce a certain data density, allowing for useful
76  graphical representation of data values.
77  .
78  This package contains shared libraries used to access and manipulate RRDs.
80 Package: librrd-dev
81 Architecture: any
82 Section: libdevel
83 Depends: libc6-dev | libc-dev, librrd4 (= ${binary:Version}), libpng12-dev, zlib1g-dev, libcairo2-dev, libpango1.0-dev, libfreetype6-dev, libxml2-dev, ${misc:Depends}
84 Provides: librrd2-dev
85 Conflicts: librrd2-dev
86 Replaces: librrd2-dev
87 Description: Time-series data storage and display system (development)
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 header files and libraries used to develop software
96  that uses RRDs.
98 Package: librrds-perl
99 Architecture: any
100 Section: perl
101 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
102 Description: Time-series data storage and display system (Perl interface, shared)
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 a shared library.
112 Package: librrdp-perl
113 Architecture: all
114 Section: perl
115 Depends: ${perl:Depends}, rrdtool, ${misc:Depends}
116 Description: Time-series data storage and display system (Perl interface, piped)
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 Perl interface to RRDs using command pipes.
126 Package: rrdtool-tcl
127 Architecture: any
128 Depends: ${shlibs:Depends}, ${misc:Depends}, ${tcl:Depends}
129 Description: Time-series data storage and display system (Tcl interface)
130  The Round Robin Database Tool (RRDtool) is a system to store and display
131  time-series data (e.g. network bandwidth, machine-room temperature,
132  server load average). It stores the data in Round Robin Databases (RRDs),
133  a very compact way that will not expand over time. RRDtool processes the
134  extracted data to enforce a certain data density, allowing for useful
135  graphical representation of data values.
136  .
137  This package contains a Tcl interface to RRDs.
139 Package: python-rrdtool
140 Architecture: any
141 Section: python
142 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
143 Conflicts: python2.3-rrd, python2.4-rrd, python-rrd (<< 1.2.26)
144 Replaces: python2.3-rrd, python2.4-rrd, python-rrd (<< 1.2.26)
145 Provides: ${python:Provides}, python-rrd
146 Description: Time-series data storage and display system (Python 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 package contains a Python interface to RRDs.
156 Package: librrd-ruby
157 Architecture: all
158 Section: ruby
159 Depends: ${rubydefault:Depends}
160 Description: Time-series data storage and display system (Ruby interface)
161  The Round Robin Database Tool (RRDtool) is a system to store and display
162  time-series data (e.g. network bandwidth, machine-room temperature,
163  server load average). It stores the data in Round Robin Databases (RRDs),
164  a very compact way that will not expand over time. RRDtool processes the
165  extracted data to enforce a certain data density, allowing for useful
166  graphical representation of data values.
167  .
168  This is a dummy package which depends on the package for Debian's default
169  Ruby version.
171 Package: librrd-ruby1.8
172 Architecture: any
173 Section: ruby
174 Depends: ${shlibs:Depends}, ${misc:Depends}
175 Description: Time-series data storage and display system (Ruby 1.8 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.8 interface to RRDs.
185 Package: librrd-ruby1.9
186 Architecture: any
187 Section: ruby
188 Depends: ${shlibs:Depends}, ${misc:Depends}
189 Description: Time-series data storage and display system (Ruby 1.9 interface)
190  The Round Robin Database Tool (RRDtool) is a system to store and display
191  time-series data (e.g. network bandwidth, machine-room temperature,
192  server load average). It stores the data in Round Robin Databases (RRDs),
193  a very compact way that will not expand over time. RRDtool processes the
194  extracted data to enforce a certain data density, allowing for useful
195  graphical representation of data values.
196  .
197  This package contains a Ruby 1.9 interface to RRDs.