DEB pytdeextensions: Enforcing the default version of Python is no longer needed.

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

@ -17,9 +17,6 @@ DEB_PYTHON_INSTALL_ARGS_ALL += \
cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug)
# Make sure to build only for the default python version
cdbs_curpythonflavors := python$(shell py3versions -vd)
DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp
DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include

@ -21,9 +21,6 @@ DEB_PYTHON_INSTALL_ARGS_ALL += \
cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug)
# Make sure to build only for the default python version
cdbs_curpythonflavors := python$(shell py3versions -vd)
DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp
DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/usr --with-extra-libs=/usr/lib/$(DEB_HOST_MULTIARCH) --with-extra-includes=/usr/include

@ -17,9 +17,6 @@ DEB_PYTHON_INSTALL_ARGS_ALL += \
cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug)
# Make sure to build only for the default python version
cdbs_curpythonflavors := python$(shell py3versions -vd)
DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp
DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include

Loading…
Cancel
Save