X-Git-Url: http://git.steven-mcdonald.id.au/?p=debian%2Fdigraphtools.git;a=blobdiff_plain;f=debian%2Fcontrol;fp=debian%2Fcontrol;h=fab21677f133b3629cbbb75119dfddc5da31691a;hp=0000000000000000000000000000000000000000;hb=8ab72fabff659318fc837e67f34f7374b37afd83;hpb=bf0f5c788c6801d30c7680012b816c227b0ee5ac diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..fab2167 --- /dev/null +++ b/debian/control @@ -0,0 +1,14 @@ +Source: digraphtools +Maintainer: Steven McDonald +Section: python +Priority: optional +Standards-Version: 3.9.2.0 +Build-Depends: debhelper (>= 7.3.8), + python-all (>= 2.6) + +Package: python-digraphtools +Architecture: all +Depends: ${misc:Depends}, ${python:Depends} +Description: Python library for working with directed acyclic graphs + digraphtools provides a lightweight way of using directed acyclic graphs + and partial ordering to represent, sort and traverse dependency trees.