diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-01-08 22:58:15 +0900 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-01-09 00:40:11 +0100 |
commit | f1442fc65ff37eb46acc5288d4b0555ee60f265f (patch) | |
tree | c09e8cec655159349baa17058b4dd40310f74000 /dilos/libraries | |
parent | c8feb721f2cb700766562823638f1962507d06aa (diff) | |
download | tde-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 'dilos/libraries')
-rwxr-xr-x | dilos/libraries/pytde/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dilos/libraries/pytde/debian/rules b/dilos/libraries/pytde/debian/rules index de5c4d8a8..e07eb640e 100755 --- a/dilos/libraries/pytde/debian/rules +++ b/dilos/libraries/pytde/debian/rules @@ -162,7 +162,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 /usr/lib/$(DEB_HOST_MULTIARCH) dh_gencontrol |