diff options
author | Slávek Banko <[email protected]> | 2022-07-28 13:13:33 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-07-29 10:37:15 +0200 |
commit | 924340a70390586c6cc8101eada70ee0f5adf5f8 (patch) | |
tree | 1895ccd2032710078c94a4bc0990279d3a39b50c /ubuntu/_base/dependencies/python-tqt/debian/rules | |
parent | a69ab3d146b74212e5497325bf653cc3bd445df5 (diff) | |
download | tde-packaging-924340a70390586c6cc8101eada70ee0f5adf5f8.tar.gz tde-packaging-924340a70390586c6cc8101eada70ee0f5adf5f8.zip |
DEB python-tqt: Use dh_sip3_tqt to ensure proper SIP API dependency.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit daacb15c00e8743edd1f3b5e2a37063c02d4aa29)
Diffstat (limited to 'ubuntu/_base/dependencies/python-tqt/debian/rules')
-rwxr-xr-x | ubuntu/_base/dependencies/python-tqt/debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ubuntu/_base/dependencies/python-tqt/debian/rules b/ubuntu/_base/dependencies/python-tqt/debian/rules index 1759d32a5..932c1bc35 100755 --- a/ubuntu/_base/dependencies/python-tqt/debian/rules +++ b/ubuntu/_base/dependencies/python-tqt/debian/rules @@ -194,6 +194,7 @@ else endif dh_python3 --no-dbg-cleaning dh_sip_tqt + dh_sip3_tqt dh_lintian dh_installdeb dh_shlibdeps |