From 147a9712537817664778606d1b6363a3c8318672 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 24 Sep 2017 18:01:02 +0300 Subject: Change: change debian/control to use Python3 modules --- debian/control | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'debian/control') 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 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. -- cgit v1.2.1