X-Git-Url: http://git.steven-mcdonald.id.au/?p=debian%2Fmudpuppy.git;a=blobdiff_plain;f=debian%2Fcontrol;fp=debian%2Fcontrol;h=6e46d5517af545df960cf97baf2ea3bcda31df34;hp=0000000000000000000000000000000000000000;hb=15222ca84af8c5e5877ab86e0314b3836aac5353;hpb=a3914568899f2468df59890aab3c19b11e07c3ab diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..6e46d55 --- /dev/null +++ b/debian/control @@ -0,0 +1,18 @@ +Source: mudpuppy +Maintainer: Steven McDonald +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.