summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-10-09 16:39:18 +0300
committerLars Wirzenius <liw@liw.fi>2016-10-09 16:39:18 +0300
commit1ba2ae653fefe8076a6ee7d2df7b555e0dbdd607 (patch)
treecce1f0cee47d038b8868190d50ab84ad8c6bf214
parent3908d6e052e8f0fd6fd6785e0d1ec96cee5173ad (diff)
downloadvmdebootstrap-1ba2ae653fefe8076a6ee7d2df7b555e0dbdd607.tar.gz
Require Python 2.7 harder
-rw-r--r--debian/changelog1
-rw-r--r--debian/compat2
-rw-r--r--debian/control6
3 files changed, 5 insertions, 4 deletions
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 <liw@liw.fi> 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 <vmdebootstrap-devel@lists.alioth.debian.org>
Uploaders: Lars Wirzenius <liw@liw.fi>,
Iain R. Learmonth <irl@debian.org>
-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],