initialise debian/
[debian/make-magic.git] / debian / control
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..bdc680e
--- /dev/null
@@ -0,0 +1,23 @@
+Source: make-magic
+Maintainer: Steven McDonald <steven@steven-mcdonald.id.au>
+Section: python
+Priority: optional
+Standards-Version: 3.9.2.0
+Build-Depends: debhelper (>= 7.3.8),
+               python-all (>= 2.6)
+
+Package: make-magic
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Suggests: mudpuppy
+Description: Transform a set of abstract requirements into a series of steps
+ Given a set of requirements for a task, make-magic figures out what has
+ to be done and what order to do it in. It keeps track of which steps
+ have been done, and makes sure that everything is done in the correct
+ order. It can hook into other systems to automate the steps themselves,
+ the combination of which can do complex, unique builds without any human
+ intervention.
+
+ Originally written to automate server builds, make-magic may be useful
+ in any area that requires a set of requirements to be turned into an
+ ordered sequence of actions.