diff options
author | Slávek Banko <[email protected]> | 2022-07-28 04:31:31 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-07-28 12:59:22 +0200 |
commit | a69ab3d146b74212e5497325bf653cc3bd445df5 (patch) | |
tree | addadac6cd19377575b7e7d5ae4ca5d4d0753d66 /dilos/dependencies/sip4-tqt/debian/rules | |
parent | 0cf60c5ecf09f0feddd412da48e54d03fa8e6120 (diff) | |
download | tde-packaging-a69ab3d146b74212e5497325bf653cc3bd445df5.tar.gz tde-packaging-a69ab3d146b74212e5497325bf653cc3bd445df5.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 <[email protected]>
(cherry picked from commit a87436abb875ee4a7c07cbc1b500d751c629d9f8)
Diffstat (limited to 'dilos/dependencies/sip4-tqt/debian/rules')
-rwxr-xr-x | dilos/dependencies/sip4-tqt/debian/rules | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dilos/dependencies/sip4-tqt/debian/rules b/dilos/dependencies/sip4-tqt/debian/rules index 66b03074a..2ef6f1280 100755 --- a/dilos/dependencies/sip4-tqt/debian/rules +++ b/dilos/dependencies/sip4-tqt/debian/rules @@ -118,7 +118,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 |