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 02:01:10 +0100 |
commit | e0ef6ca2c4ed689c49ac7adeaee17c996beb3b3e (patch) | |
tree | c5efcc00350c80d3de9155de5c1aa8e32b3c812a /ubuntu/_base/dependencies | |
parent | 5858d082a1b9f639d90d3074c72e884157073f2c (diff) | |
download | tde-packaging-e0ef6ca2c4ed689c49ac7adeaee17c996beb3b3e.tar.gz tde-packaging-e0ef6ca2c4ed689c49ac7adeaee17c996beb3b3e.zip |
DEB sip4-tqt: Replace python-dbg dependency with python-all-dbg.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit fe01b577fd353a937e612da09bff9d4a4ae6f90f)
Diffstat (limited to 'ubuntu/_base/dependencies')
-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 |