summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-02-04 17:51:36 +0100
committerSlávek Banko <slavek.banko@axis.cz>2020-02-04 17:51:36 +0100
commit702bc31c48033356fb8f295ad2eb90b727c98a79 (patch)
tree7f40aad3636dc9d0a6ab70edd1607fbff24c7bc2
parent4ae2d4534caa2da6bd57e85b8f82d7d11a80eff0 (diff)
downloadtde-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>
-rw-r--r--debian/_base/libraries/python-trinity/debian/control2
-rw-r--r--ubuntu/_base/libraries/python-trinity/debian/control2
2 files changed, 2 insertions, 2 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
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