summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-04-01 19:32:22 +0300
committerLars Wirzenius <liw@liw.fi>2017-04-01 19:32:22 +0300
commitea34dc1c549b214417f20b1634ec157cf3e68418 (patch)
tree19f9068651dd58958e7d5484e7cb7c653fa9aac7 /debian/control
parentc1258da4b4cef8b48818312e52c00d23f2ea224d (diff)
downloadick2-ea34dc1c549b214417f20b1634ec157cf3e68418.tar.gz
Add preliminary Debian packaging
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..909b1d2
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,16 @@
+Source: ick2
+Homepage: http://liw.fi/ick/
+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: ick2
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.7),
+ python-bottle
+Description: a work-in-progress CI server
+ This should be written.