DEB python-tqt: Use dh_sip3_tqt to ensure proper SIP API dependency.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/135/head
Slávek Banko 2 years ago
parent a87436abb8
commit daacb15c00
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -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

@ -194,6 +194,7 @@ else
endif
dh_python3 --no-dbg-cleaning
dh_sip_tqt
dh_sip3_tqt
dh_lintian
dh_installdeb
dh_shlibdeps

@ -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

@ -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

@ -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

@ -194,6 +194,7 @@ else
endif
dh_python3 --no-dbg-cleaning
dh_sip_tqt
dh_sip3_tqt
dh_lintian
dh_installdeb
dh_shlibdeps

Loading…
Cancel
Save