diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-07-28 13:13:33 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-07-28 13:13:33 +0200 |
commit | daacb15c00e8743edd1f3b5e2a37063c02d4aa29 (patch) | |
tree | 7966cd1dfbd5c62c4e9341d76b5a0af3ec9d8100 | |
parent | a87436abb875ee4a7c07cbc1b500d751c629d9f8 (diff) | |
download | tde-packaging-daacb15c00e8743edd1f3b5e2a37063c02d4aa29.tar.gz tde-packaging-daacb15c00e8743edd1f3b5e2a37063c02d4aa29.zip |
DEB python-tqt: Use dh_sip3_tqt to ensure proper SIP API dependency.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 files changed, 6 insertions, 3 deletions
diff --git a/debian/_base/dependencies/python-tqt/debian/control b/debian/_base/dependencies/python-tqt/debian/control index 704bbca00..577566cd9 100644 --- a/debian/_base/dependencies/python-tqt/debian/control +++ b/debian/_base/dependencies/python-tqt/debian/control @@ -42,7 +42,7 @@ Description: TQt bindings for Python (debug extension) Package: python3-tqt Architecture: any -Depends: ${shlibs:Depends}, ${python3:Depends}, ${sip-tqt:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${python3:Depends}, ${sip3-tqt:Depends}, ${misc:Depends} Suggests: python3-tqt-gl, python-tqt-doc, libtqt3-mt-mysql|libtqt3-mt-odbc|libtqt3-mt-psql Provides: ${python3:Provides} Description: TQt bindings for Python 3 diff --git a/debian/_base/dependencies/python-tqt/debian/rules b/debian/_base/dependencies/python-tqt/debian/rules index 40a5d1310..a4d57e493 100755 --- a/debian/_base/dependencies/python-tqt/debian/rules +++ b/debian/_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 diff --git a/dilos/dependencies/python-tqt/debian/control b/dilos/dependencies/python-tqt/debian/control index 91a6636d9..7af5607d6 100644 --- a/dilos/dependencies/python-tqt/debian/control +++ b/dilos/dependencies/python-tqt/debian/control @@ -42,7 +42,7 @@ Description: TQt bindings for Python (debug extension) Package: python3-tqt Architecture: any -Depends: ${shlibs:Depends}, ${python3:Depends}, ${sip-tqt:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${python3:Depends}, ${sip3-tqt:Depends}, ${misc:Depends} Suggests: python3-tqt-gl, python-tqt-doc, libtqt3-mt-mysql|libtqt3-mt-odbc|libtqt3-mt-psql Provides: ${python3:Provides} Description: TQt bindings for Python 3 diff --git a/dilos/dependencies/python-tqt/debian/rules b/dilos/dependencies/python-tqt/debian/rules index f918e78c8..85cc0b06d 100755 --- a/dilos/dependencies/python-tqt/debian/rules +++ b/dilos/dependencies/python-tqt/debian/rules @@ -182,6 +182,7 @@ else endif dh_python3 --no-dbg-cleaning dh_sip_tqt + dh_sip3_tqt dh_lintian dh_installdeb dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info diff --git a/ubuntu/_base/dependencies/python-tqt/debian/control b/ubuntu/_base/dependencies/python-tqt/debian/control index 704bbca00..577566cd9 100644 --- a/ubuntu/_base/dependencies/python-tqt/debian/control +++ b/ubuntu/_base/dependencies/python-tqt/debian/control @@ -42,7 +42,7 @@ Description: TQt bindings for Python (debug extension) Package: python3-tqt Architecture: any -Depends: ${shlibs:Depends}, ${python3:Depends}, ${sip-tqt:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${python3:Depends}, ${sip3-tqt:Depends}, ${misc:Depends} Suggests: python3-tqt-gl, python-tqt-doc, libtqt3-mt-mysql|libtqt3-mt-odbc|libtqt3-mt-psql Provides: ${python3:Provides} Description: TQt bindings for Python 3 diff --git a/ubuntu/_base/dependencies/python-tqt/debian/rules b/ubuntu/_base/dependencies/python-tqt/debian/rules index 40a5d1310..a4d57e493 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 |