aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorAlex Young <alex@bytemark.co.uk>2015-03-31 10:05:46 +0100
committerAlex Young <alex@bytemark.co.uk>2015-03-31 10:05:46 +0100
commit4d9ca84e57dad6746eb0882b91171ccd69298807 (patch)
tree9e69f2bbd548ac4cccf5413aa0c093ef3b4adfaa /debian/control
parentd9ce2fe346d17dad993b18dbb96b538f15e52282 (diff)
Strip out debian metadata
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control68
1 files changed, 0 insertions, 68 deletions
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 1fdc4f5..0000000
--- a/debian/control
+++ /dev/null
@@ -1,68 +0,0 @@
-Source: mauvealert
-Maintainer: Matthew Bloch <matthew@bytemark.co.uk>
-Uploaders: Patrick J Cherry <patrick@bytemark.co.uk>
-Section: ruby
-Priority: optional
-Build-Depends: ruby | ruby-interpreter, debhelper, cdbs, rdoc, txt2man, cdbs, libsetup-ruby1.8 | ruby-setup
-Standards-Version: 3.9.1
-
-Package: mauvealert-client
-Architecture: all
-Depends: ruby | ruby-interpreter,
- 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,
- ruby-dm-core (>= 1.2.0) | libdm-core-ruby1.8 (>= 1.2.0),
- ruby-dm-migrations (>= 1.2.0) | libdm-migrations-ruby1.8 (>= 1.2.0),
- ruby-dm-sqlite-adapter (>= 1.2.0) | libdm-sqlite-adapter-ruby1.8 (>= 1.2.0),
- ruby-dm-types (>= 1.2.0) | libdm-types-ruby1.8 (>= 1.2.0),
- ruby-dm-aggregates (>= 1.2.0) | libdm-aggregates-ruby1.8 (>= 1.2.0),
- ruby-dm-validations (>= 1.2.0) | libdm-validations-ruby1.8 (>= 1.2.0),
- ruby-dm-transactions (>= 1.2.0) | libdm-transactions-ruby1.8 (>= 1.2.0),
- ruby-haml (>= 3.0.15) | libhaml-ruby1.8 (>= 3.0.15) | haml (>= 3.0.15),
- ruby-sanitize (>= 2.0.3) | libsanitize-ruby1.8 (>= 2.0.3),
- ruby-sinatra (>= 1.0) | libsinatra-ruby1.8 (>= 1.0),
- ruby-ipaddress | libipaddresss-ruby1.8,
- ruby-log4r | liblog4r-ruby1.8,
- ruby-redcloth | libredcloth-ruby1.8,
- ruby-rmail | librmail-ruby1.8,
- ruby-thin | thin1.8 | thin,
- ruby-xmpp4r | libxmpp4r-ruby1.8,
- lsb-base (>= 3.2-14),
- ruby1.8 (>= 1.8.7),
- ${misc:Depends}
-Suggests: mauvealert-client
-Recommends: ruby-locale | liblocale-ruby1.8
-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: ruby | ruby-interpreter, 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.
-