summaryrefslogtreecommitdiffstats
path: root/ubuntu/_base
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-01-08 22:58:15 +0900
committerSlávek Banko <slavek.banko@axis.cz>2023-01-09 00:40:11 +0100
commitf1442fc65ff37eb46acc5288d4b0555ee60f265f (patch)
treec09e8cec655159349baa17058b4dd40310f74000 /ubuntu/_base
parentc8feb721f2cb700766562823638f1962507d06aa (diff)
downloadtde-packaging-f1442fc65ff37eb46acc5288d4b0555ee60f265f.tar.gz
tde-packaging-f1442fc65ff37eb46acc5288d4b0555ee60f265f.zip
DEB pytde: Avoid unwanted use of Python 2 for the shebang,
which caused the Python 2 dependency to be set. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ubuntu/_base')
-rwxr-xr-xubuntu/_base/libraries/pytde/debian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/_base/libraries/pytde/debian/rules b/ubuntu/_base/libraries/pytde/debian/rules
index 92d121fac..9e42e956d 100755
--- a/ubuntu/_base/libraries/pytde/debian/rules
+++ b/ubuntu/_base/libraries/pytde/debian/rules
@@ -161,7 +161,7 @@ ifeq (,$(findstring -i, $(DH_OPTIONS)))
endif
dh_compress -X.py -X.ui -X.dtd
dh_fixperms
- dh_python3 --no-dbg-cleaning
+ dh_python3 --no-dbg-cleaning --shebang=/usr/bin/python3
dh_installdeb
dh_shlibdeps -l /opt/trinity/lib
dh_gencontrol