From c6419941752c5108f66d7d3ab1befc54d074037b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 8 Oct 2016 18:36:43 +0300 Subject: Require Python 2.7 --- debian/compat | 2 +- debian/control | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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 258d339..26700e7 100644 --- a/debian/control +++ b/debian/control @@ -3,15 +3,15 @@ Maintainer: Lars Wirzenius Homepage: http://liw.fi/cmdtest/ Section: devel 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-cliapp, python-ttystatus, python-markdown -X-Python-Version: >= 2.6 +X-Python-Version: >= 2.7 Package: cmdtest Provides: yarn Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6), python-cliapp, +Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.7), python-cliapp, python-ttystatus, python-markdown Description: blackbox testing of Unix command line programs cmdtest black box tests Unix command line tools. Roughly, it is given a -- cgit v1.2.1