From 0175b761eb980e2a3f123c739f18344ac62c8ed5 Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Tue, 13 Aug 2019 20:18:56 +0200 Subject: Run dh-python with --python2 --- debian/control | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/control b/debian/control index 8a37a80..95c2237 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Laszlo Boszormenyi (GCS) Build-Depends: debhelper (>= 12), dh-python, - python + python-all Standards-Version: 4.4.0 Homepage: https://www.scons.org/ Vcs-Git: https://salsa.debian.org/debian/scons.git diff --git a/debian/rules b/debian/rules index e759c42..a6576fe 100755 --- a/debian/rules +++ b/debian/rules @@ -3,4 +3,4 @@ export PYBUILD_INSTALL_ARGS=--no-version-script --standalone-lib --no-install-man --no-install-bat %: - dh $@ --with python3 --buildsystem=pybuild + dh $@ --with python2,python3 --buildsystem=pybuild -- cgit v1.2.3