aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: 83552f0a66cd2b685e33c12fd0769215ec7f1f91 (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
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, txt2man, cdbs, libsetup-ruby1.8 | ruby-setup 
Standards-Version: 3.9.1

Package: mauvealert-client
Architecture: all
Depends: ruby1.8,
  mauvealert-common (>= 3.8.0),
  ${misc:Depends}
Recommends: liblocale-ruby1.8 | ruby-locale
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
Pre-Depends: libjs-jquery
Depends: mauvealert-common (>= 3.8.0),
 adduser,
 libdm-core-ruby1.8 (>= 1.2.0) | ruby-dm-core  (>= 1.2.0),
 libdm-migrations-ruby1.8 (>= 1.2.0) | ruby-dm-migrations  (>= 1.2.0),
 libdm-sqlite-adapter-ruby1.8 (>= 1.2.0) | ruby-dm-sqlite-adapter  (>= 1.2.0),
 libdm-types-ruby1.8 (>= 1.2.0) | ruby-dm-types  (>= 1.2.0),
 libdm-validations-ruby1.8 (>= 1.2.0) | ruby-dm-validations  (>= 1.2.0),
 libhaml-ruby1.8 (>= 3.0.15) | haml (>= 3.0.15) | ruby-haml  (>= 3.0.15) | haml (>= 3.0.15),
 liblog4r-ruby1.8 | ruby-log4r,
 libredcloth-ruby1.8 | ruby-redcloth,
 librmail-ruby1.8 | ruby-rmail,
 libsanitize-ruby1.8 (>= 2.0.3) | ruby-sanitize  (>= 2.0.3),
 libsinatra-ruby1.8 (>= 1.0) | ruby-sinatra  (>= 1.0),
 lsb-base (>= 3.2-14),
 ruby1.8 (>= 1.8.7),
 thin1.8 | thin | ruby-thin,
 libxmpp4r-ruby1.8 | ruby-xmpp4r,
 ${misc:Depends}
Suggests: mauvealert-client
Recommends: liblocale-ruby1.8 | ruby-locale
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.