summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2019-08-03 13:11:28 +0100
committerColin Watson <cjwatson@debian.org>2019-08-03 13:11:28 +0100
commit615a8893413f85c58e59a99948f97ceb9ab5dc16 (patch)
tree73ada336ebacb6c94206f60195d091d81e24a5ef
parent598127c3f7073cfc5fa8868d6fa35d036d15b5b3 (diff)
Run gentpl.py with python3
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules1
3 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 69a88cc85..f6e9c1409 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ grub2 (2.04-2) UNRELEASED; urgency=medium
* debian/apport/source_grub2.py:
- Avoid star import.
- Fix flake8 errors.
+ * Run gentpl.py with python3.
-- Colin Watson <cjwatson@debian.org> Tue, 09 Jul 2019 15:04:41 +0100
diff --git a/debian/control b/debian/control
index 29fa3846c..826ca6a1f 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: GRUB Maintainers <pkg-grub-devel@alioth-lists.debian.net>
Uploaders: Felix Zielcke <fzielcke@z-51.de>, Jordi Mallach <jordi@debian.org>, Colin Watson <cjwatson@debian.org>, Ian Campbell <ijc@debian.org>, Steve McIntyre <93sam@debian.org>
Build-Depends: debhelper-compat (= 10),
patchutils,
- python,
+ python3,
flex,
bison,
po-debconf,
diff --git a/debian/rules b/debian/rules
index 907f062fe..0b20bb8d0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -166,6 +166,7 @@ override_dh_autoreconf:
cp -a debian/grub-extras/$$extra debian/grub-extras-enabled/; \
done
env -u DH_OPTIONS GRUB_CONTRIB=$(CURDIR)/debian/grub-extras-enabled \
+ PYTHON=python3 \
dh_autoreconf -- ./autogen.sh
debian/stamps/configure-grub-common: debian/stamps/configure-grub-$(COMMON_PLATFORM)