diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-02-04 17:51:36 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-02-04 17:51:36 +0100 |
commit | 702bc31c48033356fb8f295ad2eb90b727c98a79 (patch) | |
tree | 7f40aad3636dc9d0a6ab70edd1607fbff24c7bc2 /debian | |
parent | 4ae2d4534caa2da6bd57e85b8f82d7d11a80eff0 (diff) | |
download | tde-packaging-702bc31c48033356fb8f295ad2eb90b727c98a79.tar.gz tde-packaging-702bc31c48033356fb8f295ad2eb90b727c98a79.zip |
DEB python-trinity: Replace python-dbg dependency with python-all-dbg.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/_base/libraries/python-trinity/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/_base/libraries/python-trinity/debian/control b/debian/_base/libraries/python-trinity/debian/control index 1a4b094c4..de0f4388b 100644 --- a/debian/_base/libraries/python-trinity/debian/control +++ b/debian/_base/libraries/python-trinity/debian/control @@ -25,7 +25,7 @@ Priority: extra Architecture: any Replaces: python-trinity-trinity-dbg (<< 4:14.0.0~) Breaks: python-trinity-trinity-dbg (<< 4:14.0.0~) -Depends: python-trinity-trinity (= ${binary:Version}), python-dbg, python-tqt-dbg, ${shlibs:Depends} +Depends: python-trinity-trinity (= ${binary:Version}), python-all-dbg, python-tqt-dbg, ${shlibs:Depends} Description: Trinity bindings for Python (debug extensions) [Trinity] Python binding module that provides wide access to the Trinity API, also known as PyTDE. Using this, you'll get (for example) classes |