summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control24
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..5e1bfca
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: muck-poc
+Homepage: http://liw.fi/ick/
+Maintainer: Lars Wirzenius <liw@liw.fi>
+Section: database
+Priority: optional
+Standards-Version: 4.0.0
+Build-Depends: debhelper (>= 9~),
+ python3-all,
+ python3-bottle,
+ python3-coverage-test-runner,
+ python3-cryptography,
+ pycodestyle,
+ dh-python,
+ cmdtest
+
+Package: muck-poc
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends},
+ python3,
+ python3-bottle,
+ python3-cryptography,
+ adduser
+Description: work-in-progress CI server
+ This should be written.