summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-09-24 18:01:02 +0300
committerLars Wirzenius <liw@liw.fi>2017-09-24 18:19:36 +0300
commit147a9712537817664778606d1b6363a3c8318672 (patch)
treed5f73c36f300840d32f29d57b88f6d07c00c1bb6 /debian/control
parentea346f7b8dd7d3aa616e029e5828bd904f6c0c50 (diff)
downloadick2-147a9712537817664778606d1b6363a3c8318672.tar.gz
Change: change debian/control to use Python3 modules
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control16
1 files changed, 10 insertions, 6 deletions
diff --git a/debian/control b/debian/control
index 608dda6..6791620 100644
--- a/debian/control
+++ b/debian/control
@@ -4,14 +4,18 @@ 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, python-cliapp, python3-all,
- python3-coverage-test-runner, python3-apifw, python3-slog,
- gunicorn3, python3-yaml
+Build-Depends: debhelper (>= 9~),
+ python3-all,
+ python3-bottle,
+ python3-cliapp,
+ python3-coverage-test-runner,
+ python3-apifw,
+ python3-slog,
+ gunicorn3,
+ python3-yaml
Package: ick2
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.7),
- python3-bottle, python-cliapp, python3-yaml
+Depends: ${python3:Depends}, ${misc:Depends}, python3-bottle, python-cliapp, python3-yaml
Description: a work-in-progress CI server
This should be written.