diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-02-05 01:01:07 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-02-05 01:01:58 +0100 |
commit | 989a219c6c8590c6360bcf82c6f07fbb834ba177 (patch) | |
tree | 51345d9907ad2fe98789c5d101dface0ab09ed95 /ubuntu/_base/tdesdk | |
parent | 55127e77acde5e29fd71abe6d52a97521f5392af (diff) | |
download | tde-packaging-989a219c6c8590c6360bcf82c6f07fbb834ba177.tar.gz tde-packaging-989a219c6c8590c6360bcf82c6f07fbb834ba177.zip |
DEB: Replace remaining python, python-dev and python-dbg
with python-all, python-dev-all and python-dbg-all.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 892ada12716f25c37ad5afcccaee73ec0161808a)
Diffstat (limited to 'ubuntu/_base/tdesdk')
-rw-r--r-- | ubuntu/_base/tdesdk/debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/_base/tdesdk/debian/control b/ubuntu/_base/tdesdk/debian/control index f29b7d17b..29b8de795 100644 --- a/ubuntu/_base/tdesdk/debian/control +++ b/ubuntu/_base/tdesdk/debian/control @@ -166,7 +166,7 @@ Architecture: all Section: devel Replaces: kcachegrind-converters-kde3 (<< 4:14.0.0~), kcachegrind-converters-trinity (<< 4:14.0.0~) Breaks: kcachegrind-converters-kde3 (<< 4:14.0.0~), kcachegrind-converters-trinity (<< 4:14.0.0~) -Depends: ${perl:Depends}, php-cli | php5-cli, python +Depends: ${perl:Depends}, php-cli | php5-cli, python-all Recommends: tdecachegrind-trinity Description: format converters for TDECachegrind profiling visualisation tool This is a collection of scripts for converting the output from @@ -220,7 +220,7 @@ Architecture: all Section: devel Replaces: kdesdk-scripts-kde3 (<< 4:14.0.0~), kdesdk-scripts-trinity (<< 4:14.0.0~) Breaks: kdesdk-scripts-kde3 (<< 4:14.0.0~), kdesdk-scripts-trinity (<< 4:14.0.0~) -Depends: ${perl:Depends}, python +Depends: ${perl:Depends}, python-all Recommends: automake1.9 | automaken, cvs, gawk Suggests: khelpcenter-trinity, tdesdk-trinity-doc-html, dmalloc, gdb, tdelibs14-trinity-doc, tqt3-doc, valgrind, devscripts Enhances: kate-trinity |