add vcs-* fields to debian/control
[debian/make-magic.git] / debian / control
1 Source: make-magic
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/make-magic.git
9 Vcs-Browser: http://git.steven-mcdonald.id.au/?p=debian/make-magic.git;a=summary
10
11 Package: make-magic
12 Architecture: all
13 Depends: ${misc:Depends}, ${python:Depends}
14 Suggests: mudpuppy
15 Description: Transform a set of abstract requirements into a series of steps
16  Given a set of requirements for a task, make-magic figures out what has
17  to be done and what order to do it in. It keeps track of which steps
18  have been done, and makes sure that everything is done in the correct
19  order. It can hook into other systems to automate the steps themselves,
20  the combination of which can do complex, unique builds without any human
21  intervention.
22  .
23  Originally written to automate server builds, make-magic may be useful
24  in any area that requires a set of requirements to be turned into an
25  ordered sequence of actions.