diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-07-28 04:31:31 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-07-28 12:31:22 +0200 |
commit | a87436abb875ee4a7c07cbc1b500d751c629d9f8 (patch) | |
tree | d87f5d4d7fe4c84ef95e405dd5a5a59df4db8204 /ubuntu/_base/dependencies/sip4-tqt/debian/rules | |
parent | 712603377ea86a8d0facace67bea9ef82deeacc9 (diff) | |
download | tde-packaging-a87436abb875ee4a7c07cbc1b500d751c629d9f8.tar.gz tde-packaging-a87436abb875ee4a7c07cbc1b500d751c629d9f8.zip |
DEB sip4-tqt: Add dh_sip3_tqt to ensure the correct dependence
on the SIP API for Python 3 packages.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ubuntu/_base/dependencies/sip4-tqt/debian/rules')
-rwxr-xr-x | ubuntu/_base/dependencies/sip4-tqt/debian/rules | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ubuntu/_base/dependencies/sip4-tqt/debian/rules b/ubuntu/_base/dependencies/sip4-tqt/debian/rules index 7f5cae2f1..b2a6d7a5a 100755 --- a/ubuntu/_base/dependencies/sip4-tqt/debian/rules +++ b/ubuntu/_base/dependencies/sip4-tqt/debian/rules @@ -114,7 +114,6 @@ install-arch: build find debian/python3-sip-tqt-dbg -depth -empty -exec rmdir {} \; dh_install -a --sourcedir=$(CURDIR)/debian/tmp - install -m 755 -o root -g root debian/dh_sip_tqt debian/python-sip-tqt-dev/usr/bin install-arch-3.%: $(MAKE) -C build-3.$* install DESTDIR=$(CURDIR)/debian/tmp |