summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-07-31 14:52:55 +0300
committerLars Wirzenius <liw@liw.fi>2017-07-31 14:52:55 +0300
commit9ebde4872141f257330c3e5fb1e02113053ecc0c (patch)
treea1ae6200b25143c7eb8ab57320284fc8c04f8d75 /debian/control
parentb361acdc692cc98642652ce0a9128276ac6658d0 (diff)
downloadapifw-9ebde4872141f257330c3e5fb1e02113053ecc0c.tar.gz
Add: initial Debian packaging
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..009a252
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,15 @@
+Source: apifw
+Maintainer: Lars Wirzenius <liw@liw.fi>
+Homepage: http://liw.fi/apifw/
+Section: python
+Priority: optional
+Standards-Version: 4.0.0
+Build-Depends: debhelper (>= 9), dh-python,
+ python3-all, python3-coverage, python3-bottle, gunicorn3
+
+Package: python3-apifw
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python3-bottle, gunicorn3
+Description: Python framework for RESTful JSON API backends
+ This package contains the Python module apifw, which implements a small
+ framework for implemnting backends with a RESTful JSON HTTP API.