debian/0000755000000000000000000000000012246157654007202 5ustar debian/rules0000755000000000000000000000006112171044173010243 0ustar #!/usr/bin/make -f # -*- makefile -*- %: dh $@ debian/source/0000755000000000000000000000000011536713603010473 5ustar debian/source/format0000644000000000000000000000001411536713603011701 0ustar 3.0 (quilt) debian/control0000644000000000000000000000306612171044152010573 0ustar Source: kdbg Section: devel Priority: optional Maintainer: Ana Beatriz Guerrero Lopez Build-Depends: debhelper (>= 7.0.50~), cmake, kdelibs5-dev (>= 4:4.4.0) Standards-Version: 3.9.4 Homepage: http://www.kdbg.org/ Package: kdbg Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: gdb (>= 5.0) Description: graphical debugger interface 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 KDE 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. debian/docs0000644000000000000000000000001211536716113010036 0ustar BUGS TODO debian/kdbg.10000644000000000000000000000635011536713517010174 0ustar .\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH KDBG 1 "March 25, 2005" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME kdbg \- a graphical debugger interface .SH SYNOPSIS .B kdbg [ \fIgeneric-options\fP ] [ \fB\-t\fP \fIfile\fP ] [ \fB\-r\fP \fIdevice\fP ] [ \fB\-l\fP \fIlanguage\fP ] [ \fB\-p\fP \fIpid\fP ] [ \fIprogram\fP ] [ \fIcore\fP ] .SH DESCRIPTION \fBKDbg\fP is a graphical user interface to \fBgdb\fP, the GNU debugger. It provides an intuitive interface for setting breakpoints, inspecting variables, stepping through code and much more. KDbg requires KDE but you can of course debug any program. .PP KDbg can also debug XSLT (XML stylesheet translation) scripts by interfacing with \fBxsldbg\fP. Debian users must install the \fIkxsldbg\fP package to make use of this feature. .PP You can pass KDbg the path of the executable to debug (\fIprogram\fP) or a core dump to debug (\fIcore\fP). .PP Features of KDbg include: .PP .RS Inspection of variable values in a tree structure. .PP 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. .PP 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. .PP View source code, search text, set program arguments and environment variables, display arbitrary expressions. .PP Debugging of core dumps, attaching to running processes is possible. .PP Conditional breakpoints. .RE .SH OPTIONS Below are the kdbg-specific options. For a full summary of options, run \fIkdbg \-\-help\fP. .TP \fB\-t\fP \fIfile\fP Write a transcript of the conversation with the debugger to the given file. .TP \fB\-r\fP \fIdevice\fP Use remote debugging via the given device. .TP \fB\-l\fP \fIlanguage\fP Specify the language of the program/script to debug. This must be either \fIC\fP (for a C/C++ program) or \fIXSL\fP (for an XSLT script). If this option is not passed then KDbg will try to deduce the language from the given filename. .TP \fB\-p\fP \fIpid\fP Attach to the process with the given process ID. .SH SEE ALSO .BR gdb (1), .BR xsldbg (1). .PP Full user documentation is available through the KDE Help Centre. Alternatively the HTML documentation can be viewed directly from \fI/usr/share/doc/kdbg/html/\fP. .SH AUTHOR KDbg was written by Johannes Sixt . .br This manual page was prepared by Ben Burton for the Debian GNU/Linux system (but may be used by others). debian/changelog0000644000000000000000000003310412246157654011055 0ustar kdbg (2.5.4-1) unstable; urgency=medium * New upstream release. -- Ana Beatriz Guerrero Lopez Fri, 29 Nov 2013 19:40:20 +0100 kdbg (2.5.3-1) unstable; urgency=low * New upstream release. (Closes: #715031) * Update Standards-Version to 3.9.4, no changes required. -- Ana Beatriz Guerrero Lopez Mon, 15 Jul 2013 20:08:45 +0200 kdbg (2.5.1-1) unstable; urgency=low * New upstream release. (Closes: #672338) -- Ana Beatriz Guerrero Lopez Thu, 10 May 2012 21:01:19 +0200 kdbg (2.5.0-1) unstable; urgency=low * New upstream release. -- Ana Beatriz Guerrero Lopez Sat, 02 Apr 2011 23:39:51 +0200 kdbg (2.4.92~1-1) unstable; urgency=low * Git Snapshot of a future 2.5 release, now ported to KDE 4. This means significant changes in the packaging. (Closes: #604333) * We used cmake now, no outdated config.{sub,guess} anymore. (Closes: #582436) * Remove suggests on kxsldbg, it is not in the Debian archive anymore. * Update years in copyright file. -- Ana Beatriz Guerrero Lopez Sat, 12 Mar 2011 17:00:01 +0100 kdbg (2.2.1-2) unstable; urgency=low * Redone again relibtoolization making sure it uses latest automake. (Closes: #577679) -- Ana Beatriz Guerrero Lopez Wed, 21 Apr 2010 04:31:55 +0200 kdbg (2.2.1-1) unstable; urgency=low * New upstream release. * Redone libtoolization. * Remove patch 03_fix_ftbfs, merged upstream. * Update Standards-Version to 3.8.4, no changes required. * Add ${misc:Depends} to Depends: -- Ana Beatriz Guerrero Lopez Sat, 10 Apr 2010 18:39:35 +0200 kdbg (2.2.0-2) unstable; urgency=low * Add patch taken from upstrem to fix FTBFS with newer glibc 2.10 and gcc 4.4. (Closes: #552582) * Minor updates in the copyright file. -- Ana Beatriz Guerrero Lopez Thu, 19 Nov 2009 23:06:37 +0100 kdbg (2.2.0-1) unstable; urgency=low * New upstream release. * Redone libtoolization. * Update Standards-Version to 3.8.3, no changes required. -- Ana Beatriz Guerrero Lopez Sun, 20 Sep 2009 20:41:52 +0200 kdbg (2.1.1-1) unstable; urgency=low * New upstream release: - Do not crash when clicking on "delete" button if not program is loaded. (Closes: #467243) * Redo patches: 02_libtool_update.diff and buildprep. * Update upstream's email in copyright file. * Update copyright years. * Update Section in doc-base. -- Ana Beatriz Guerrero Lopez Mon, 29 Dec 2008 13:24:32 +0100 kdbg (2.1.0-2) unstable; urgency=low * Remove unnecesary build dependency on libqt3-compat-headers. (Closes: #464057) -- Ana Beatriz Guerrero Lopez Thu, 07 Feb 2008 11:10:15 +0100 kdbg (2.1.0-1) unstable; urgency=low * New upstream release. * Update Standards-Version to 3.7.3. * Move homepage into control field. * Update menu file to new policy. -- Ana Beatriz Guerrero Lopez Wed, 26 Dec 2007 04:52:24 +0100 kdbg (2.0.5-2) unstable; urgency=low * Rewrite debian/rules. Now it can be built twice in a row. (Closes: #424429) * Dangling symlinks are not longer created. (Closes: #186169) * Redone relibtoolization. (Closes: #418563). -- Ana Beatriz Guerrero Lopez Wed, 30 May 2007 01:13:37 +0100 kdbg (2.0.5-1) unstable; urgency=low * New upstream release. -- Ana Beatriz Guerrero Lopez Tue, 19 Dec 2006 02:15:51 +0100 kdbg (2.0.4-3) unstable; urgency=low * Bumped compat to 5. * Added space to homepage pseudo header. -- Ana Beatriz Guerrero Lopez Sat, 28 Oct 2006 03:57:29 +0200 kdbg (2.0.4-2) unstable; urgency=medium * Dropping re-libtoolizing at build time, instead updating libtool with a patch. (Closes: #379811). -- Ana Beatriz Guerrero Lopez Sat, 29 Jul 2006 14:19:18 +0200 kdbg (2.0.4-1) unstable; urgency=low * New upstream release. * Bumped standards-version to 3.7.2, no changes required. * Debugger window comes to the foreground and receives the focus, after a breakpoint. (Closes: #171845) * Added support for QString in Qt4's debug libraries. (Closes: #354373) * Added copyright of the debian packaging. * Changed kdbg webpage. -- Ana Beatriz Guerrero Lopez Sat, 3 Jun 2006 13:17:46 +0200 kdbg (2.0.3-3) unstable; urgency=low * Dropping patches, re-libtoolizing at build time. -- Ana Beatriz Guerrero Lopez Tue, 21 Feb 2006 12:43:49 +0100 kdbg (2.0.3-2) unstable; urgency=low * Added patch: 04_am_maintainer_mode.diff, the patch adds AM_MAINTAINER_MODE to configure.in (Closes: #349988). -- Ana Beatriz Guerrero Lopez Thu, 2 Feb 2006 02:08:56 +0100 kdbg (2.0.3-1) unstable; urgency=low * New upstream release. * Added patch: 10_update_libtool.diff, now the package doesn't depend from libfreetype6 and other spurious libraries. -- Ana Beatriz Guerrero Lopez Tue, 24 Jan 2006 23:12:03 +0100 kdbg (2.0.2-1) unstable; urgency=low * New upstream release. (Closes: #342096). * New maintainer's email address. * debian/rules: moved debhelper compatibility level setting to 'debian/compat'. -- Ana Beatriz Guerrero Lopez Tue, 6 Dec 2005 19:07:51 +0100 kdbg (2.0.0-1) unstable; urgency=low * Adopted by Ana Beatriz Guerrero Lopez . (Closes: #315336). * New upstream release. * Bumped standards-version to 3.6.2. -- Ana Beatriz Guerrero Lopez Tue, 30 Aug 2005 19:03:50 +0000 kdbg (1.9.7-2) unstable; urgency=low * Updated config.{sub,guess} for compilation on GNU/k*BSD (closes: #305839). -- Ben Burton Wed, 27 Apr 2005 08:11:57 +1000 kdbg (1.9.7-1) unstable; urgency=low * New upstream release. * Suggests kxsldbg, since kdbg can now interact with xsldbg for debugging XSLT scripts. * Patched kdbg/doc/en/Makefile.am to install newer parts of the manual that weren't installed by default. Using AM_MAINTAINER_MODE to facilitate this. -- Ben Burton Sat, 26 Mar 2005 00:24:40 +1100 kdbg (1.2.10-3) unstable; urgency=low * Converted all PO-files to UTF-8 so that all characters are properly displayed (closes: #291317). -- Ben Burton Tue, 8 Feb 2005 18:52:34 +1100 kdbg (1.2.10-2) unstable; urgency=low * Updated debian/copyright, including more explicit copyright information and additional author credits. * Minor aesthetic update to short package description. -- Ben Burton Wed, 26 Jan 2005 12:44:28 +1100 kdbg (1.2.10-1) unstable; urgency=low * New upstream bugfix release. -- Ben Burton Sun, 20 Jun 2004 19:04:02 +1000 kdbg (1.2.9-3) unstable; urgency=low * Patched gdb output parsing so that kdbg loads executables without errors when using newer versions of gdb (closes: #247459). * Quoted more fields in debian/menu. -- Ben Burton Sat, 8 May 2004 13:00:12 +1000 kdbg (1.2.9-2) unstable; urgency=low * Built against new libXrender. * Bumped standards-version to 3.6.1. -- Ben Burton Fri, 2 Jan 2004 18:13:07 +1100 kdbg (1.2.9-1) unstable; urgency=low * New upstream release. * Tighter fix for the security issue regarding debugger commands previously addressed in kdbg 1.2.8-1 (CAN-2003-0644). Specifically, kdbg now tests for .kdbgrc file ownership. Thanks to Matt Zimmerman for his help in this matter. -- Ben Burton Tue, 9 Sep 2003 16:16:07 +1000 kdbg (1.2.8-3) unstable; urgency=low * Using high colour pixmap for the debian menu entry. -- Ben Burton Wed, 27 Aug 2003 20:04:25 +1000 kdbg (1.2.8-2) unstable; urgency=low * Russian translations changed from kio8-r to UTF-8, thanks to Alexander Kogan for the patch (closes: #137203). -- Ben Burton Tue, 22 Jul 2003 21:34:49 +1000 kdbg (1.2.8-1) unstable; urgency=low * New upstream release. * Security update. Fixes the security flaw regarding the program specific debugger command, which can lead to a potential exploit when debugging programs in world-writable directories such as /tmp. * Split menu title into title and longtitle. * Minor man page cleanup. * Bumped standards-version to 3.6.0. -- Ben Burton Sat, 19 Jul 2003 11:32:12 +1000 kdbg (1.2.7-2) unstable; urgency=low * Fresh copy of debianrules for new Qt dirs (closes: #185085). * Build-depends on libqt3-compat-headers. * Removed alpha compile flags. -- Ben Burton Mon, 17 Mar 2003 13:38:07 +1100 kdbg (1.2.7-1) unstable; urgency=low * New upstream release. * First KDE3 upload to debian! -- Ben Burton Sun, 2 Feb 2003 11:19:37 +1100 kdbg (1.2.6-3) unstable; urgency=low * New maintainer email address. * Bumped standards-version to 3.5.8. -- Ben Burton Sun, 1 Dec 2002 15:29:49 +1100 kdbg (1.2.6-2) unstable; urgency=low * Built with g++-3.2. -- Ben Burton Tue, 5 Nov 2002 20:09:30 +1100 kdbg (1.2.6-1) unstable; urgency=low * New upstream release. -- Ben Burton Mon, 14 Oct 2002 08:06:01 +1000 kdbg (1.2.5-3) unstable; urgency=low * Fixed doc-base link. -- Ben Burton Fri, 30 Aug 2002 17:20:28 +1000 kdbg (1.2.5-2) unstable; urgency=low * Rebuilt for KDE3. -- Ben Burton Fri, 30 Aug 2002 08:28:58 +1000 kdbg (1.2.5-1) unstable; urgency=low * New upstream release. -- Ben Burton Wed, 10 Apr 2002 14:05:38 +1000 kdbg (1.2.4-2) unstable; urgency=low * Fixed KCmdLineArgs initialisation (closes: Bug#129681). -- Ben Burton Sun, 17 Feb 2002 19:32:01 +1100 kdbg (1.2.4-1) unstable; urgency=low * New upstream release. -- Ben Burton Tue, 29 Jan 2002 16:17:45 +1100 kdbg (1.2.3-1) unstable; urgency=low * New upstream release. -- Ben Burton Thu, 20 Dec 2001 20:59:34 +1000 kdbg (1.2.2-6) unstable; urgency=low * Added "Debuggers" hint to debian menu entry (closes: Bug#121011). -- Ben Burton Sat, 24 Nov 2001 19:04:06 -0600 kdbg (1.2.2-5) unstable; urgency=low * Changed /usr/share/doc/kdbg/html to link to the english docs instead of the default language docs; this avoids installation breakage on systems with untranslated default languages. -- Ben Burton Thu, 22 Nov 2001 14:00:49 -0600 kdbg (1.2.2-4) unstable; urgency=low * Updated config.sub and config.guess (closes: Bug#120260). -- Ben Burton Tue, 20 Nov 2001 01:15:36 -0600 kdbg (1.2.2-3) unstable; urgency=low * No longer uses automake. -- Ben Burton Tue, 23 Oct 2001 10:42:24 -0500 kdbg (1.2.2-2) unstable; urgency=low * Updated parameters for alpha build. -- Ben Burton Sun, 23 Sep 2001 23:07:01 -0500 kdbg (1.2.2-1) unstable; urgency=low * New upstream release. -- Ben Burton Sun, 19 Aug 2001 15:16:44 -0500 kdbg (1.2.1-4) unstable; urgency=low * Fixed gcc 3.0 compile errors and added libtoolize/aclocal calls to debian/rules (closes: Bug#108121). * Cleaned up debian/rules. -- Ben Burton Thu, 9 Aug 2001 12:00:54 +1000 kdbg (1.2.1-3) unstable; urgency=low * Builds on alpha. * Upped standards-version to 3.5.6. -- Ben Burton Sat, 4 Aug 2001 00:32:46 +1000 kdbg (1.2.1-2) unstable; urgency=low * Removed redundancies from build-depends. * Cosmetic changes in debian/. -- Ben Burton Mon, 21 May 2001 10:48:13 -0500 kdbg (1.2.1-1) unstable; urgency=low * New upstream release. * Fleshed out man page. * Added automake to debian/rules configuration and removed differences from Makefile.in files from the debian sources. -- Ben Burton Tue, 1 May 2001 03:00:06 -0500 kdbg (1.2.0-6) unstable; urgency=low * Updated debian/rules to DH_COMPAT=3. * Build-Depends: required version (>> 3.0.0) of debhelper. * Updated Standards-Version to 3.5.2. * Added kderemove="1" to the debian menu item. * Miscellaneous tidying in debian/. -- Ben Burton Thu, 26 Apr 2001 12:47:52 -0500 kdbg (1.2.0-5) unstable; urgency=low * Fetched a newer config.sub to allow building on ARM systems (closes: Bug#90671). -- Ben Burton Sun, 25 Mar 2001 16:26:40 -0600 kdbg (1.2.0-4) unstable; urgency=low * Rebuilt for new libqt2 libraries. * Added KDbg icon to /usr/share/pixmaps and to the Debian menu item. -- Ben Burton Tue, 6 Mar 2001 07:49:40 -0600 kdbg (1.2.0-3) unstable; urgency=low * Build-Depends: Replaced kdelibs3-dev with kdelibs-dev. -- Ben Burton Thu, 22 Feb 2001 12:12:25 -0600 kdbg (1.2.0-2) unstable; urgency=low * Adopted by Ben Burton (closes: Bug#84529). * Added a (fairly uninformative) man page. * Upgraded to Standards-Version: 3.2.1. * Upgraded debian/rules to DH_COMPAT=2. * Retitled the KDbg menu item to include the name KDbg. * Added a link to the KDbg User's Manual in /usr/share/doc/kdbg. * Miscellaneous cleanups in debian. -- Ben Burton Sat, 17 Feb 2001 11:05:10 -0600 kdbg (1.2.0-1) unstable; urgency=low * New upstream release. * Upload sponsored by Bradley Bell -- Mariusz Przygodzki Mon, 25 Dec 2000 15:51:26 +0100 kdbg (1.1.7-beta1-1) unstable; urgency=low * Initial Release. Closes: #75161 * Added kdbg.desktop * Upload sponsored by Bradley Bell -- Mariusz Przygodzki Wed, 6 Dec 2000 22:38:22 +0100 Local variables: mode: debian-changelog End: debian/doc-base0000644000000000000000000000043111536725675010605 0ustar Document: kdbg Title: KDbg - User's Manual Author: Johannes Sixt Abstract: KDbg is a front-end for gdb, the GNU debugger. Section: Programming Format: HTML Index: /usr/share/doc/kde/HTML/en/kdbg/index.html Files: /usr/share/doc/kde/HTML/en/kdbg/*.html debian/copyright0000644000000000000000000000170012171044320011111 0ustar This package was debianized by Mariusz Przygodzki on Wed, 6 Dec 2000 22:38:22 +0100. Maintenance was taken over by Ben Burton on Sat, 17 Feb 2001 11:05:10 -0600. Maintenance was taken over by Ana Beatriz Guerrero López on Tue, 30 Aug 2005 19:12:38 +0200 It was downloaded from http://sourceforge.net/projects/kdbg/. Upstream Author: Johannes Sixt , with help from many others Copyright: © 1998-2013 Johannes Sixt You are free to distribute this software under the terms of the GNU General Public License. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. The Debian packaging is © 2000 Mariusz Przygodzki © 2001-2005 Ben Burton © 2005-2013 Ana Beatriz Guerrero López and is licensed under the GPL v2, see above. debian/compat0000644000000000000000000000000211536713603010371 0ustar 7 debian/manpages0000644000000000000000000000001611536733274010714 0ustar debian/kdbg.1