initialise debian/
[debian/digraphtools.git] / debian / control
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..fab2167
--- /dev/null
@@ -0,0 +1,14 @@
+Source: digraphtools
+Maintainer: Steven McDonald <steven.mcdonald@libremail.me>
+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.