From 1ba2ae653fefe8076a6ee7d2df7b555e0dbdd607 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 9 Oct 2016 16:39:18 +0300 Subject: Require Python 2.7 harder --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 720f350..67c8ba9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ vmdebootstrap (1.7+git-1) UNRELEASED; urgency=medium * New upstream version. * debian/control: Drop Antonio from Uploaders, by request. + * debian/control: Require Python 2.7. -- Lars Wirzenius Sun, 11 Sep 2016 18:07:38 +0300 diff --git a/debian/compat b/debian/compat index 45a4fb7..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +9 diff --git a/debian/control b/debian/control index 2bb4e14..4eb72e3 100644 --- a/debian/control +++ b/debian/control @@ -4,9 +4,9 @@ Priority: extra Maintainer: VMDebootstrap List Uploaders: Lars Wirzenius , Iain R. Learmonth -Build-Depends: debhelper (>= 8.0.0), dh-python, +Build-Depends: debhelper (>= 9), dh-python, python-sphinx (>= 1.0.7+dfsg) | python3-sphinx, - python | python-all | python-dev | python-all-dev, + python-all-dev (>= 2.7), python-setuptools (>= 3) Testsuite: autopkgtest X-Python-Version: 2.7 @@ -17,7 +17,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/vmdebootstrap/vmdebootstrap.git/ Package: vmdebootstrap Architecture: linux-any -Depends: debootstrap, qemu-utils, kpartx, parted, +Depends: debootstrap, qemu-utils, kpartx, parted, python (>= 2.7), ${sphinxdoc:Depends}, ${python:Depends}, ${misc:Depends} Recommends: dosfstools, grub2-common [!mips !s390x], extlinux [amd64 i386], -- cgit v1.2.1