diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-01-19 13:38:40 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-01-19 17:38:40 +0100 |
commit | fa64b3e40032f1e9a4b620d9b81d2f2257246e2e (patch) | |
tree | d059f0fb38073930230041d3919dc177916888ef /debian/_base/dependencies/python-tqt | |
parent | 6fc61c67bf5d44161dfee1fac92b1bc4295b9b2d (diff) | |
download | tde-packaging-fa64b3e40032f1e9a4b620d9b81d2f2257246e2e.tar.gz tde-packaging-fa64b3e40032f1e9a4b620d9b81d2f2257246e2e.zip |
DEB sip4-tqt: Change the sip-api symbolic name to sip-tqt-api
to avoid unwanted confusion between sip and sip-tqt.
To ensure a smooth upgrade, sip-api-7.1 has been left here,
which will be removed subsequently.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 8022c4c534c86419309ea089783a506396ebb266)
Diffstat (limited to 'debian/_base/dependencies/python-tqt')
-rw-r--r-- | debian/_base/dependencies/python-tqt/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/_base/dependencies/python-tqt/debian/control b/debian/_base/dependencies/python-tqt/debian/control index 1712725a2..8af7946c1 100644 --- a/debian/_base/dependencies/python-tqt/debian/control +++ b/debian/_base/dependencies/python-tqt/debian/control @@ -9,7 +9,7 @@ Standards-Version: 3.8.4 Package: python-tqt Architecture: any -Depends: ${shlibs:Depends}, ${python:Depends}, ${sip:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${python:Depends}, ${sip-tqt:Depends}, ${misc:Depends} Replaces: python-tqt (<< 4:14.0.0~) Breaks: python-tqt (<< 4:14.0.0~) Suggests: python-tqt-gl, python-tqt-doc, libtqt3-mt-mysql|libtqt3-mt-odbc|libtqt3-mt-psql |