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:56 +0100 |
commit | 2b19aeabf3d6d19921649189b0d45f09175b3ca7 (patch) | |
tree | 7b377fb7b9abe68de0025a62ad6c23e9910dd0aa /ubuntu/_base | |
parent | 9304e8f6fe16bf95f1facb952673b5beecfc9c41 (diff) | |
download | tde-packaging-2b19aeabf3d6d19921649189b0d45f09175b3ca7.tar.gz tde-packaging-2b19aeabf3d6d19921649189b0d45f09175b3ca7.zip |
DEB python-trinity: Replace python-dbg dependency with python-all-dbg.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 702bc31c48033356fb8f295ad2eb90b727c98a79)
Diffstat (limited to 'ubuntu/_base')
-rw-r--r-- | ubuntu/_base/libraries/python-trinity/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/_base/libraries/python-trinity/debian/control b/ubuntu/_base/libraries/python-trinity/debian/control index 86335497a..39522affe 100644 --- a/ubuntu/_base/libraries/python-trinity/debian/control +++ b/ubuntu/_base/libraries/python-trinity/debian/control @@ -25,7 +25,7 @@ Priority: extra Architecture: any Replaces: python-kde3-kde3-dbg (<< 4:14.0.0~), python-trinity-trinity-dbg (<< 4:14.0.0~) Breaks: python-kde3-kde3-dbg (<< 4:14.0.0~), 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 |