summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..6a04862
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,16 @@
+Source: distixapi
+Homepage: http://liw.fi/distix/
+Maintainer: Lars Wirzenius <liw@liw.fi>
+Section: devel
+Priority: optional
+Standards-Version: 3.9.6
+Build-Depends: debhelper (>= 9~), python-all (>= 2.7~),
+ python-bottle
+X-Python-Version: >= 2.7
+
+Package: distixapi
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.7),
+ python-bottle
+Description: a work-in-progress backend for distix web app
+ This should be written.