DEB pytdeextensions: Drop the DEB_PYTHON_SYSTEM setting from debian/rules

as it was intended for Python 2 and the choice between pycentral and pysupport.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/187/head
Slávek Banko 1 year ago
parent b61d303129
commit bb21cf13c4
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -1,7 +1,5 @@
#!/usr/bin/make -f
DEB_PYTHON_SYSTEM = /usr/bin/dh_python3
DEB_PYTHON3_MODULE_PACKAGES=pytdeextensions-trinity libpythonize0-trinity
include /usr/share/cdbs/1/rules/debhelper.mk

@ -1,7 +1,5 @@
#!/usr/bin/make -f
DEB_PYTHON_SYSTEM = /usr/bin/dh_python3
DEB_PYTHON3_MODULE_PACKAGES=pytdeextensions-trinity libpythonize0-trinity
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)

@ -1,7 +1,5 @@
#!/usr/bin/make -f
DEB_PYTHON_SYSTEM = /usr/bin/dh_python3
DEB_PYTHON3_MODULE_PACKAGES=pytdeextensions-trinity libpythonize0-trinity
include /usr/share/cdbs/1/rules/debhelper.mk

Loading…
Cancel
Save