2 Maintainer: Steven McDonald <steven@steven-mcdonald.id.au>
5 Standards-Version: 3.9.2.0
6 Build-Depends: debhelper (>= 7.3.8),
11 Depends: ${misc:Depends}, ${python:Depends}
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
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.