diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-02-03 01:59:24 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-02-03 01:59:24 +0100 |
commit | fe01b577fd353a937e612da09bff9d4a4ae6f90f (patch) | |
tree | 90905e5408293dbe914971a571226da3db7b0b28 /ubuntu | |
parent | 28ca87abb8f5108a174cd085f1de3d70dcb938dc (diff) | |
download | tde-packaging-fe01b577fd353a937e612da09bff9d4a4ae6f90f.tar.gz tde-packaging-fe01b577fd353a937e612da09bff9d4a4ae6f90f.zip |
DEB sip4-tqt: Replace python-dbg dependency with python-all-dbg.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ubuntu')
-rw-r--r-- | ubuntu/_base/dependencies/sip4-tqt/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/_base/dependencies/sip4-tqt/debian/control b/ubuntu/_base/dependencies/sip4-tqt/debian/control index ddb14540f..836d4f249 100644 --- a/ubuntu/_base/dependencies/sip4-tqt/debian/control +++ b/ubuntu/_base/dependencies/sip4-tqt/debian/control @@ -28,7 +28,7 @@ Replaces: python-sip-tqt-dbg (<< 4:14.0.0~) Breaks: python-sip-tqt-dbg (<< 4:14.0.0~) Section: debug Provides: ${python:Provides} -Depends: python-sip-tqt (= ${binary:Version}), python-dbg, ${shlibs:Depends}, ${misc:Depends} +Depends: python-sip-tqt (= ${binary:Version}), python-all-dbg, ${shlibs:Depends}, ${misc:Depends} Conflicts: python-sip4-dbg (<< 4.10) Description: Python/C++ bindings generator runtime library (debug extension) SIP is a tool for generating bindings for C++ classes with some ideas |