summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..bd20d8c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,17 @@
+Source: slog
+Maintainer: Lars Wirzenius <liw@liw.fi>
+Homepage: http://liw.fi/slog/
+Section: python
+Priority: optional
+Standards-Version: 4.0.0
+Build-Depends: debhelper (>= 9), dh-python,
+ python3-all, python3-coverage, python3-bottle, gunicorn3, python3-jwt,
+ python3-crypto
+
+Package: python3-slog
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python3-bottle, gunicorn3, python3-jwt,
+ python3-crypto
+Description: Python library for structure (JSON) longs
+ This package contains the Python module slog, which implements structured
+ logs (a JSON object encoded per line).