From daacb15c00e8743edd1f3b5e2a37063c02d4aa29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 28 Jul 2022 13:13:33 +0200 Subject: DEB python-tqt: Use dh_sip3_tqt to ensure proper SIP API dependency. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- debian/_base/dependencies/python-tqt/debian/control | 2 +- debian/_base/dependencies/python-tqt/debian/rules | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/_base/dependencies') 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 -- cgit v1.2.1