diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-11-26 17:55:55 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-11-26 17:55:55 -0600 |
commit | ae5b2bf6dae2bc4ce4963b2daddb63f2ca461055 (patch) | |
tree | ddafd4279ba37ec8ebbab2edcc888e8d8c56933b /ubuntu/maverick | |
parent | de4b5b3c79f4b06b079edcece8147c04dd176826 (diff) | |
download | tde-packaging-ae5b2bf6dae2bc4ce4963b2daddb63f2ca461055.tar.gz tde-packaging-ae5b2bf6dae2bc4ce4963b2daddb63f2ca461055.zip |
Remove tdelibs-trinity-dev and g++ from tdevelop Depends
Add g++ to develop Suggests
This relates to Bug 2200
Diffstat (limited to 'ubuntu/maverick')
-rw-r--r-- | ubuntu/maverick/tdevelop/debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/maverick/tdevelop/debian/control b/ubuntu/maverick/tdevelop/debian/control index 53920834b..52280e767 100644 --- a/ubuntu/maverick/tdevelop/debian/control +++ b/ubuntu/maverick/tdevelop/debian/control @@ -8,11 +8,11 @@ Standards-Version: 3.8.4 Package: tdevelop-trinity Architecture: any -Depends: ${shlibs:Depends}, tdevelop-data-trinity (>= ${source:Version}), tdebase-trinity-bin, tdelibs-trinity-dev, g++ +Depends: ${shlibs:Depends}, tdevelop-data-trinity (>= ${source:Version}), tdebase-trinity-bin Replaces: kdevelop-kde3 (<< 4:14.0.0~), kdevelop-trinity (<< 4:14.0.0~) Breaks: kdevelop-kde3 (<< 4:14.0.0~), kdevelop-trinity (<< 4:14.0.0~) Recommends: tdevelop-trinity-doc, make, libtool, autoconf, automaken, gdb (>= 6.4) -Suggests: libtqtinterface-dev, tdelibs14-trinity-dev, sgmltools-lite, gettext, ark-trinity, kbabel-trinity, tdeiconedit-trinity, tdesdk-scripts-trinity, graphviz, tdebase-tdeio-plugins-trinity, exuberant-ctags, khelpcenter-trinity, tdelibs14-trinity-doc, libtqtinterface-doc, konsole-trinity, cmake, ruby, python +Suggests: libtqtinterface-dev, tdelibs14-trinity-dev, sgmltools-lite, gettext, ark-trinity, kbabel-trinity, tdeiconedit-trinity, tdesdk-scripts-trinity, graphviz, tdebase-tdeio-plugins-trinity, exuberant-ctags, khelpcenter-trinity, tdelibs14-trinity-doc, libtqtinterface-doc, konsole-trinity, cmake, ruby, python, g++ Description: An IDE for Unix/X11 TDevelop is an easy to use Integrated Development Environment for developing C/C++ applications under X11. It features |