summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-10-08 20:40:05 +0300
committerLars Wirzenius <liw@liw.fi>2016-10-08 20:40:05 +0300
commitb67b2801f49e030235115fb133db825b5a71aa18 (patch)
treeb391ca5458536baa2c3f3b49bbfc85f7df49b520
parent75077578d98bc1dad707b5bdd0954895a1fcf4b2 (diff)
downloaddistix-b67b2801f49e030235115fb133db825b5a71aa18.tar.gz
Require Python 2.7., plus Debian packaging changes
-rw-r--r--NEWS1
-rw-r--r--debian/changelog2
-rw-r--r--debian/compat2
-rw-r--r--debian/control10
4 files changed, 9 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 1be7a95..95d19cb 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,7 @@ Version 0.6.1+git, not yet released
* `distix html` now puts an update timestamp on the HTML pages it
generates.
+* Now requires Python 2.7.
Version 0.6.1, released 2016-03-25
---------------------------------
diff --git a/debian/changelog b/debian/changelog
index cd8a0b9..46a9725 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
distix (0.6.1+git-1) UNRELEASED; urgency=medium
* Add run-time and build dependency python-markdown.
+ * debian/control: Update Standards-Version. Use debhelper 9. Require
+ Python 2.7.
-- Lars Wirzenius <liw@liw.fi> Fri, 25 Mar 2016 21:22:22 +0200
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 82f8708..3648e80 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,17 @@ Homepage: http://liw.fi/distix/
Maintainer: Lars Wirzenius <liw@liw.fi>
Section: utils
Priority: optional
-Standards-Version: 3.9.5
-Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6.6-3~),
+Standards-Version: 3.9.8
+Build-Depends: debhelper (>= 9), python-all (>= 2.7~),
python-yaml, git, python-cliapp, python-jinja2,
python-markdown
-X-Python-Version: >= 2.6
+X-Python-Version: >= 2.7
Package: distix
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6),
+Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.7),
python-yaml, git, python-cliapp, python-jinja2,
- python-markdown
+ python-markdown
Description: distributed ticketing system based on git
distix is a distributed ticketing system. It stores the data in git,
using yaml and Maildirs.