summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-10-09 14:35:25 +0300
committerLars Wirzenius <liw@liw.fi>2016-10-09 14:35:25 +0300
commitba29345e3b26e5e970012372c41a004aa709e5a6 (patch)
treeb073049b4324c08b399f235e8444e7ed3bf9a9b7
parent906e95f5006cd09416fddfecf25b39992c558ae9 (diff)
downloadjt-tmp-ba29345e3b26e5e970012372c41a004aa709e5a6.tar.gz
Require Python 2.7
-rw-r--r--debian/changelog1
-rw-r--r--debian/compat2
-rw-r--r--debian/control8
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 <liw@liw.fi> 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 <liw@liw.fi>
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