From f1442fc65ff37eb46acc5288d4b0555ee60f265f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 8 Jan 2023 22:58:15 +0900 Subject: DEB pytde: Avoid unwanted use of Python 2 for the shebang, which caused the Python 2 dependency to be set. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michele Calgaro Signed-off-by: Slávek Banko --- ubuntu/_base/libraries/pytde/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ubuntu/_base') 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 -- cgit v1.2.3