~ubuntu-branches/ubuntu/maverick/rrdtool/maverick

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Clint Byrum
  • Date: 2010-07-22 08:07:01 UTC
  • mfrom: (1.2.8 upstream) (3.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100722080701-k46mgdfz6euxwqsm
Tags: 1.4.3-1ubuntu1
* Merge from debian unstable, Remaining changes:
  - debian/control: Don't build against ruby1.9 as we don't want
    it in main.
* require libdbi >= 0.8.3 to prevent aborts when using dbi datasources

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
5
XSBC-Original-Maintainer: Debian RRDtool Team <rrdtool@ml.snow-crash.org>
6
6
Uploaders: Sebastian Harl <tokkee@debian.org>, Alexander Wirt <formorer@debian.org>, Bernd Zeimetz <bzed@debian.org>
7
 
Standards-Version: 3.8.1
8
 
Build-Depends: debhelper (>= 5.0.38), groff, autotools-dev, intltool, quilt,
 
7
Standards-Version: 3.8.4
 
8
Build-Depends: debhelper (>= 5.0.38), groff, autotools-dev, gettext, quilt,
9
9
 zlib1g-dev, libpng12-dev, libcairo2-dev, libpango1.0-dev, libfreetype6-dev,
 
10
 libdbi0-dev (>= 0.8.3),
10
11
 libxml2-dev,
11
12
 tcl-dev,
12
13
 perl (>= 5.8.0),
13
14
 python-all-dev (>= 2.3.5-10), python-all-dbg (>= 2.3.5-10),
14
15
 python-support (>= 0.7.1),
15
 
 ruby1.8, ruby1.8-dev
 
16
 ruby1.8, ruby1.8-dev,
 
17
 liblua5.1-0-dev, lua5.1
 
18
Build-Conflicts: lua50
16
19
Homepage: http://oss.oetiker.ch/rrdtool/
17
20
Vcs-Browser: http://git.snow-crash.org/?p=pkg-rrdtool.git;a=summary
18
21
Vcs-Git: git://git.snow-crash.org/pkg-rrdtool.git/
22
25
Architecture: any
23
26
Depends: ${shlibs:Depends}, ${misc:Depends}
24
27
Suggests: librrds-perl
25
 
Description: Time-series data storage and display system (programs)
 
28
Description: time-series data storage and display system (programs)
26
29
 The Round Robin Database Tool (RRDtool) is a system to store and display
27
30
 time-series data (e.g. network bandwidth, machine-room temperature,
28
31
 server load average). It stores the data in Round Robin Databases (RRDs),
37
40
 This package contains command-line programs used to access and manipulate
38
41
 RRDs.
39
42
 
 
43
Package: rrdcached
 
44
Architecture: any
 
45
Depends: ${shlibs:Depends}, ${misc:Depends}
 
46
Description: data caching daemon for RRDtool
 
47
 RRDCacheD is a daemon that receives updates to existing RRD files, accumulates
 
48
 them and, if enough have been received or a defined time has passed, writes
 
49
 the updates to the RRD file. The daemon was written with big setups in mind.
 
50
 Those setups usually run into I/O related problems. RRDCacheD's goal is to
 
51
 alleviate these problems.
 
52
 
40
53
Package: rrdtool-dbg
41
54
Architecture: any
42
55
Priority: extra
45
58
 ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
46
59
Recommends: librrds-perl (= ${binary:Version}),
47
60
 rrdtool-tcl (= ${binary:Version}), python-rrdtool (= ${binary:Version}),
48
 
 librrd-ruby1.8 (= ${binary:Version}), python-all-dbg
 
61
 librrd-ruby1.8 (= ${binary:Version}), python-all-dbg, liblua5.1-rrd0 (= ${binary:Version})
49
62
Description: Time-series data storage and display system (debugging symbols)
50
63
 The Round Robin Database Tool (RRDtool) is a system to store and display
51
64
 time-series data (e.g. network bandwidth, machine-room temperature,
66
79
Depends: ${shlibs:Depends}, ${misc:Depends}
67
80
Recommends: ttf-dejavu | ttf-bitstream-vera
68
81
Conflicts: rrdtool (<< 1.0.42-1), librrds-perl (<< 1.0.42-1)
69
 
Description: Time-series data storage and display system (runtime library)
 
82
Description: time-series data storage and display system (runtime library)
70
83
 The Round Robin Database Tool (RRDtool) is a system to store and display
71
84
 time-series data (e.g. network bandwidth, machine-room temperature,
72
85
 server load average). It stores the data in Round Robin Databases (RRDs),
83
96
Provides: librrd2-dev
84
97
Conflicts: librrd2-dev
85
98
Replaces: librrd2-dev
86
 
Description: Time-series data storage and display system (development)
 
99
Description: time-series data storage and display system (development)
87
100
 The Round Robin Database Tool (RRDtool) is a system to store and display
88
101
 time-series data (e.g. network bandwidth, machine-room temperature,
89
102
 server load average). It stores the data in Round Robin Databases (RRDs),
98
111
Architecture: any
99
112
Section: perl
100
113
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
101
 
Description: Time-series data storage and display system (Perl interface, shared)
 
114
Description: time-series data storage and display system (Perl interface, shared)
102
115
 The Round Robin Database Tool (RRDtool) is a system to store and display
103
116
 time-series data (e.g. network bandwidth, machine-room temperature,
104
117
 server load average). It stores the data in Round Robin Databases (RRDs),
112
125
Architecture: all
113
126
Section: perl
114
127
Depends: ${perl:Depends}, rrdtool, ${misc:Depends}
115
 
Description: Time-series data storage and display system (Perl interface, piped)
 
128
Description: time-series data storage and display system (Perl interface, piped)
116
129
 The Round Robin Database Tool (RRDtool) is a system to store and display
117
130
 time-series data (e.g. network bandwidth, machine-room temperature,
118
131
 server load average). It stores the data in Round Robin Databases (RRDs),
125
138
Package: rrdtool-tcl
126
139
Architecture: any
127
140
Depends: ${shlibs:Depends}, ${misc:Depends}, ${tcl:Depends}
128
 
Description: Time-series data storage and display system (Tcl interface)
 
141
Description: time-series data storage and display system (Tcl interface)
129
142
 The Round Robin Database Tool (RRDtool) is a system to store and display
130
143
 time-series data (e.g. network bandwidth, machine-room temperature,
131
144
 server load average). It stores the data in Round Robin Databases (RRDs),
142
155
Conflicts: python2.3-rrd, python2.4-rrd, python-rrd (<< 1.2.26)
143
156
Replaces: python2.3-rrd, python2.4-rrd, python-rrd (<< 1.2.26)
144
157
Provides: ${python:Provides}, python-rrd
145
 
Description: Time-series data storage and display system (Python interface)
 
158
Description: time-series data storage and display system (Python interface)
146
159
 The Round Robin Database Tool (RRDtool) is a system to store and display
147
160
 time-series data (e.g. network bandwidth, machine-room temperature,
148
161
 server load average). It stores the data in Round Robin Databases (RRDs),
155
168
Package: librrd-ruby
156
169
Architecture: all
157
170
Section: ruby
158
 
Depends: ${rubydefault:Depends}
159
 
Description: Time-series data storage and display system (Ruby interface)
 
171
Depends: ${rubydefault:Depends}, ${misc:Depends}
 
172
Description: time-series data storage and display system (Ruby interface)
160
173
 The Round Robin Database Tool (RRDtool) is a system to store and display
161
174
 time-series data (e.g. network bandwidth, machine-room temperature,
162
175
 server load average). It stores the data in Round Robin Databases (RRDs),
171
184
Architecture: any
172
185
Section: ruby
173
186
Depends: ${shlibs:Depends}, ${misc:Depends}
174
 
Description: Time-series data storage and display system (Ruby 1.8 interface)
 
187
Description: time-series data storage and display system (Ruby 1.8 interface)
175
188
 The Round Robin Database Tool (RRDtool) is a system to store and display
176
189
 time-series data (e.g. network bandwidth, machine-room temperature,
177
190
 server load average). It stores the data in Round Robin Databases (RRDs),
181
194
 .
182
195
 This package contains a Ruby 1.8 interface to RRDs.
183
196
 
 
197
Package: liblua5.1-rrd0
 
198
Architecture: any
 
199
Section: interpreters
 
200
Depends: ${shlibs:Depends}, ${misc:Depends}
 
201
Description: time-series data storage and display system (Lua 5.1 interface)
 
202
 The Round Robin Database Tool (RRDtool) is a system to store and display
 
203
 time-series data (e.g. network bandwidth, machine-room temperature,
 
204
 server load average). It stores the data in Round Robin Databases (RRDs),
 
205
 a very compact way that will not expand over time. RRDtool processes the
 
206
 extracted data to enforce a certain data density, allowing for useful
 
207
 graphical representation of data values.
 
208
 .
 
209
 This package contains a Lua 5.1 interface to RRDs.
 
210
 
 
211
Package: liblua5.1-rrd-dev
 
212
Architecture: any
 
213
Section: libdevel
 
214
Depends: ${shlibs:Depends}, ${misc:Depends}, liblua5.1-rrd0 (= ${binary:Version})
 
215
Description: time-series data storage and display system (Lua 5.1 development)
 
216
 The Round Robin Database Tool (RRDtool) is a system to store and display
 
217
 time-series data (e.g. network bandwidth, machine-room temperature,
 
218
 server load average). It stores the data in Round Robin Databases (RRDs),
 
219
 a very compact way that will not expand over time. RRDtool processes the
 
220
 extracted data to enforce a certain data density, allowing for useful
 
221
 graphical representation of data values.
 
222
 .
 
223
 This package contains development files for the Lua 5.1 interface to RRDs.