From b9833bc5f6c966ef419624d0c9aa1012a8ced5ea Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 9 Oct 2016 16:42:35 +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 7f8f011e..ec635144 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index 535cde33..11cb17e7 100644 --- a/debian/control +++ b/debian/control @@ -3,9 +3,9 @@ Maintainer: Lars Wirzenius Uploaders: Gaudenz Steinlin Section: python Priority: optional -Standards-Version: 3.9.5 -Build-Depends: debhelper (>= 7.3.8), - python-all-dev (>= 2.6.3~3), +Standards-Version: 3.9.8 +Build-Depends: debhelper (>= 9), + python-all-dev (>= 2.7), python-yaml, python-coverage-test-runner (>= 1.8~), python-larch (>= 1.20131130~), @@ -22,7 +22,7 @@ Build-Depends: debhelper (>= 7.3.8), git, pep8 Homepage: http://obnam.org/ -X-Python-Version: >= 2.6 +X-Python-Version: >= 2.7 Package: obnam Provides: python-obnam -- cgit v1.2.1