aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: 649dcbdf661ea861b0423db942e3cdc375342072 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Source: mauvealert
Maintainer: Matthew Bloch <matthew@bytemark.co.uk>
Uploaders: Patrick J Cherry <patrick@bytemark.co.uk>
Section: ruby
Priority: optional
Build-Depends: ruby1.8, debhelper, cdbs, rdoc
Standards-Version: 3.8.0

Package: mauvealert-client
Architecture: all
Depends: ruby1.8,
  mauvealert-common,
  ${misc:Depends}
Description: Mauve network alert system -- client
  mauve is a network alert system for system and network administrators.  You
 can use it to quickly set up ad-hoc monitoring for a variety of services, and
 to confidently replace all scripts that might otherwise send floods of emails
 or text messages.
 .
 This is the client package.

Package: mauvealert-server
Architecture: all
Depends: mauvealert-common,
 libjs-jquery,
 ruby1.8,
 libhaml-ruby1.8,
 liblog4r-ruby1.8,
 libredcloth-ruby1.8,
 librmail-ruby1.8,
 libsinatra-ruby1.8,
 libuuidtools-ruby1.8,
 libwebrick-ruby1.8,
 libdm-core-ruby1.8,
 libdm-do-adapter-ruby1.8,
 libdm-migrations-ruby1.8,
 libdm-serializer-ruby1.8,
 libdm-sqlite-adapter-ruby1.8,
 libdo-sqlite3-ruby1.8,
 libdm-timestamps-ruby1.8,
 libdm-types-ruby1.8,
 libdm-validations-ruby1.8,
 thin1.8,
 libxmpp4r-ruby1.8,
 ${misc:Depends}
Suggests: mauvealert-client
Description: Mauve network alert system -- server
 mauve is a network alert system for system and network administrators.  You can
 use it to quickly set up ad-hoc monitoring for a variety of services, and to
 confidently replace all scripts that might otherwise send floods of emails or
 text messages.
 .
 This is the server package.

Package: mauvealert-common
Architecture: all
Depends: ruby1.8, ruby-protobuf, ${misc:Depends}
Suggests: mauvealert-client
Description: Mauve network alert system -- common libraries
 mauve is a network alert system for system and network administrators.  You can
 use it to quickly set up ad-hoc monitoring for a variety of services, and to
 confidently replace all scripts that might otherwise send floods of emails or
 text messages.
 .
 This is the package of libraries in common with both the client and server.