X-Git-Url: http://git.steven-mcdonald.id.au/?p=debian%2Fmake-magic.git;a=blobdiff_plain;f=debian%2Fcontrol;fp=debian%2Fcontrol;h=bdc680e4a52766fb556350c35d992eb1a4c6e83f;hp=0000000000000000000000000000000000000000;hb=5d0ebd3c48be0ac827632b193a1c4444d511352b;hpb=ab7178dcff2705cb10386ff34f6130bb7511aa2e diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..bdc680e --- /dev/null +++ b/debian/control @@ -0,0 +1,23 @@ +Source: make-magic +Maintainer: Steven McDonald +Section: python +Priority: optional +Standards-Version: 3.9.2.0 +Build-Depends: debhelper (>= 7.3.8), + python-all (>= 2.6) + +Package: make-magic +Architecture: all +Depends: ${misc:Depends}, ${python:Depends} +Suggests: mudpuppy +Description: Transform a set of abstract requirements into a series of steps + Given a set of requirements for a task, make-magic figures out what has + to be done and what order to do it in. It keeps track of which steps + have been done, and makes sure that everything is done in the correct + order. It can hook into other systems to automate the steps themselves, + the combination of which can do complex, unique builds without any human + intervention. + + Originally written to automate server builds, make-magic may be useful + in any area that requires a set of requirements to be turned into an + ordered sequence of actions.