summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-07-02 00:11:18 +0300
committerLars Wirzenius <liw@liw.fi>2017-07-02 00:11:18 +0300
commitad950d9e01f5c8a7118cbe3959533ac558ef4d4b (patch)
tree48e0e27093b0dbc30129c10c30f2ea73b5ea2a7b /debian/control
parentb01f8b24a6ff6c8694b292d45e4d229262c8e2a7 (diff)
downloadick2-ad950d9e01f5c8a7118cbe3959533ac558ef4d4b.tar.gz
Fix: add Debian dependency on cliapp
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 909b1d2..19c4fda 100644
--- a/debian/control
+++ b/debian/control
@@ -5,12 +5,12 @@ Section: devel
Priority: optional
Standards-Version: 3.9.6
Build-Depends: debhelper (>= 9~), python-all (>= 2.7~),
- python-bottle
+ python-bottle, python-cliapp
X-Python-Version: >= 2.7
Package: ick2
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.7),
- python-bottle
+ python-bottle, python-cliapp
Description: a work-in-progress CI server
This should be written.