summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGianfranco Costamagna <costamagnagianfranco@yahoo.it>2019-08-13 20:18:56 +0200
committerGianfranco Costamagna <costamagnagianfranco@yahoo.it>2019-08-13 20:18:56 +0200
commit0175b761eb980e2a3f123c739f18344ac62c8ed5 (patch)
tree3d1b5d52075dad393d65a5b1cd8703aa771ca080
parente7cd6a1e94368b6f1ed5c8c86b14f6e5f556d4b2 (diff)
Run dh-python with --python2
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 2 deletions
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) <gcs@debian.org>
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