From 3e3afc88242d7fdbdeca1810427cb7856bd3ed77 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 19 May 2019 12:30:48 +0300 Subject: Fix: depend on python-jinja2 --- debian/changelog | 1 + debian/control | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c76f1f6..2b86f46 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ jt (0.24+git-1) UNRELEASED; urgency=medium * New upstream version. * Add build and runtime dependency on python-cliapp. + * Add python-jinja2 to build and runtime dependencies. -- Lars Wirzenius Mon, 28 May 2018 13:40:39 +0300 diff --git a/debian/control b/debian/control index 81e88de..e197d34 100644 --- a/debian/control +++ b/debian/control @@ -4,12 +4,13 @@ Maintainer: Lars Wirzenius Section: misc Priority: optional Standards-Version: 3.9.8 -Build-Depends: debhelper (>= 9), python-all (>= 2.7~), python-cliapp +Build-Depends: debhelper (>= 9), python-all (>= 2.7~), python-cliapp, python-jinja2 X-Python-Version: >= 2.7 Package: jt Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.7), python-cliapp +Depends: ${python:Depends}, ${misc:Depends}, + python (>= 2.7), python-cliapp, python-jinja2 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 -- cgit v1.2.1