diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-04-03 22:56:40 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-04-03 22:56:40 +0900 |
commit | 11394aecd1f906fee2ebd2b90412aeba4651fbff (patch) | |
tree | bcf750380e6d9fc7dbe524e16bbe2afde25dcfa0 /ubuntu/maverick/applications/kdbg/debian/control | |
parent | d24bd898174453b586ac90f2ef7a60165fa26fde (diff) | |
download | tde-packaging-11394aecd1f906fee2ebd2b90412aeba4651fbff.tar.gz tde-packaging-11394aecd1f906fee2ebd2b90412aeba4651fbff.zip |
DEB: use _base folder for a distro instead of specific distros (squeeze
and maverick).
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ubuntu/maverick/applications/kdbg/debian/control')
-rw-r--r-- | ubuntu/maverick/applications/kdbg/debian/control | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/ubuntu/maverick/applications/kdbg/debian/control b/ubuntu/maverick/applications/kdbg/debian/control deleted file mode 100644 index c27796be1..000000000 --- a/ubuntu/maverick/applications/kdbg/debian/control +++ /dev/null @@ -1,36 +0,0 @@ -Source: kdbg-trinity -Section: tde -Priority: optional -Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> -Build-Depends: debhelper (>= 7.0.50~), quilt, cdbs, tdelibs14-trinity-dev, autotools-dev, automake, libtool -Standards-Version: 3.8.4 -Homepage: http://www.kdbg.org/ - -Package: kdbg-trinity -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Recommends: gdb (>= 5.0) -Suggests: kxsldbg-trinity -Description: graphical debugger interface [Trinity] - KDbg is a graphical user interface to gdb, the GNU debugger. It provides - an intuitive interface for setting breakpoints, inspecting variables, - stepping through code and much more. KDbg requires TDE but you can of - course debug any program. - . - KDbg can also debug XSLT (XML stylesheet translation) scripts by - interfacing with xsldbg. For this the package kxsldbg must be installed. - . - Features include the following: - * Inspection of variable values in a tree structure. - * Direct member: For certain compound data types the most important - member values are displayed next to the variable name, so that it is - not necessary to expand the subtree of that variable in order to see - the member value. KDbg can also display Qt's QString values, which - are Unicode strings. - * Debugger at your finger tips: The basic debugger functions (step, - next, run, finish, until, set/clear/enable/disable breakpoint) are - bound to function keys F5 through F10. Quick and easy. - * View source code, search text, set program arguments and environment - variables, display arbitrary expressions. - * Debugging of core dumps, attaching to running processes is possible. - * Conditional breakpoints. |