add vcs-* fields to debian/control
[debian/mudpuppy.git] / debian / control
1 Source: mudpuppy
2 Maintainer: Steven McDonald <steven@steven-mcdonald.id.au>
3 Section: python
4 Priority: optional
5 Standards-Version: 3.9.2.0
6 Build-Depends: debhelper (>= 7.3.8),
7                python-all (>= 2.6)
8 Vcs-Git: git://git.steven-mcdonald.id.au/debian/mudpuppy.git
9 Vcs-Browser: http://git.steven-mcdonald.id.au/?p=debian/mudpuppy.git;a=summary
10
11 Package: mudpuppy
12 Architecture: all
13 Depends: ${misc:Depends}, ${python:Depends}, make-magic
14 Description: Python based automation agent/client for make-magic
15  Mudpuppy allows you to write independent modules in Python code, to
16  automate items in a make-magic task. When run, mudpuppy will poll a
17  make-magic server for tasks that are outstanding, and will complete any
18  items with which it has a module for. Once the module has run
19  successfully, mudpuppy will tell make-magic that the item has been
20  completed, and then will look for more work to do.