From a0b49003e2ce4204a7472896088c4f3718aab1a0 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 18 Dec 2017 15:22:40 +0200 Subject: Add: missing dependency on cliapp --- NEWS | 1 + debian/control | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 6e8478c..fa2ebc6 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,7 @@ NEWS for ql-ikiwiki-publish Version 0.9+git, not yet released --------------------------------- +* Add missing dependency on cliapp. Version 0.9, released 2017-12-18 --------------------------------- diff --git a/debian/control b/debian/control index 356b681..6134804 100644 --- a/debian/control +++ b/debian/control @@ -3,13 +3,13 @@ Maintainer: Lars Wirzenius Section: python Priority: optional Standards-Version: 3.9.6 -Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6.6-3~) -X-Python-Version: >= 2.6 +Build-Depends: debhelper (>= 7.3.8), python3-all +X-Python-Version: >= 3 Package: ql-ikiwiki-publish Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6), ikiwiki, - plantuml +Depends: ${python3:Depends}, ${misc:Depends}, python3, ikiwiki, + plantuml, python3-cliapp Description: build and publish static website for QvarnLabs This is a tool for QvarnLabs internal use. It builds a static website using ikiwiki, and publishes it on a suitable web server. -- cgit v1.2.1