diff options
author | Denis Kozadaev <denis@dilos.org> | 2020-01-30 22:13:12 +0300 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-03-08 15:49:09 +0100 |
commit | fe51ebf14dbb7b03627463bd3e28ed09c1384b73 (patch) | |
tree | 72707f346908c5bf7b3c2e4d81dc1f55f963d639 /dilos/tdevelop/debian/control | |
parent | 34ad747ec3a060dd8f3f8f64107015294aab92f4 (diff) | |
download | tde-packaging-fe51ebf14dbb7b03627463bd3e28ed09c1384b73.tar.gz tde-packaging-fe51ebf14dbb7b03627463bd3e28ed09c1384b73.zip |
DilOS: tdevelop build pack
Signed-off-by: Denis Kozadaev <denis@dilos.org>
(cherry picked from commit 768f6ea1498080273893d97d32be5bae283e2b19)
Diffstat (limited to 'dilos/tdevelop/debian/control')
-rw-r--r-- | dilos/tdevelop/debian/control | 89 |
1 files changed, 89 insertions, 0 deletions
diff --git a/dilos/tdevelop/debian/control b/dilos/tdevelop/debian/control new file mode 100644 index 000000000..fa1b78798 --- /dev/null +++ b/dilos/tdevelop/debian/control @@ -0,0 +1,89 @@ +Source: tdevelop-trinity +Section: tde +Priority: optional +Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> +XSBC-Original-Maintainer: Jeremy Lain <jeremy.laine@m4x.org> +Build-Depends: cdbs (>= 0.4.38), debhelper (>= 7.0.50~), quilt, cmake, tdelibs14-trinity-dev, tdelibs14-trinity-doc, libtqtinterface-doc, flex, python, libcvsservice-trinity-dev, groff-base, libsvn-dev, libaprutil1-dev, libdb-dev, automake, autoconf, libtool, libltdl-dev +Standards-Version: 3.8.4 + +Package: tdevelop-trinity +Architecture: any +Depends: ${shlibs:Depends}, tdevelop-data-trinity (>= ${source:Version}), tdebase-trinity-bin +Replaces: kdevelop-trinity (<< 4:14.0.0~) +Breaks: 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, 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++, kdevdesigner-trinity +Description: An IDE for Unix/X11 + TDevelop is an easy to use Integrated Development Environment + for developing C/C++ applications under X11. It features + project management, an advanced editor, a class browser + and an integrated debugger. + . + The application wizard can generate fully functional projects + for terminal programs and GUI programs using TQt, Qt, TDE, KDE or GNOME. + +Package: tdevelop-trinity-doc +Section: doc +Architecture: all +Replaces: kdevelop-trinity-doc (<< 4:14.0.0~) +Breaks: kdevelop-trinity-doc (<< 4:14.0.0~) +Description: An IDE for Unix/X11 - documentation + TDevelop is an easy to use Integrated Development Environment + for developing C/C++ applications under X11. It features + project management, an advanced editor, a class browser + and an integrated debugger. + . + The application wizard can generate fully functional projects + for terminal programs and GUI programs using TQt, Qt, TDE, KDE or GNOME. + . + This package contains documentation for TDevelop. + +Package: tdevelop-data-trinity +Architecture: all +Replaces: kdevelop-data-trinity (<< 4:14.0.0~) +Breaks: kdevelop-data-trinity (<< 4:14.0.0~) +Description: An IDE for Unix/X11 - data + TDevelop is an easy to use Integrated Development Environment + for developing C/C++ applications under X11. It features + project management, an advanced editor, a class browser + and an integrated debugger. + . + The application wizard can generate fully functional projects + for terminal programs and GUI programs using TQt, Qt, TDE, KDE or GNOME. + . + This package contains arch independent data for TDevelop. + +Package: kdevdesigner-trinity +Architecture: any +Depends: ${shlibs:Depends}, tdevelop-trinity (= ${source:Version}) +Description: KDevDesigner part for TDevelop + This package provides the KDevDesigner part for TDevelop + +Package: tdevelop-trinity-dev +Architecture: any +Depends: tdevelop-trinity (= ${binary:Version}), tdelibs14-trinity-dev +Replaces: kdevelop-trinity-dev (<< 4:14.0.0~) +Breaks: kdevelop-trinity-dev (<< 4:14.0.0~) +Description: An IDE for Unix/X11 - development files + TDevelop is an easy to use Integrated Development Environment + for developing C/C++ applications under X11. It features + project management, an advanced editor, a class browser + and an integrated debugger. + . + The application wizard can generate fully functional projects + for terminal programs and GUI programs using TQt, Qt, TDE, KDE or GNOME. + . + This package contains development files for TDevelop. + +Package: tdevelop-trinity-dbg +Section: debug +Architecture: linux-any +Priority: extra +Replaces: kdevelop-trinity-dbg (<< 4:14.0.0~) +Breaks: kdevelop-trinity-dbg (<< 4:14.0.0~) +Depends: tdevelop-trinity (= ${binary:Version}), tdelibs-trinity-dbg +Description: debugging symbols for tdevelop + This package contains the debugging symbols associated with tdevelop. + They will automatically be used by gdb for debugging tdevelop-related + issues. + |