summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--debian/control4
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 0b9d854..c76f1f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
jt (0.24+git-1) UNRELEASED; urgency=medium
* New upstream version.
+ * Add build and runtime dependency on python-cliapp.
-- Lars Wirzenius <liw@liw.fi> Mon, 28 May 2018 13:40:39 +0300
diff --git a/debian/control b/debian/control
index a04941d..81e88de 100644
--- a/debian/control
+++ b/debian/control
@@ -4,12 +4,12 @@ Maintainer: Lars Wirzenius <liw@liw.fi>
Section: misc
Priority: optional
Standards-Version: 3.9.8
-Build-Depends: debhelper (>= 9), python-all (>= 2.7~)
+Build-Depends: debhelper (>= 9), python-all (>= 2.7~), python-cliapp
X-Python-Version: >= 2.7
Package: jt
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.7)
+Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.7), python-cliapp
Description: personal journalling tool on top of ikiwiki
The jt program adds entries to a personal journal that is rendered
with ikiwiki. It makes various assumptions of how things are set up