Code

Add watchfile
[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: git://git.snow-crash.org/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: any
53 Section: libdevel
54 Depends: librrd2 (= ${Source-Version}), libpng12-dev, zlib1g-dev, libart-2.0-dev, libfreetype6-dev, ${misc:Depends}
55 Conflicts: librrd0-dev, librrd0
56 Replaces: librrd0
57 Description: Time-series data storage and display system (development)
58  The Round Robin Database Tool (RRDtool) is a system to store and display
59  time-series data (e.g. network bandwidth, machine-room temperature,
60  server load average). It stores the data in Round Robin Databases (RRDs),
61  a very compact way that will not expand over time. RRDtool processes the
62  extracted data to enforce a certain data density, allowing for useful
63  graphical representation of data values.
64  .
65  This package contains header files and libraries used to develop software
66  that uses RRDs.
68 Package: librrds-perl
69 Architecture: any
70 Section: perl
71 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
72 Description: Time-series data storage and display system (Perl interface, shared)
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 a Perl interface to RRDs using a shared library.
82 Package: librrdp-perl
83 Architecture: all
84 Section: perl
85 Depends: ${perl:Depends}, rrdtool, ${misc:Depends}
86 Description: Time-series data storage and display system (Perl interface, piped)
87  The Round Robin Database Tool (RRDtool) is a system to store and display
88  time-series data (e.g. network bandwidth, machine-room temperature,
89  server load average). It stores the data in Round Robin Databases (RRDs),
90  a very compact way that will not expand over time. RRDtool processes the
91  extracted data to enforce a certain data density, allowing for useful
92  graphical representation of data values.
93  .
94  This package contains a Perl interface to RRDs using command pipes.
96 Package: rrdtool-tcl
97 Architecture: any
98 Section: utils
99 Depends: ${shlibs:Depends}, ${misc:Depends}
100 Description: Time-series data storage and display system (Tcl interface)
101  The Round Robin Database Tool (RRDtool) is a system to store and display
102  time-series data (e.g. network bandwidth, machine-room temperature,
103  server load average). It stores the data in Round Robin Databases (RRDs),
104  a very compact way that will not expand over time. RRDtool processes the
105  extracted data to enforce a certain data density, allowing for useful
106  graphical representation of data values.
107  .
108  This package contains a Tcl interface to RRDs.
110 Package: python-rrd
111 Architecture: any
112 Section: python
113 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
114 Conflicts: python2.3-rrd, python2.4-rrd
115 Replaces: python2.3-rrd, python2.4-rrd
116 Provides: ${python:Provides}
117 Description: Time-series data storage and display system (Python interface)
118  The Round Robin Database Tool (RRDtool) is a system to store and display
119  time-series data (e.g. network bandwidth, machine-room temperature,
120  server load average). It stores the data in Round Robin Databases (RRDs),
121  a very compact way that will not expand over time. RRDtool processes the
122  extracted data to enforce a certain data density, allowing for useful
123  graphical representation of data values.
124  .
125  This package contains a Python interface to RRDs.
127 Package: librrd-ruby
128 Architecture: all
129 Section: interpreters
130 Depends: ${rubydefault:Depends}
131 Description: Time-series data storage and display system (Ruby interface)
132  The Round Robin Database Tool (RRDtool) is a system to store and display
133  time-series data (e.g. network bandwidth, machine-room temperature,
134  server load average). It stores the data in Round Robin Databases (RRDs),
135  a very compact way that will not expand over time. RRDtool processes the
136  extracted data to enforce a certain data density, allowing for useful
137  graphical representation of data values.
138  .
139  This is a dummy package which depends on the package for Debian's default
140  Ruby version.
142 Package: librrd-ruby1.8
143 Architecture: any
144 Section: interpreters
145 Depends: ${shlibs:Depends}, ${misc:Depends}
146 Description: Time-series data storage and display system (Ruby 1.9 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 Ruby 1.8 interface to RRDs.
156 Package: librrd-ruby1.9
157 Architecture: any
158 Section: interpreters
159 Depends: ${shlibs:Depends}, ${misc:Depends}
160 Description: Time-series data storage and display system (Ruby 1.9 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 package contains a Ruby 1.9 interface to RRDs.