summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-06 17:25:12 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-08 11:54:19 +0100
commitf5160fc35b46b92fb143887980e30c2f3d01b567 (patch)
treeec3e69212d9bb9e6675fd702b730fe242321af77 /debian
parented97d1ce164a42bbb0f300615180f5ba7d0f766a (diff)
downloadtde-packaging-f5160fc35b46b92fb143887980e30c2f3d01b567.tar.gz
tde-packaging-f5160fc35b46b92fb143887980e30c2f3d01b567.zip
DEB python-tqt: Update paths for TQScintilla built using CMake.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/_base/dependencies/python-tqt/debian/rules8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/_base/dependencies/python-tqt/debian/rules b/debian/_base/dependencies/python-tqt/debian/rules
index 72a8d8dc0..8a27587cc 100755
--- a/debian/_base/dependencies/python-tqt/debian/rules
+++ b/debian/_base/dependencies/python-tqt/debian/rules
@@ -58,9 +58,9 @@ build-%/configure-stamp:
mkdir -p build-$*
cd build-$* && echo yes \
| python$* ../configure.py \
- -c -n /usr/include/tqscintilla \
+ -c -n /usr/include/tqt3 \
-e python$* \
- -o /usr/lib -u -j $(SPLIT) \
+ -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 \
@@ -73,9 +73,9 @@ dbg-build-%/configure-stamp:
mkdir -p dbg-build-$*
cd dbg-build-$* && echo yes \
| python$*-dbg ../configure.py \
- -c -n /usr/include/tqscintilla \
+ -c -n /usr/include/tqt3 \
-e python$* \
- -o /usr/lib -u -j $(SPLIT) \
+ -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 \