From efe862f2fecef288e3131184b177319173cd3bc1 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 9 Oct 2016 14:16:47 +0300 Subject: Require Python 2.7 --- debian/changelog | 1 + debian/control | 8 ++++---- 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 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 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 -- cgit v1.2.1