From ba29345e3b26e5e970012372c41a004aa709e5a6 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 9 Oct 2016 14:35:25 +0300 Subject: Require Python 2.7 --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 8 ++++---- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7454be9..78fe106 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ jt (0.17+git-1) UNRELEASED; urgency=medium * New upstream version. + * debian/control: Require Python 2.7. -- Lars Wirzenius Wed, 29 Jun 2016 22:15:15 +0300 diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index 3a5f29e..a04941d 100644 --- a/debian/control +++ b/debian/control @@ -3,13 +3,13 @@ Homepage: http://liw.fi/jt/ Maintainer: Lars Wirzenius Section: misc Priority: optional -Standards-Version: 3.9.5 -Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6.6-3~) -X-Python-Version: >= 2.6 +Standards-Version: 3.9.8 +Build-Depends: debhelper (>= 9), python-all (>= 2.7~) +X-Python-Version: >= 2.7 Package: jt Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6) +Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.7) 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