From 9b1cb62c43e6f3577a04872159dfcfdbdcbafdcc Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Wed, 12 Jan 2022 23:11:22 +0100 Subject: DEB python-tqt: Update packaging after renaming sip-tqt. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- ubuntu/_base/dependencies/python-tqt/debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ubuntu/_base/dependencies/python-tqt/debian/rules') diff --git a/ubuntu/_base/dependencies/python-tqt/debian/rules b/ubuntu/_base/dependencies/python-tqt/debian/rules index 8a27587cc..9f597b2eb 100755 --- a/ubuntu/_base/dependencies/python-tqt/debian/rules +++ b/ubuntu/_base/dependencies/python-tqt/debian/rules @@ -63,7 +63,7 @@ build-%/configure-stamp: -o /usr/lib/$(DEB_HOST_MULTIARCH) -u -j $(SPLIT) \ -d /usr/lib/python$*/$(call py_sitename,$*)/python_tqt \ -l /usr/include/python$* \ - -v /usr/share/sip/tqt \ + -v /usr/share/sip-tqt/tqt \ -m /usr/lib/python$*/config \ CXXFLAGS_RELEASE="" CXXFLAGS="${CXXFLAGS}" STRIP="" touch $@ @@ -78,7 +78,7 @@ dbg-build-%/configure-stamp: -o /usr/lib/$(DEB_HOST_MULTIARCH) -u -j $(SPLIT) \ -d /usr/lib/python$*/$(call py_sitename,$*)/python_tqt \ -l /usr/include/python$*_d \ - -v /usr/share/sip/tqt \ + -v /usr/share/sip-tqt/tqt \ -m /usr/lib/python$*/config_d \ CXXFLAGS_RELEASE="" CXXFLAGS="-O0 -g -I/usr/include/tqt" STRIP="" touch $@ -- cgit v1.2.3