summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-10-09 14:16:47 +0300
committerLars Wirzenius <liw@liw.fi>2016-10-09 14:16:47 +0300
commitefe862f2fecef288e3131184b177319173cd3bc1 (patch)
treed4c051da7637098bbe1fb65d699b25df7b409ecd
parent39fde34dcd3ae8020759940b12e8932ffa36817d (diff)
downloadick-efe862f2fecef288e3131184b177319173cd3bc1.tar.gz
Require Python 2.7
-rw-r--r--debian/changelog1
-rw-r--r--debian/control8
2 files changed, 5 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index d8c4641..1fb0ae5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
ick (0.20+git-1) UNRELEASED; urgency=medium
* New upstream version.
+ * debian/control: Require Python 2.7.
-- Lars Wirzenius <liw@liw.fi> Mon, 16 May 2016 12:12:07 +0300
diff --git a/debian/control b/debian/control
index eb8d643..65786d2 100644
--- a/debian/control
+++ b/debian/control
@@ -3,16 +3,16 @@ Homepage: http://liw.fi/ick/
Maintainer: Lars Wirzenius <liw@liw.fi>
Section: devel
Priority: optional
-Standards-Version: 3.9.6
-Build-Depends: debhelper (>= 9~), python-all (>= 2.6.6-3~), pandoc,
+Standards-Version: 3.9.8
+Build-Depends: debhelper (>= 9~), python-all (>= 2.7~), pandoc,
python-coverage-test-runner, python-cliapp, python-yaml, git,
python-ttystatus (>= 0.24.1), pep8, pylint, python-jinja2,
devscripts, reprepro
-X-Python-Version: >= 2.6
+X-Python-Version: >= 2.7
Package: ick
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6),
+Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.7),
python-ttystatus (>= 0.24.1), python-cliapp, python-yaml, git,
python-jinja2, devscripts, reprepro
Description: simpliestic continuous integration system