eb9300aeef06b350cb66535e1f647ade9f2b3486
[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
9 Package: make-magic
10 Architecture: all
11 Depends: ${misc:Depends}, ${python:Depends}
12 Suggests: mudpuppy
13 Description: Transform a set of abstract requirements into a series of steps
14  Given a set of requirements for a task, make-magic figures out what has
15  to be done and what order to do it in. It keeps track of which steps
16  have been done, and makes sure that everything is done in the correct
17  order. It can hook into other systems to automate the steps themselves,
18  the combination of which can do complex, unique builds without any human
19  intervention.
20  .
21  Originally written to automate server builds, make-magic may be useful
22  in any area that requires a set of requirements to be turned into an
23  ordered sequence of actions.