initialise debian/
[debian/mudpuppy.git] / debian / control
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..6e46d55
--- /dev/null
@@ -0,0 +1,18 @@
+Source: mudpuppy
+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: mudpuppy
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, make-magic
+Description: Python based automation agent/client for make-magic
+ Mudpuppy allows you to write independent modules in Python code, to
+ automate items in a make-magic task. When run, mudpuppy will poll a
+ make-magic server for tasks that are outstanding, and will complete any
+ items with which it has a module for. Once the module has run
+ successfully, mudpuppy will tell make-magic that the item has been
+ completed, and then will look for more work to do.