X-Git-Url: http://git.steven-mcdonald.id.au/?p=aids.git;a=blobdiff_plain;f=debian%2Fcontrol;fp=debian%2Fcontrol;h=3acbaff9067c6c07b7f7151b692bbf228f53e269;hp=0000000000000000000000000000000000000000;hb=4eff9f266269e6d82fe7aad9052fe96fde8e0651;hpb=42beb4facc2aab5454bf72e7a67d49af0346dd77 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..3acbaff --- /dev/null +++ b/debian/control @@ -0,0 +1,38 @@ +Source: aids +Section: admin +Priority: optional +Maintainer: Steven McDonald +Standards-Version: 3.9.3 +Build-Depends: debhelper (>= 8) +Homepage: http://git.steven-mcdonald.id.au/?p=aids.git +Vcs-Git: git://git.steven-mcdonald.id.au/aids.git +Vcs-Browser: http://git.steven-mcdonald.id.au/?p=aids.git + +Package: aids +Architecture: all +Depends: ${misc:Depends}, libaids-ruby1.8, ruby1.8 +Description: Debian service management utility + AIDS (Assistant for Initialisation of Debian Services) is a tool for + management of Debian services, intended to be simple to use, with + potentially complex policies on how to enable/disable services hidden + away from the user. + . + The primary target use case is for automation that needs to simply + enable or disable a service without caring how this is done. + . + This package contains the command-line interface to AIDS. + +Package: libaids-ruby1.8 +Section: ruby +Architecture: all +Depends: ${misc:Depends}, ruby1.8 +Description: Debian service management utility + AIDS (Assistant for Initialisation of Debian Services) is a tool for + management of Debian services, intended to be simple to use, with + potentially complex policies on how to enable/disable services hidden + away from the user. + . + The primary target use case is for automation that needs to simply + enable or disable a service without caring how this is done. + . + This package contains the AIDS module for Ruby 1.8.