Integrate local changes into git
[aids.git] / debian / control
1 Source: aids
2 Section: admin
3 Priority: optional
4 Maintainer: Steven McDonald <steven@steven-mcdonald.id.au>
5 Standards-Version: 3.9.3
6 Build-Depends: debhelper (>= 8)
7 Homepage: http://git.steven-mcdonald.id.au/?p=aids.git
8 Vcs-Git: git://git.steven-mcdonald.id.au/aids.git
9 Vcs-Browser: http://git.steven-mcdonald.id.au/?p=aids.git
10
11 Package: aids
12 Architecture: all
13 Depends: ${misc:Depends}, libaids-ruby1.8, ruby1.8
14 Description: Debian service management utility
15  AIDS (Assistant for Initialisation of Debian Services) is a tool for
16  management of Debian services, intended to be simple to use, with
17  potentially complex policies on how to enable/disable services hidden
18  away from the user.
19  .
20  The primary target use case is for automation that needs to simply
21  enable or disable a service without caring how this is done.
22  .
23  This package contains the command-line interface to AIDS.
24
25 Package: libaids-ruby1.8
26 Section: ruby
27 Architecture: all
28 Depends: ${misc:Depends}, ruby1.8
29 Description: Debian service management utility
30  AIDS (Assistant for Initialisation of Debian Services) is a tool for
31  management of Debian services, intended to be simple to use, with
32  potentially complex policies on how to enable/disable services hidden
33  away from the user.
34  .
35  The primary target use case is for automation that needs to simply
36  enable or disable a service without caring how this is done.
37  .
38  This package contains the AIDS module for Ruby 1.8.