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:07 +0100 |
commit | 892ada12716f25c37ad5afcccaee73ec0161808a (patch) | |
tree | e132d2647bda27588851302f5d088afa30f9ad71 /ubuntu/_base/tdesdk | |
parent | 2aa39d57fdcfc7ca84f480e00a60a84d5d94c2a4 (diff) | |
download | tde-packaging-892ada12716f25c37ad5afcccaee73ec0161808a.tar.gz tde-packaging-892ada12716f25c37ad5afcccaee73ec0161808a.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>
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 |