update my email address
[debian/digraphtools.git] / debian / control
1 Source: digraphtools
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: python-digraphtools
10 Architecture: all
11 Depends: ${misc:Depends}, ${python:Depends}
12 Description: Python library for working with directed acyclic graphs
13  digraphtools provides a lightweight way of using directed acyclic graphs
14  and partial ordering to represent, sort and traverse dependency trees.