Integrate local changes into git
[aids.git] / debian / control
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..3acbaff
--- /dev/null
@@ -0,0 +1,38 @@
+Source: aids
+Section: admin
+Priority: optional
+Maintainer: Steven McDonald <steven@steven-mcdonald.id.au>
+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.