summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--debian/control8
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 <liw@liw.fi>
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.