François Andriot 11 years ago
commit 115fcbcf68

@ -0,0 +1,109 @@
ifndef _cdbs_bootstrap
_cdbs_scripts_path ?= /usr/lib/cdbs
_cdbs_rules_path ?= /usr/share/cdbs/1/rules
_cdbs_class_path ?= /usr/share/cdbs/1/class
endif
ifndef _cdbs_class_debian-qt-kde
_cdbs_class_debian-qt-kde := 1
# Note: This _must_ be included before autotools.mk, or it won't work.
common-configure-arch common-configure-indep:: debian/stamp-cvs-make
debian/stamp-cvs-make:
cp -Rp /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
$(MAKE) -C $(DEB_SRCDIR) -f admin/Makefile.common dist;
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
DEB_PATCHDIRS := debian/patches/common debian/patches
DEB_KDE_ENABLE_FINAL := yes
DEB_INSTALL_DOCS_ALL :=
DEB_DH_MAKESHLIBS_ARGS_ALL := -V
DEB_SHLIBDEPS_INCLUDE = $(foreach p,$(PACKAGES_WITH_LIBS),debian/$(p)/usr/lib)
ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
cdbs_treat_me_gently_arches := arm m68k alpha ppc64 armel armeb
ifeq (,$(filter $(DEB_HOST_ARCH_CPU),$(cdbs_treat_me_gently_arches)))
cdbs_kde_enable_final = $(if $(DEB_KDE_ENABLE_FINAL),--enable-final,)
else
cdbs_kde_enable_final =
endif
endif
common-build-arch:: debian/stamp-man-pages
debian/stamp-man-pages:
if ! test -d debian/man/out; then mkdir -p debian/man/out; fi
for f in $$(find debian/man -name '*.sgml'); do \
docbook-to-man $$f > debian/man/out/`basename $$f .sgml`.1; \
done
for f in $$(find debian/man -name '*.man'); do \
soelim -I debian/man $$f \
> debian/man/out/`basename $$f .man`.`head -n1 $$f | awk '{print $$NF}'`; \
done
touch debian/stamp-man-pages
common-binary-indep::
( set -e; \
tmpf=`mktemp debian/versions.XXXXXX`; \
perl debian/cdbs/versions.pl >$$tmpf; \
for p in $(DEB_INDEP_PACKAGES); do \
cat $$tmpf >>debian/$$p.substvars; \
done; \
rm -f $$tmpf )
common-binary-arch::
( set -e; \
tmpf=`mktemp debian/versions.XXXXXX`; \
perl debian/cdbs/versions.pl >$$tmpf; \
for p in $(DEB_ARCH_PACKAGES); do \
cat $$tmpf >>debian/$$p.substvars; \
done; \
rm -f $$tmpf )
clean::
rm -rf debian/man/out
-rmdir debian/man
rm -f debian/stamp-man-pages
rm -rf debian/shlibs-check
$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
if test -x /usr/bin/dh_desktop; then dh_desktop -p$(cdbs_curpkg) $(DEB_DH_DESKTOP_ARGS); fi
if test -e debian/$(cdbs_curpkg).lintian; then \
install -p -D -m644 debian/$(cdbs_curpkg).lintian \
debian/$(cdbs_curpkg)/usr/share/lintian/overrides/$(cdbs_curpkg); \
fi
if test -e debian/$(cdbs_curpkg).presubj; then \
install -p -D -m644 debian/$(cdbs_curpkg).presubj \
debian/$(cdbs_curpkg)/usr/share/bug/$(cdbs_curpkg)/presubj; \
fi
binary-install/$(DEB_SOURCE_PACKAGE)-doc-html::
set -e; \
for doc in `cd $(DEB_DESTDIR)/opt/trinity/share/doc/tde/HTML/en; find . -name index.docbook`; do \
pkg=$${doc%/index.docbook}; pkg=$${pkg#./}; \
echo Building $$pkg HTML docs...; \
mkdir -p $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \
cd $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \
/opt/trinity/bin/meinproc $(DEB_DESTDIR)/opt/trinity/share/doc/tde/HTML/en/$$pkg/index.docbook; \
done
for pkg in $(DOC_HTML_PRUNE) ; do \
rm -rf debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \
done
clean::
if test -n "$(DEB_KDE_CVS_MAKE)" && test -d $(DEB_SRCDIR); then \
cd $(DEB_SRCDIR); \
find . -name Makefile.in -print | \
xargs --no-run-if-empty rm -f; \
rm -f Makefile.am acinclude.m4 aclocal.m4 config.h.in \
configure configure.files configure.in stamp-h.in \
subdirs; \
fi
rm -f debian/stamp-cvs-make
endif

@ -0,0 +1,434 @@
kdbg-trinity (2.2.2-1) squeeze; urgency=low
* Initial Release for TDE
-- Slávek Banko <slavek.banko@axis.cz> Wed, 03 Jul 2013 01:55:45 +0200
kdbg (2.2.1-2) unstable; urgency=low
* Redone again relibtoolization making sure it uses latest automake.
(Closes: #577679)
-- Ana Beatriz Guerrero Lopez <ana@debian.org> 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 <ana@debian.org> 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 <ana@debian.org> 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 <ana@debian.org> 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 <ana@debian.org> 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 <ana@debian.org> 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 <ana@debian.org> 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 <ana@debian.org> Wed, 30 May 2007 01:13:37 +0100
kdbg (2.0.5-1) unstable; urgency=low
* New upstream release.
-- Ana Beatriz Guerrero Lopez <ana@debian.org> 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 <ana@debian.org> 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 <ana@ekaia.org> 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 <ana@ekaia.org> 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 <ana@ekaia.org> 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 <ana@ekaia.org> 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 <ana@ekaia.org> 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 <ana@ekaia.org> Tue, 6 Dec 2005 19:07:51 +0100
kdbg (2.0.0-1) unstable; urgency=low
* Adopted by Ana Beatriz Guerrero Lopez <anja_isbilia@yahoo.es>.
(Closes: #315336).
* New upstream release.
* Bumped standards-version to 3.6.2.
-- Ana Beatriz Guerrero Lopez <anja_isbilia@yahoo.es> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> Wed, 26 Jan 2005 12:44:28 +1100
kdbg (1.2.10-1) unstable; urgency=low
* New upstream bugfix release.
-- Ben Burton <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> Sun, 1 Dec 2002 15:29:49 +1100
kdbg (1.2.6-2) unstable; urgency=low
* Built with g++-3.2.
-- Ben Burton <benb@acm.org> Tue, 5 Nov 2002 20:09:30 +1100
kdbg (1.2.6-1) unstable; urgency=low
* New upstream release.
-- Ben Burton <benb@acm.org> Mon, 14 Oct 2002 08:06:01 +1000
kdbg (1.2.5-3) unstable; urgency=low
* Fixed doc-base link.
-- Ben Burton <benb@acm.org> Fri, 30 Aug 2002 17:20:28 +1000
kdbg (1.2.5-2) unstable; urgency=low
* Rebuilt for KDE3.
-- Ben Burton <benb@acm.org> Fri, 30 Aug 2002 08:28:58 +1000
kdbg (1.2.5-1) unstable; urgency=low
* New upstream release.
-- Ben Burton <benb@acm.org> Wed, 10 Apr 2002 14:05:38 +1000
kdbg (1.2.4-2) unstable; urgency=low
* Fixed KCmdLineArgs initialisation (closes: Bug#129681).
-- Ben Burton <benb@acm.org> Sun, 17 Feb 2002 19:32:01 +1100
kdbg (1.2.4-1) unstable; urgency=low
* New upstream release.
-- Ben Burton <benb@acm.org> Tue, 29 Jan 2002 16:17:45 +1100
kdbg (1.2.3-1) unstable; urgency=low
* New upstream release.
-- Ben Burton <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> Tue, 20 Nov 2001 01:15:36 -0600
kdbg (1.2.2-3) unstable; urgency=low
* No longer uses automake.
-- Ben Burton <benb@acm.org> Tue, 23 Oct 2001 10:42:24 -0500
kdbg (1.2.2-2) unstable; urgency=low
* Updated parameters for alpha build.
-- Ben Burton <benb@acm.org> Sun, 23 Sep 2001 23:07:01 -0500
kdbg (1.2.2-1) unstable; urgency=low
* New upstream release.
-- Ben Burton <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> Thu, 22 Feb 2001 12:12:25 -0600
kdbg (1.2.0-2) unstable; urgency=low
* Adopted by Ben Burton <benb@acm.org> (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 <benb@acm.org> Sat, 17 Feb 2001 11:05:10 -0600
kdbg (1.2.0-1) unstable; urgency=low
* New upstream release.
* Upload sponsored by Bradley Bell <btb@debian.org>
-- Mariusz Przygodzki <dune@home.pl> 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 <btb@debian.org>
-- Mariusz Przygodzki <dune@home.pl> Wed, 6 Dec 2000 22:38:22 +0100
Local variables:
mode: debian-changelog
End:

@ -0,0 +1,36 @@
Source: kdbg-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Build-Depends: debhelper (>= 5), quilt, cdbs, tdelibs4-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.

@ -0,0 +1,27 @@
This package was debianized by Mariusz Przygodzki <dune@home.pl> on
Wed, 6 Dec 2000 22:38:22 +0100.
Maintenance was taken over by Ben Burton <bab@debian.org> on
Sat, 17 Feb 2001 11:05:10 -0600.
Maintenance was taken over by Ana Beatriz Guerrero López
<ana@ekaia.org> on Tue, 30 Aug 2005 19:12:38 +0200
It was downloaded from http://sourceforge.net/projects/kdbg/.
Upstream Author: Johannes Sixt <j6t@kdbg.org>,
with help from many others
Copyright:
© 1998-2008 Johannes Sixt <j6t@kdbg.org>
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 <dune@home.pl>
© 2001-2005 Ben Burton <bab@debian.org>
© 2005-2009 Ana Beatriz Guerrero López <ana@ekaia.org>
and is licensed under the GPL v2, see above.

@ -0,0 +1,9 @@
Document: kdbg-trinity
Title: KDbg - User's Manual [Trinity]
Author: Johannes Sixt <Johannes.Sixt@telecom.at>
Abstract: KDbg is a front-end for gdb, the GNU debugger.
Section: Programming
Format: HTML
Index: /opt/trinity/share/doc/tde/HTML/en/kdbg/index.html
Files: /opt/trinity/share/doc/tde/HTML/en/kdbg/*.html

@ -0,0 +1,92 @@
.\" 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 <n> 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 TDE 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 TDE Help Centre.
Alternatively the HTML documentation can be viewed directly from
\fI/opt/trinity/share/doc/tde/HTML/<lang>/kdbg/\fP.
.SH AUTHOR
KDbg was written by Johannes Sixt <Johannes.Sixt@telecom.at>.
.br
This manual page was prepared by Ben Burton <bab@debian.org>
for the Debian GNU/Linux system (but may be used by others).

@ -0,0 +1,122 @@
/* XPM */
static char *kdbg[] = {
/* columns rows colors chars-per-pixel */
"32 32 84 1",
" c black",
". c #0C0D16",
"X c #10111D",
"o c #11111E",
"O c #151526",
"+ c #17182A",
"@ c #191A26",
"# c #18182C",
"$ c #1D1E33",
"% c #1E1C36",
"& c #22233D",
"* c #21243B",
"= c #23253C",
"- c #23253D",
"; c #272A3C",
": c #313928",
"> c #333A29",
", c #262843",
"< c #2A2B42",
"1 c #2A2C43",
"2 c #2A2D47",
"3 c #292B48",
"4 c #292B4C",
"5 c #2B2F4A",
"6 c #2B2F4B",
"7 c #2A2C4E",
"8 c #2C2F4D",
"9 c #2B2F50",
"0 c #2D2F57",
"q c #2E3153",
"w c #2E3154",
"e c #2E3254",
"r c #2E3256",
"t c #2F3256",
"y c #2E3059",
"u c #303359",
"i c #30345A",
"p c #31355C",
"a c #31355D",
"s c #313761",
"d c #353464",
"f c #323864",
"g c #343A6A",
"h c #353A6C",
"j c #363B6F",
"k c #363C70",
"l c #383E75",
"z c #3A3D75",
"x c #383F7A",
"c c #393F7C",
"v c #225025",
"b c #225425",
"n c #235926",
"m c #236828",
"M c #236F29",
"N c #247E2A",
"B c #3A4180",
"V c #3B4282",
"C c #3C4181",
"Z c #3E4181",
"A c #3C4385",
"S c #3D4488",
"D c #3E4589",
"F c #3E468D",
"G c #3F4793",
"H c #404790",
"J c #404894",
"K c #434C9E",
"L c #444DA1",
"P c #454DA4",
"I c #454EA6",
"U c #4751AE",
"Y c #4954B6",
"T c #4A55B8",
"R c #4B56BC",
"E c #4E5AC6",
"W c #4F5BCB",
"Q c #525FD5",
"! c #5462DD",
"~ c #5A69EF",
"^ c #24882B",
"/ c #25A32E",
"( c #CE0000",
") c None",
/* pixels */
"))))))))))))))))))))))))))))))))",
"))))))))))))))))))))))))))))))))",
"))))))))))))))))))))))))))))))))",
"))))))))))))))))))))))))))))))))",
"))))))))))) )))) )))))))))))",
")))()))))) vbv )) vbv ))))))()))",
"))))()))) nmMmn nmMmn ))))())))",
")))))())) mN^NmvvmN^Nm )))()))))",
"))))))()) M^/((((((/^M ))())))))",
")))))))() m((O4it,X((m )()))))))",
"))))))))( (>7kkkgfa*>( ())))))))",
")))) )))( ycBBBclhs- ())) ))))",
"))) ()(AFG((((xhs()( )))",
") )))( C(K(PPKG(c(t ())) )",
") )))))()%JL(YTYULJ(lfo)())))) )",
"))))))())dK(R(WERU(F(g&))())))))",
"))))))())C(YEQ(QE(PGB(q))())))))",
")))) ( )H(TW!~!WTPJB(y) ( ))))",
"))) )( H(YEQ!QEYPGB(a () )))",
")) ))())F(URE(ER(LFc(t))()) ))",
") )))())lH(U(TTUL(A(f3))())) )",
") )))))()0DJ(PPPKGD(ga$)())))) )",
")))))))( #c(F(JJFA(k(q. ()))))))",
"))))) ()(lcB((((hst()( )))))",
")))) )))(+sgkkhgfaq2.())) ))))",
")))) )))()(-iaaaiq81@()())) ))))",
")))) ))()))((55521;(()))()) ))))",
"))) )())))) (((((( )))))() )))",
"))) )()))))))) ))))))))() )))",
")) ())))))))))))))))))))))( ))",
")) ())))))))))))))))))))))))( ))",
"))))))))))))))))))))))))))))))))"
};

@ -0,0 +1,8 @@
?package(kdbg):\
needs="x11"\
section="Applications/Programming"\
hints="TDE,Debuggers"\
title="KDbg"\
longtitle="KDbg (graphical debugger interface)"\
command="/opt/trinity/bin/kdbg"\
icon="/opt/trinity/share/pixmaps/kdbg.xpm"

@ -0,0 +1,46 @@
#!/usr/bin/make -f
# -*- makefile -*-
#export DH_VERBOSE=1
DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde
DEB_CONFIGURE_MANDIR := /opt/trinity/share/man
DEB_CONFIGURE_PREFIX := /opt/trinity
DEB_CONFIGURE_INFODIR := /opt/trinity/share/info
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
&& echo xz || echo bzip2)
include /usr/share/cdbs/1/rules/debhelper.mk
include debian/cdbs/kde.mk
post-patches:: debian/stamp-bootstrap
debian/stamp-bootstrap:
dh_testdir
# Regenerate build system
! [ -f /usr/share/libtool/ltmain.sh ] || \
cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
! [ -f /usr/share/libtool/config/ltmain.sh ] || \
cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
autoreconf --install && automake -f && \
$(MAKE) -f admin/Makefile.common && \
touch debian/stamp-bootstrap
clean::
dh_testdir
rm -f debian/stamp-bootstrap
install/kdbg-trinity::
dh_testdir
dh_install debian/kdbg.xpm opt/trinity/share/pixmaps
dh_installman debian/kdbg.1
mkdir -p debian/kdbg-trinity/opt/trinity/share/man
mv debian/kdbg-trinity/usr/share/man/man1 debian/kdbg-trinity/opt/trinity/share/man/
rmdir debian/kdbg-trinity/usr/share/man

@ -1,4 +1,4 @@
kpowersave-nohal-trinity (0.7.3-0ubuntu3) karmic; urgency=low
tdepowersave-trinity (0.7.3-0ubuntu3) karmic; urgency=low
* Karmic rebuild

@ -1,4 +1,4 @@
Source: kpowersave-nohal-trinity
Source: tdepowersave-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
@ -8,10 +8,10 @@ Build-Conflicts: autoconf2.13
Standards-Version: 3.8.4
Homepage: http://sourceforge.net/projects/powersave/
Package: kpowersave-nohal-trinity
Package: tdepowersave-trinity
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: kpowersave-trinity
Conflicts: kpowersave-trinity, kpowersave-nohal-trinity
Description: Power management applet for Trinity
KPowersave is a TDE systray applet which allows to control the power
management settings and policies of your computer.

@ -2,7 +2,7 @@
set -e
package_name=kpowersave-nohal-trinity
package_name=tdepowersave-trinity
if [ -z "$package_name" ]; then
print >&2 "Internal Error. Please report a bug."

@ -2,7 +2,7 @@
set -e
package_name=kpowersave-nohal-trinity
package_name=tdepowersave-trinity
if [ -z "$package_name" ]; then
print >&2 "Internal Error. Please report a bug."

@ -30,8 +30,8 @@ debian/stamp-bootstrap:
touch debian/stamp-bootstrap
install/kpowersave::
install -p -D -m644 debian/kpowersave-nohal-trinity.lintian debian/kpowersave/opt/trinity/share/lintian/overrides/kpowersave
install -p -D -m644 debian/kpowersave-nohal-trinity.linda debian/kpowersave/opt/trinity/share/linda/overrides/kpowersave
install -p -D -m644 debian/tdepowersave-trinity.lintian debian/kpowersave/opt/trinity/share/lintian/overrides/kpowersave
install -p -D -m644 debian/tdepowersave-trinity.linda debian/kpowersave/opt/trinity/share/linda/overrides/kpowersave
clean::
find . -name Makefile.in | xargs rm -f

@ -1187,3 +1187,9 @@ Architecture: all
Depends: tde-guidance-powermanager-trinity
Conflicts: kde-guidance-powermanager-trinity (< 4:13.9.9)
Description: Transitional dummy package. This can be safely removed after your TDE upgrade has completed.
Package: kpowersave-nohal-trinity
Architecture: all
Depends: tdepowersave-trinity
Conflicts: kpowersave-nohal-trinity (< 4:13.9.9)
Description: Transitional dummy package. This can be safely removed after your TDE upgrade has completed.

@ -0,0 +1,109 @@
ifndef _cdbs_bootstrap
_cdbs_scripts_path ?= /usr/lib/cdbs
_cdbs_rules_path ?= /usr/share/cdbs/1/rules
_cdbs_class_path ?= /usr/share/cdbs/1/class
endif
ifndef _cdbs_class_debian-qt-kde
_cdbs_class_debian-qt-kde := 1
# Note: This _must_ be included before autotools.mk, or it won't work.
common-configure-arch common-configure-indep:: debian/stamp-cvs-make
debian/stamp-cvs-make:
cp -Rp /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
$(MAKE) -C $(DEB_SRCDIR) -f admin/Makefile.common dist;
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
DEB_PATCHDIRS := debian/patches/common debian/patches
DEB_KDE_ENABLE_FINAL := yes
DEB_INSTALL_DOCS_ALL :=
DEB_DH_MAKESHLIBS_ARGS_ALL := -V
DEB_SHLIBDEPS_INCLUDE = $(foreach p,$(PACKAGES_WITH_LIBS),debian/$(p)/usr/lib)
ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
cdbs_treat_me_gently_arches := arm m68k alpha ppc64 armel armeb
ifeq (,$(filter $(DEB_HOST_ARCH_CPU),$(cdbs_treat_me_gently_arches)))
cdbs_kde_enable_final = $(if $(DEB_KDE_ENABLE_FINAL),--enable-final,)
else
cdbs_kde_enable_final =
endif
endif
common-build-arch:: debian/stamp-man-pages
debian/stamp-man-pages:
if ! test -d debian/man/out; then mkdir -p debian/man/out; fi
for f in $$(find debian/man -name '*.sgml'); do \
docbook-to-man $$f > debian/man/out/`basename $$f .sgml`.1; \
done
for f in $$(find debian/man -name '*.man'); do \
soelim -I debian/man $$f \
> debian/man/out/`basename $$f .man`.`head -n1 $$f | awk '{print $$NF}'`; \
done
touch debian/stamp-man-pages
common-binary-indep::
( set -e; \
tmpf=`mktemp debian/versions.XXXXXX`; \
perl debian/cdbs/versions.pl >$$tmpf; \
for p in $(DEB_INDEP_PACKAGES); do \
cat $$tmpf >>debian/$$p.substvars; \
done; \
rm -f $$tmpf )
common-binary-arch::
( set -e; \
tmpf=`mktemp debian/versions.XXXXXX`; \
perl debian/cdbs/versions.pl >$$tmpf; \
for p in $(DEB_ARCH_PACKAGES); do \
cat $$tmpf >>debian/$$p.substvars; \
done; \
rm -f $$tmpf )
clean::
rm -rf debian/man/out
-rmdir debian/man
rm -f debian/stamp-man-pages
rm -rf debian/shlibs-check
$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
if test -x /usr/bin/dh_desktop; then dh_desktop -p$(cdbs_curpkg) $(DEB_DH_DESKTOP_ARGS); fi
if test -e debian/$(cdbs_curpkg).lintian; then \
install -p -D -m644 debian/$(cdbs_curpkg).lintian \
debian/$(cdbs_curpkg)/usr/share/lintian/overrides/$(cdbs_curpkg); \
fi
if test -e debian/$(cdbs_curpkg).presubj; then \
install -p -D -m644 debian/$(cdbs_curpkg).presubj \
debian/$(cdbs_curpkg)/usr/share/bug/$(cdbs_curpkg)/presubj; \
fi
binary-install/$(DEB_SOURCE_PACKAGE)-doc-html::
set -e; \
for doc in `cd $(DEB_DESTDIR)/opt/trinity/share/doc/tde/HTML/en; find . -name index.docbook`; do \
pkg=$${doc%/index.docbook}; pkg=$${pkg#./}; \
echo Building $$pkg HTML docs...; \
mkdir -p $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \
cd $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \
/opt/trinity/bin/meinproc $(DEB_DESTDIR)/opt/trinity/share/doc/tde/HTML/en/$$pkg/index.docbook; \
done
for pkg in $(DOC_HTML_PRUNE) ; do \
rm -rf debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \
done
clean::
if test -n "$(DEB_KDE_CVS_MAKE)" && test -d $(DEB_SRCDIR); then \
cd $(DEB_SRCDIR); \
find . -name Makefile.in -print | \
xargs --no-run-if-empty rm -f; \
rm -f Makefile.am acinclude.m4 aclocal.m4 config.h.in \
configure configure.files configure.in stamp-h.in \
subdirs; \
fi
rm -f debian/stamp-cvs-make
endif

@ -0,0 +1,434 @@
kdbg-trinity (2.2.2-1) squeeze; urgency=low
* Initial Release for TDE
-- Slávek Banko <slavek.banko@axis.cz> Wed, 03 Jul 2013 01:55:45 +0200
kdbg (2.2.1-2) unstable; urgency=low
* Redone again relibtoolization making sure it uses latest automake.
(Closes: #577679)
-- Ana Beatriz Guerrero Lopez <ana@debian.org> 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 <ana@debian.org> 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 <ana@debian.org> 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 <ana@debian.org> 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 <ana@debian.org> 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 <ana@debian.org> 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 <ana@debian.org> 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 <ana@debian.org> Wed, 30 May 2007 01:13:37 +0100
kdbg (2.0.5-1) unstable; urgency=low
* New upstream release.
-- Ana Beatriz Guerrero Lopez <ana@debian.org> 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 <ana@debian.org> 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 <ana@ekaia.org> 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 <ana@ekaia.org> 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 <ana@ekaia.org> 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 <ana@ekaia.org> 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 <ana@ekaia.org> 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 <ana@ekaia.org> Tue, 6 Dec 2005 19:07:51 +0100
kdbg (2.0.0-1) unstable; urgency=low
* Adopted by Ana Beatriz Guerrero Lopez <anja_isbilia@yahoo.es>.
(Closes: #315336).
* New upstream release.
* Bumped standards-version to 3.6.2.
-- Ana Beatriz Guerrero Lopez <anja_isbilia@yahoo.es> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> Wed, 26 Jan 2005 12:44:28 +1100
kdbg (1.2.10-1) unstable; urgency=low
* New upstream bugfix release.
-- Ben Burton <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> Sun, 1 Dec 2002 15:29:49 +1100
kdbg (1.2.6-2) unstable; urgency=low
* Built with g++-3.2.
-- Ben Burton <benb@acm.org> Tue, 5 Nov 2002 20:09:30 +1100
kdbg (1.2.6-1) unstable; urgency=low
* New upstream release.
-- Ben Burton <benb@acm.org> Mon, 14 Oct 2002 08:06:01 +1000
kdbg (1.2.5-3) unstable; urgency=low
* Fixed doc-base link.
-- Ben Burton <benb@acm.org> Fri, 30 Aug 2002 17:20:28 +1000
kdbg (1.2.5-2) unstable; urgency=low
* Rebuilt for KDE3.
-- Ben Burton <benb@acm.org> Fri, 30 Aug 2002 08:28:58 +1000
kdbg (1.2.5-1) unstable; urgency=low
* New upstream release.
-- Ben Burton <benb@acm.org> Wed, 10 Apr 2002 14:05:38 +1000
kdbg (1.2.4-2) unstable; urgency=low
* Fixed KCmdLineArgs initialisation (closes: Bug#129681).
-- Ben Burton <benb@acm.org> Sun, 17 Feb 2002 19:32:01 +1100
kdbg (1.2.4-1) unstable; urgency=low
* New upstream release.
-- Ben Burton <benb@acm.org> Tue, 29 Jan 2002 16:17:45 +1100
kdbg (1.2.3-1) unstable; urgency=low
* New upstream release.
-- Ben Burton <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> Tue, 20 Nov 2001 01:15:36 -0600
kdbg (1.2.2-3) unstable; urgency=low
* No longer uses automake.
-- Ben Burton <benb@acm.org> Tue, 23 Oct 2001 10:42:24 -0500
kdbg (1.2.2-2) unstable; urgency=low
* Updated parameters for alpha build.
-- Ben Burton <benb@acm.org> Sun, 23 Sep 2001 23:07:01 -0500
kdbg (1.2.2-1) unstable; urgency=low
* New upstream release.
-- Ben Burton <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> Thu, 22 Feb 2001 12:12:25 -0600
kdbg (1.2.0-2) unstable; urgency=low
* Adopted by Ben Burton <benb@acm.org> (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 <benb@acm.org> Sat, 17 Feb 2001 11:05:10 -0600
kdbg (1.2.0-1) unstable; urgency=low
* New upstream release.
* Upload sponsored by Bradley Bell <btb@debian.org>
-- Mariusz Przygodzki <dune@home.pl> 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 <btb@debian.org>
-- Mariusz Przygodzki <dune@home.pl> Wed, 6 Dec 2000 22:38:22 +0100
Local variables:
mode: debian-changelog
End:

@ -0,0 +1,36 @@
Source: kdbg-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Build-Depends: debhelper (>= 5), quilt, cdbs, tdelibs4-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.

@ -0,0 +1,27 @@
This package was debianized by Mariusz Przygodzki <dune@home.pl> on
Wed, 6 Dec 2000 22:38:22 +0100.
Maintenance was taken over by Ben Burton <bab@debian.org> on
Sat, 17 Feb 2001 11:05:10 -0600.
Maintenance was taken over by Ana Beatriz Guerrero López
<ana@ekaia.org> on Tue, 30 Aug 2005 19:12:38 +0200
It was downloaded from http://sourceforge.net/projects/kdbg/.
Upstream Author: Johannes Sixt <j6t@kdbg.org>,
with help from many others
Copyright:
© 1998-2008 Johannes Sixt <j6t@kdbg.org>
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 <dune@home.pl>
© 2001-2005 Ben Burton <bab@debian.org>
© 2005-2009 Ana Beatriz Guerrero López <ana@ekaia.org>
and is licensed under the GPL v2, see above.

@ -0,0 +1,9 @@
Document: kdbg-trinity
Title: KDbg - User's Manual [Trinity]
Author: Johannes Sixt <Johannes.Sixt@telecom.at>
Abstract: KDbg is a front-end for gdb, the GNU debugger.
Section: Programming
Format: HTML
Index: /opt/trinity/share/doc/tde/HTML/en/kdbg/index.html
Files: /opt/trinity/share/doc/tde/HTML/en/kdbg/*.html

@ -0,0 +1,92 @@
.\" 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 <n> 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 TDE 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 TDE Help Centre.
Alternatively the HTML documentation can be viewed directly from
\fI/opt/trinity/share/doc/tde/HTML/<lang>/kdbg/\fP.
.SH AUTHOR
KDbg was written by Johannes Sixt <Johannes.Sixt@telecom.at>.
.br
This manual page was prepared by Ben Burton <bab@debian.org>
for the Debian GNU/Linux system (but may be used by others).

@ -0,0 +1,122 @@
/* XPM */
static char *kdbg[] = {
/* columns rows colors chars-per-pixel */
"32 32 84 1",
" c black",
". c #0C0D16",
"X c #10111D",
"o c #11111E",
"O c #151526",
"+ c #17182A",
"@ c #191A26",
"# c #18182C",
"$ c #1D1E33",
"% c #1E1C36",
"& c #22233D",
"* c #21243B",
"= c #23253C",
"- c #23253D",
"; c #272A3C",
": c #313928",
"> c #333A29",
", c #262843",
"< c #2A2B42",
"1 c #2A2C43",
"2 c #2A2D47",
"3 c #292B48",
"4 c #292B4C",
"5 c #2B2F4A",
"6 c #2B2F4B",
"7 c #2A2C4E",
"8 c #2C2F4D",
"9 c #2B2F50",
"0 c #2D2F57",
"q c #2E3153",
"w c #2E3154",
"e c #2E3254",
"r c #2E3256",
"t c #2F3256",
"y c #2E3059",
"u c #303359",
"i c #30345A",
"p c #31355C",
"a c #31355D",
"s c #313761",
"d c #353464",
"f c #323864",
"g c #343A6A",
"h c #353A6C",
"j c #363B6F",
"k c #363C70",
"l c #383E75",
"z c #3A3D75",
"x c #383F7A",
"c c #393F7C",
"v c #225025",
"b c #225425",
"n c #235926",
"m c #236828",
"M c #236F29",
"N c #247E2A",
"B c #3A4180",
"V c #3B4282",
"C c #3C4181",
"Z c #3E4181",
"A c #3C4385",
"S c #3D4488",
"D c #3E4589",
"F c #3E468D",
"G c #3F4793",
"H c #404790",
"J c #404894",
"K c #434C9E",
"L c #444DA1",
"P c #454DA4",
"I c #454EA6",
"U c #4751AE",
"Y c #4954B6",
"T c #4A55B8",
"R c #4B56BC",
"E c #4E5AC6",
"W c #4F5BCB",
"Q c #525FD5",
"! c #5462DD",
"~ c #5A69EF",
"^ c #24882B",
"/ c #25A32E",
"( c #CE0000",
") c None",
/* pixels */
"))))))))))))))))))))))))))))))))",
"))))))))))))))))))))))))))))))))",
"))))))))))))))))))))))))))))))))",
"))))))))))))))))))))))))))))))))",
"))))))))))) )))) )))))))))))",
")))()))))) vbv )) vbv ))))))()))",
"))))()))) nmMmn nmMmn ))))())))",
")))))())) mN^NmvvmN^Nm )))()))))",
"))))))()) M^/((((((/^M ))())))))",
")))))))() m((O4it,X((m )()))))))",
"))))))))( (>7kkkgfa*>( ())))))))",
")))) )))( ycBBBclhs- ())) ))))",
"))) ()(AFG((((xhs()( )))",
") )))( C(K(PPKG(c(t ())) )",
") )))))()%JL(YTYULJ(lfo)())))) )",
"))))))())dK(R(WERU(F(g&))())))))",
"))))))())C(YEQ(QE(PGB(q))())))))",
")))) ( )H(TW!~!WTPJB(y) ( ))))",
"))) )( H(YEQ!QEYPGB(a () )))",
")) ))())F(URE(ER(LFc(t))()) ))",
") )))())lH(U(TTUL(A(f3))())) )",
") )))))()0DJ(PPPKGD(ga$)())))) )",
")))))))( #c(F(JJFA(k(q. ()))))))",
"))))) ()(lcB((((hst()( )))))",
")))) )))(+sgkkhgfaq2.())) ))))",
")))) )))()(-iaaaiq81@()())) ))))",
")))) ))()))((55521;(()))()) ))))",
"))) )())))) (((((( )))))() )))",
"))) )()))))))) ))))))))() )))",
")) ())))))))))))))))))))))( ))",
")) ())))))))))))))))))))))))( ))",
"))))))))))))))))))))))))))))))))"
};

@ -0,0 +1,8 @@
?package(kdbg):\
needs="x11"\
section="Applications/Programming"\
hints="TDE,Debuggers"\
title="KDbg"\
longtitle="KDbg (graphical debugger interface)"\
command="/opt/trinity/bin/kdbg"\
icon="/opt/trinity/share/pixmaps/kdbg.xpm"

@ -0,0 +1,46 @@
#!/usr/bin/make -f
# -*- makefile -*-
#export DH_VERBOSE=1
DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde
DEB_CONFIGURE_MANDIR := /opt/trinity/share/man
DEB_CONFIGURE_PREFIX := /opt/trinity
DEB_CONFIGURE_INFODIR := /opt/trinity/share/info
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
&& echo xz || echo bzip2)
include /usr/share/cdbs/1/rules/debhelper.mk
include debian/cdbs/kde.mk
post-patches:: debian/stamp-bootstrap
debian/stamp-bootstrap:
dh_testdir
# Regenerate build system
! [ -f /usr/share/libtool/ltmain.sh ] || \
cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
! [ -f /usr/share/libtool/config/ltmain.sh ] || \
cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
autoreconf --install && automake -f && \
$(MAKE) -f admin/Makefile.common && \
touch debian/stamp-bootstrap
clean::
dh_testdir
rm -f debian/stamp-bootstrap
install/kdbg-trinity::
dh_testdir
dh_install debian/kdbg.xpm opt/trinity/share/pixmaps
dh_installman debian/kdbg.1
mkdir -p debian/kdbg-trinity/opt/trinity/share/man
mv debian/kdbg-trinity/usr/share/man/man1 debian/kdbg-trinity/opt/trinity/share/man/
rmdir debian/kdbg-trinity/usr/share/man

@ -1,4 +1,4 @@
kpowersave-nohal-trinity (0.7.3-0ubuntu3) karmic; urgency=low
tdepowersave-trinity (0.7.3-0ubuntu3) karmic; urgency=low
* Karmic rebuild

@ -1,4 +1,4 @@
Source: kpowersave-nohal-trinity
Source: tdepowersave-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
@ -8,10 +8,10 @@ Build-Conflicts: autoconf2.13
Standards-Version: 3.8.4
Homepage: http://sourceforge.net/projects/powersave/
Package: kpowersave-nohal-trinity
Package: tdepowersave-trinity
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: kpowersave-trinity
Conflicts: kpowersave-trinity, kpowersave-nohal-trinity
Description: Power management applet for Trinity
KPowersave is a TDE systray applet which allows to control the power
management settings and policies of your computer.

@ -2,7 +2,7 @@
set -e
package_name=kpowersave-nohal-trinity
package_name=tdepowersave-trinity
if [ -z "$package_name" ]; then
print >&2 "Internal Error. Please report a bug."

@ -2,7 +2,7 @@
set -e
package_name=kpowersave-nohal-trinity
package_name=tdepowersave-trinity
if [ -z "$package_name" ]; then
print >&2 "Internal Error. Please report a bug."

@ -30,8 +30,8 @@ debian/stamp-bootstrap:
touch debian/stamp-bootstrap
install/kpowersave::
install -p -D -m644 debian/kpowersave-nohal-trinity.lintian debian/kpowersave/opt/trinity/share/lintian/overrides/kpowersave
install -p -D -m644 debian/kpowersave-nohal-trinity.linda debian/kpowersave/opt/trinity/share/linda/overrides/kpowersave
install -p -D -m644 debian/tdepowersave-trinity.lintian debian/kpowersave/opt/trinity/share/lintian/overrides/kpowersave
install -p -D -m644 debian/tdepowersave-trinity.linda debian/kpowersave/opt/trinity/share/linda/overrides/kpowersave
clean::
find . -name Makefile.in | xargs rm -f

@ -1187,3 +1187,9 @@ Architecture: all
Depends: tde-guidance-powermanager-trinity
Conflicts: kde-guidance-powermanager-trinity (< 4:13.9.9)
Description: Transitional dummy package. This can be safely removed after your TDE upgrade has completed.
Package: kpowersave-nohal-trinity
Architecture: all
Depends: tdepowersave-trinity
Conflicts: kpowersave-nohal-trinity (< 4:13.9.9)
Description: Transitional dummy package. This can be safely removed after your TDE upgrade has completed.

@ -0,0 +1,109 @@
ifndef _cdbs_bootstrap
_cdbs_scripts_path ?= /usr/lib/cdbs
_cdbs_rules_path ?= /usr/share/cdbs/1/rules
_cdbs_class_path ?= /usr/share/cdbs/1/class
endif
ifndef _cdbs_class_debian-qt-kde
_cdbs_class_debian-qt-kde := 1
# Note: This _must_ be included before autotools.mk, or it won't work.
common-configure-arch common-configure-indep:: debian/stamp-cvs-make
debian/stamp-cvs-make:
cp -Rp /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
$(MAKE) -C $(DEB_SRCDIR) -f admin/Makefile.common dist;
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
DEB_PATCHDIRS := debian/patches/common debian/patches
DEB_KDE_ENABLE_FINAL := yes
DEB_INSTALL_DOCS_ALL :=
DEB_DH_MAKESHLIBS_ARGS_ALL := -V
DEB_SHLIBDEPS_INCLUDE = $(foreach p,$(PACKAGES_WITH_LIBS),debian/$(p)/usr/lib)
ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
cdbs_treat_me_gently_arches := arm m68k alpha ppc64 armel armeb
ifeq (,$(filter $(DEB_HOST_ARCH_CPU),$(cdbs_treat_me_gently_arches)))
cdbs_kde_enable_final = $(if $(DEB_KDE_ENABLE_FINAL),--enable-final,)
else
cdbs_kde_enable_final =
endif
endif
common-build-arch:: debian/stamp-man-pages
debian/stamp-man-pages:
if ! test -d debian/man/out; then mkdir -p debian/man/out; fi
for f in $$(find debian/man -name '*.sgml'); do \
docbook-to-man $$f > debian/man/out/`basename $$f .sgml`.1; \
done
for f in $$(find debian/man -name '*.man'); do \
soelim -I debian/man $$f \
> debian/man/out/`basename $$f .man`.`head -n1 $$f | awk '{print $$NF}'`; \
done
touch debian/stamp-man-pages
common-binary-indep::
( set -e; \
tmpf=`mktemp debian/versions.XXXXXX`; \
perl debian/cdbs/versions.pl >$$tmpf; \
for p in $(DEB_INDEP_PACKAGES); do \
cat $$tmpf >>debian/$$p.substvars; \
done; \
rm -f $$tmpf )
common-binary-arch::
( set -e; \
tmpf=`mktemp debian/versions.XXXXXX`; \
perl debian/cdbs/versions.pl >$$tmpf; \
for p in $(DEB_ARCH_PACKAGES); do \
cat $$tmpf >>debian/$$p.substvars; \
done; \
rm -f $$tmpf )
clean::
rm -rf debian/man/out
-rmdir debian/man
rm -f debian/stamp-man-pages
rm -rf debian/shlibs-check
$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
if test -x /usr/bin/dh_desktop; then dh_desktop -p$(cdbs_curpkg) $(DEB_DH_DESKTOP_ARGS); fi
if test -e debian/$(cdbs_curpkg).lintian; then \
install -p -D -m644 debian/$(cdbs_curpkg).lintian \
debian/$(cdbs_curpkg)/usr/share/lintian/overrides/$(cdbs_curpkg); \
fi
if test -e debian/$(cdbs_curpkg).presubj; then \
install -p -D -m644 debian/$(cdbs_curpkg).presubj \
debian/$(cdbs_curpkg)/usr/share/bug/$(cdbs_curpkg)/presubj; \
fi
binary-install/$(DEB_SOURCE_PACKAGE)-doc-html::
set -e; \
for doc in `cd $(DEB_DESTDIR)/opt/trinity/share/doc/tde/HTML/en; find . -name index.docbook`; do \
pkg=$${doc%/index.docbook}; pkg=$${pkg#./}; \
echo Building $$pkg HTML docs...; \
mkdir -p $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \
cd $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \
/opt/trinity/bin/meinproc $(DEB_DESTDIR)/opt/trinity/share/doc/tde/HTML/en/$$pkg/index.docbook; \
done
for pkg in $(DOC_HTML_PRUNE) ; do \
rm -rf debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \
done
clean::
if test -n "$(DEB_KDE_CVS_MAKE)" && test -d $(DEB_SRCDIR); then \
cd $(DEB_SRCDIR); \
find . -name Makefile.in -print | \
xargs --no-run-if-empty rm -f; \
rm -f Makefile.am acinclude.m4 aclocal.m4 config.h.in \
configure configure.files configure.in stamp-h.in \
subdirs; \
fi
rm -f debian/stamp-cvs-make
endif

@ -0,0 +1,434 @@
kdbg-trinity (2.2.2-1) squeeze; urgency=low
* Initial Release for TDE
-- Slávek Banko <slavek.banko@axis.cz> Wed, 03 Jul 2013 01:55:45 +0200
kdbg (2.2.1-2) unstable; urgency=low
* Redone again relibtoolization making sure it uses latest automake.
(Closes: #577679)
-- Ana Beatriz Guerrero Lopez <ana@debian.org> 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 <ana@debian.org> 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 <ana@debian.org> 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 <ana@debian.org> 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 <ana@debian.org> 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 <ana@debian.org> 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 <ana@debian.org> 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 <ana@debian.org> Wed, 30 May 2007 01:13:37 +0100
kdbg (2.0.5-1) unstable; urgency=low
* New upstream release.
-- Ana Beatriz Guerrero Lopez <ana@debian.org> 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 <ana@debian.org> 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 <ana@ekaia.org> 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 <ana@ekaia.org> 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 <ana@ekaia.org> 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 <ana@ekaia.org> 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 <ana@ekaia.org> 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 <ana@ekaia.org> Tue, 6 Dec 2005 19:07:51 +0100
kdbg (2.0.0-1) unstable; urgency=low
* Adopted by Ana Beatriz Guerrero Lopez <anja_isbilia@yahoo.es>.
(Closes: #315336).
* New upstream release.
* Bumped standards-version to 3.6.2.
-- Ana Beatriz Guerrero Lopez <anja_isbilia@yahoo.es> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> Wed, 26 Jan 2005 12:44:28 +1100
kdbg (1.2.10-1) unstable; urgency=low
* New upstream bugfix release.
-- Ben Burton <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> Sun, 1 Dec 2002 15:29:49 +1100
kdbg (1.2.6-2) unstable; urgency=low
* Built with g++-3.2.
-- Ben Burton <benb@acm.org> Tue, 5 Nov 2002 20:09:30 +1100
kdbg (1.2.6-1) unstable; urgency=low
* New upstream release.
-- Ben Burton <benb@acm.org> Mon, 14 Oct 2002 08:06:01 +1000
kdbg (1.2.5-3) unstable; urgency=low
* Fixed doc-base link.
-- Ben Burton <benb@acm.org> Fri, 30 Aug 2002 17:20:28 +1000
kdbg (1.2.5-2) unstable; urgency=low
* Rebuilt for KDE3.
-- Ben Burton <benb@acm.org> Fri, 30 Aug 2002 08:28:58 +1000
kdbg (1.2.5-1) unstable; urgency=low
* New upstream release.
-- Ben Burton <benb@acm.org> Wed, 10 Apr 2002 14:05:38 +1000
kdbg (1.2.4-2) unstable; urgency=low
* Fixed KCmdLineArgs initialisation (closes: Bug#129681).
-- Ben Burton <benb@acm.org> Sun, 17 Feb 2002 19:32:01 +1100
kdbg (1.2.4-1) unstable; urgency=low
* New upstream release.
-- Ben Burton <benb@acm.org> Tue, 29 Jan 2002 16:17:45 +1100
kdbg (1.2.3-1) unstable; urgency=low
* New upstream release.
-- Ben Burton <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> Tue, 20 Nov 2001 01:15:36 -0600
kdbg (1.2.2-3) unstable; urgency=low
* No longer uses automake.
-- Ben Burton <benb@acm.org> Tue, 23 Oct 2001 10:42:24 -0500
kdbg (1.2.2-2) unstable; urgency=low
* Updated parameters for alpha build.
-- Ben Burton <benb@acm.org> Sun, 23 Sep 2001 23:07:01 -0500
kdbg (1.2.2-1) unstable; urgency=low
* New upstream release.
-- Ben Burton <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> Thu, 22 Feb 2001 12:12:25 -0600
kdbg (1.2.0-2) unstable; urgency=low
* Adopted by Ben Burton <benb@acm.org> (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 <benb@acm.org> Sat, 17 Feb 2001 11:05:10 -0600
kdbg (1.2.0-1) unstable; urgency=low
* New upstream release.
* Upload sponsored by Bradley Bell <btb@debian.org>
-- Mariusz Przygodzki <dune@home.pl> 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 <btb@debian.org>
-- Mariusz Przygodzki <dune@home.pl> Wed, 6 Dec 2000 22:38:22 +0100
Local variables:
mode: debian-changelog
End:

@ -0,0 +1,36 @@
Source: kdbg-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Build-Depends: debhelper (>= 5), quilt, cdbs, tdelibs4-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.

@ -0,0 +1,27 @@
This package was debianized by Mariusz Przygodzki <dune@home.pl> on
Wed, 6 Dec 2000 22:38:22 +0100.
Maintenance was taken over by Ben Burton <bab@debian.org> on
Sat, 17 Feb 2001 11:05:10 -0600.
Maintenance was taken over by Ana Beatriz Guerrero López
<ana@ekaia.org> on Tue, 30 Aug 2005 19:12:38 +0200
It was downloaded from http://sourceforge.net/projects/kdbg/.
Upstream Author: Johannes Sixt <j6t@kdbg.org>,
with help from many others
Copyright:
© 1998-2008 Johannes Sixt <j6t@kdbg.org>
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 <dune@home.pl>
© 2001-2005 Ben Burton <bab@debian.org>
© 2005-2009 Ana Beatriz Guerrero López <ana@ekaia.org>
and is licensed under the GPL v2, see above.

@ -0,0 +1,9 @@
Document: kdbg-trinity
Title: KDbg - User's Manual [Trinity]
Author: Johannes Sixt <Johannes.Sixt@telecom.at>
Abstract: KDbg is a front-end for gdb, the GNU debugger.
Section: Programming
Format: HTML
Index: /opt/trinity/share/doc/tde/HTML/en/kdbg/index.html
Files: /opt/trinity/share/doc/tde/HTML/en/kdbg/*.html

@ -0,0 +1,92 @@
.\" 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 <n> 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 TDE 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 TDE Help Centre.
Alternatively the HTML documentation can be viewed directly from
\fI/opt/trinity/share/doc/tde/HTML/<lang>/kdbg/\fP.
.SH AUTHOR
KDbg was written by Johannes Sixt <Johannes.Sixt@telecom.at>.
.br
This manual page was prepared by Ben Burton <bab@debian.org>
for the Debian GNU/Linux system (but may be used by others).

@ -0,0 +1,122 @@
/* XPM */
static char *kdbg[] = {
/* columns rows colors chars-per-pixel */
"32 32 84 1",
" c black",
". c #0C0D16",
"X c #10111D",
"o c #11111E",
"O c #151526",
"+ c #17182A",
"@ c #191A26",
"# c #18182C",
"$ c #1D1E33",
"% c #1E1C36",
"& c #22233D",
"* c #21243B",
"= c #23253C",
"- c #23253D",
"; c #272A3C",
": c #313928",
"> c #333A29",
", c #262843",
"< c #2A2B42",
"1 c #2A2C43",
"2 c #2A2D47",
"3 c #292B48",
"4 c #292B4C",
"5 c #2B2F4A",
"6 c #2B2F4B",
"7 c #2A2C4E",
"8 c #2C2F4D",
"9 c #2B2F50",
"0 c #2D2F57",
"q c #2E3153",
"w c #2E3154",
"e c #2E3254",
"r c #2E3256",
"t c #2F3256",
"y c #2E3059",
"u c #303359",
"i c #30345A",
"p c #31355C",
"a c #31355D",
"s c #313761",
"d c #353464",
"f c #323864",
"g c #343A6A",
"h c #353A6C",
"j c #363B6F",
"k c #363C70",
"l c #383E75",
"z c #3A3D75",
"x c #383F7A",
"c c #393F7C",
"v c #225025",
"b c #225425",
"n c #235926",
"m c #236828",
"M c #236F29",
"N c #247E2A",
"B c #3A4180",
"V c #3B4282",
"C c #3C4181",
"Z c #3E4181",
"A c #3C4385",
"S c #3D4488",
"D c #3E4589",
"F c #3E468D",
"G c #3F4793",
"H c #404790",
"J c #404894",
"K c #434C9E",
"L c #444DA1",
"P c #454DA4",
"I c #454EA6",
"U c #4751AE",
"Y c #4954B6",
"T c #4A55B8",
"R c #4B56BC",
"E c #4E5AC6",
"W c #4F5BCB",
"Q c #525FD5",
"! c #5462DD",
"~ c #5A69EF",
"^ c #24882B",
"/ c #25A32E",
"( c #CE0000",
") c None",
/* pixels */
"))))))))))))))))))))))))))))))))",
"))))))))))))))))))))))))))))))))",
"))))))))))))))))))))))))))))))))",
"))))))))))))))))))))))))))))))))",
"))))))))))) )))) )))))))))))",
")))()))))) vbv )) vbv ))))))()))",
"))))()))) nmMmn nmMmn ))))())))",
")))))())) mN^NmvvmN^Nm )))()))))",
"))))))()) M^/((((((/^M ))())))))",
")))))))() m((O4it,X((m )()))))))",
"))))))))( (>7kkkgfa*>( ())))))))",
")))) )))( ycBBBclhs- ())) ))))",
"))) ()(AFG((((xhs()( )))",
") )))( C(K(PPKG(c(t ())) )",
") )))))()%JL(YTYULJ(lfo)())))) )",
"))))))())dK(R(WERU(F(g&))())))))",
"))))))())C(YEQ(QE(PGB(q))())))))",
")))) ( )H(TW!~!WTPJB(y) ( ))))",
"))) )( H(YEQ!QEYPGB(a () )))",
")) ))())F(URE(ER(LFc(t))()) ))",
") )))())lH(U(TTUL(A(f3))())) )",
") )))))()0DJ(PPPKGD(ga$)())))) )",
")))))))( #c(F(JJFA(k(q. ()))))))",
"))))) ()(lcB((((hst()( )))))",
")))) )))(+sgkkhgfaq2.())) ))))",
")))) )))()(-iaaaiq81@()())) ))))",
")))) ))()))((55521;(()))()) ))))",
"))) )())))) (((((( )))))() )))",
"))) )()))))))) ))))))))() )))",
")) ())))))))))))))))))))))( ))",
")) ())))))))))))))))))))))))( ))",
"))))))))))))))))))))))))))))))))"
};

@ -0,0 +1,8 @@
?package(kdbg):\
needs="x11"\
section="Applications/Programming"\
hints="TDE,Debuggers"\
title="KDbg"\
longtitle="KDbg (graphical debugger interface)"\
command="/opt/trinity/bin/kdbg"\
icon="/opt/trinity/share/pixmaps/kdbg.xpm"

@ -0,0 +1,46 @@
#!/usr/bin/make -f
# -*- makefile -*-
#export DH_VERBOSE=1
DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde
DEB_CONFIGURE_MANDIR := /opt/trinity/share/man
DEB_CONFIGURE_PREFIX := /opt/trinity
DEB_CONFIGURE_INFODIR := /opt/trinity/share/info
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
&& echo xz || echo bzip2)
include /usr/share/cdbs/1/rules/debhelper.mk
include debian/cdbs/kde.mk
post-patches:: debian/stamp-bootstrap
debian/stamp-bootstrap:
dh_testdir
# Regenerate build system
! [ -f /usr/share/libtool/ltmain.sh ] || \
cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
! [ -f /usr/share/libtool/config/ltmain.sh ] || \
cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
autoreconf --install && automake -f && \
$(MAKE) -f admin/Makefile.common && \
touch debian/stamp-bootstrap
clean::
dh_testdir
rm -f debian/stamp-bootstrap
install/kdbg-trinity::
dh_testdir
dh_install debian/kdbg.xpm opt/trinity/share/pixmaps
dh_installman debian/kdbg.1
mkdir -p debian/kdbg-trinity/opt/trinity/share/man
mv debian/kdbg-trinity/usr/share/man/man1 debian/kdbg-trinity/opt/trinity/share/man/
rmdir debian/kdbg-trinity/usr/share/man

@ -1,4 +1,4 @@
kpowersave-nohal-trinity (0.7.3-0ubuntu3) karmic; urgency=low
tdepowersave-trinity (0.7.3-0ubuntu3) karmic; urgency=low
* Karmic rebuild

@ -1,4 +1,4 @@
Source: kpowersave-nohal-trinity
Source: tdepowersave-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
@ -8,10 +8,10 @@ Build-Conflicts: autoconf2.13
Standards-Version: 3.8.4
Homepage: http://sourceforge.net/projects/powersave/
Package: kpowersave-nohal-trinity
Package: tdepowersave-trinity
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: kpowersave-trinity
Conflicts: kpowersave-trinity, kpowersave-nohal-trinity
Description: Power management applet for Trinity
KPowersave is a TDE systray applet which allows to control the power
management settings and policies of your computer.

@ -2,7 +2,7 @@
set -e
package_name=kpowersave-nohal-trinity
package_name=tdepowersave-trinity
if [ -z "$package_name" ]; then
print >&2 "Internal Error. Please report a bug."

@ -2,7 +2,7 @@
set -e
package_name=kpowersave-nohal-trinity
package_name=tdepowersave-trinity
if [ -z "$package_name" ]; then
print >&2 "Internal Error. Please report a bug."

@ -30,8 +30,8 @@ debian/stamp-bootstrap:
touch debian/stamp-bootstrap
install/kpowersave::
install -p -D -m644 debian/kpowersave-nohal-trinity.lintian debian/kpowersave/opt/trinity/share/lintian/overrides/kpowersave
install -p -D -m644 debian/kpowersave-nohal-trinity.linda debian/kpowersave/opt/trinity/share/linda/overrides/kpowersave
install -p -D -m644 debian/tdepowersave-trinity.lintian debian/kpowersave/opt/trinity/share/lintian/overrides/kpowersave
install -p -D -m644 debian/tdepowersave-trinity.linda debian/kpowersave/opt/trinity/share/linda/overrides/kpowersave
clean::
find . -name Makefile.in | xargs rm -f

@ -1187,3 +1187,9 @@ Architecture: all
Depends: tde-guidance-powermanager-trinity
Conflicts: kde-guidance-powermanager-trinity (< 4:13.9.9)
Description: Transitional dummy package. This can be safely removed after your TDE upgrade has completed.
Package: kpowersave-nohal-trinity
Architecture: all
Depends: tdepowersave-trinity
Conflicts: kpowersave-nohal-trinity (< 4:13.9.9)
Description: Transitional dummy package. This can be safely removed after your TDE upgrade has completed.

@ -198,6 +198,9 @@ rpmbuild -ba \
eval "$(grep ^RET= ${LOGFILE})"
set +x
# Removes temporary source directory
rm -rf "${SOURCEDIR}"
if [ "${RET}" -gt 0 ]; then
exit ${RET}
fi
@ -208,7 +211,6 @@ if grep -q "error: Failed build dependencies:" ${LOGFILE}; then
exit 2
fi
set -x
rm -rf "${SOURCEDIR}"
# Removes BUILDDIR if build succeeded

@ -0,0 +1,16 @@
diff -rcb kde-i18n-fr-3.5.10.ori/messages/kdebase/kdesktop.po kde-i18n-fr-3.5.10/messages/kdebase/kdesktop.po
*** tde-i18n-fr-3.5.10.ori/messages/tdebase/kdesktop.po 2011-07-21 10:02:12.261100210 +0200
--- tde-i18n-fr-3.5.10/messages/tdebase/kdesktop.po 2011-07-21 10:05:55.365975529 +0200
***************
*** 246,251 ****
--- 246,255 ----
msgid "Run Command..."
msgstr "Exécuter une commande..."
+ #: krootwm.cc:135 (Trinity Specific)
+ msgid "Open Terminal Here..."
+ msgstr "Ouvrir un Terminal..."
+
#: krootwm.cc:137
msgid "Configure Desktop..."
msgstr "Configurer le bureau..."

@ -0,0 +1,45 @@
diff -rcb kde-i18n-fr-3.5.10.ORI/messages/kdebase/kdesu.po kde-i18n-fr-3.5.10/messages/kdebase/kdesu.po
*** kde-i18n-fr-3.5.10.ORI/messages/tdebase/tdesu.po 2010-12-19 01:32:05.649657741 +0100
--- kde-i18n-fr-3.5.10/messages/tdebase/tdesu.po 2010-12-19 01:33:50.416539931 +0100
***************
*** 132,151 ****
#: sudlg.cpp:36
msgid ""
"The action you requested needs root privileges. Please enter root's password "
! "below or click Ignore to continue with your current privileges."
msgstr ""
"L'action requise nécessite les droits du superutilisateur. Veuillez saisir "
! "ci-dessous le mot de passe du superutilisateur ou cliquez sur « Ignorer » pour "
! "continuer avec vos droits actuels."
#: sudlg.cpp:40
msgid ""
"The action you requested needs additional privileges. Please enter the password "
! "for \"%1\" below or click Ignore to continue with your current privileges."
msgstr ""
"L'action requise nécessite des droits supplémentaires. Veuillez saisir "
! "ci-dessous le mot de passe de « %1 » ou cliquez sur « Ignorer » pour continuer "
! "avec vos droits actuels."
#: sudlg.cpp:48
msgid "&Ignore"
--- 132,149 ----
#: sudlg.cpp:36
msgid ""
"The action you requested needs root privileges. Please enter root's password "
! "below."
msgstr ""
"L'action requise nécessite les droits du superutilisateur. Veuillez saisir "
! "ci-dessous le mot de passe du superutilisateur."
#: sudlg.cpp:40
msgid ""
"The action you requested needs additional privileges. Please enter the password "
! "for \"%1\" below."
msgstr ""
"L'action requise nécessite des droits supplémentaires. Veuillez saisir "
! "ci-dessous le mot de passe de « %1 »."
#: sudlg.cpp:48
msgid "&Ignore"
Seulement dans kde-i18n-fr-3.5.10/messages/kdebase: kdesu.po~

@ -0,0 +1,578 @@
--- tde-i18n-fr/messages/tdelibs/tdelibs.po.ORI 2013-05-11 13:46:34.210204854 +0200
+++ tde-i18n-fr/messages/tdelibs/tdelibs.po 2013-05-11 13:47:23.882174000 +0200
@@ -5659,8 +5659,36 @@
msgstr "À &propos"
#: tdeui/kaboutkde.cpp:84
-msgid "&Report Bugs or Wishes"
-msgstr "Rapport de bogues et &souhaits"
+msgid "&Report Bugs/Request Enhancements"
+msgstr "Rapport de bogues / &Améliorations"
+
+msgid "&Report Bug/Request Enhancement..."
+msgstr "&Rapport de bogue/Amélioration..."
+
+msgid ""
+"Reporting bugs and requesting enhancements are maintained using the Bugzilla reporting system.\n"
+"You'll need a login account and password to use the reporting system.\n"
+"To control spam and rogue elements the login requires a valid email address.\n"
+"Consider using any large email service if you want to avoid using your private email address.\n"
+"\n"
+"Selecting the button below opens your web browser to http://bugs.trinitydesktop.org,\n"
+"where you will find the report form.\n"
+"The information displayed above will be transferred to the reporting system.\n"
+"Session cookies must be enabled to use the reporting system.\n"
+"\n"
+"Thank you for helping!"
+msgstr ""
+"Les rapports de bogues et demandes d'améliorations sont traités par le système Bugzilla.\n"
+"Vous devez posséder un identifiant et un mot de passe pour utiliser le système de rapport.\n"
+"Pour éviter le spam et les rapports indésirables, vous devez avoir une adresse email valide.\n"
+"Vous pouvez créer une adresse email spécifique si vous ne voulez pas utiliser votre adresse email privée.\n"
+"\n"
+"Cliquez sur le bouton ci-dessous pour ouvrir votre navigateur à l'adresse http://bugs.trinitydesktop.org,\n"
+"où vous trouverez le formulaire de rapport.\n"
+"Les informations affichés ci-dessus seront transférées au système de rapport.\n"
+"Les cookies de session doivent être activés pour utiliser le système de rapport.\n"
+"\n"
+"Merci pour votre aide!"
#: tdeui/kaboutkde.cpp:85
msgid "&Join the Trinity Team"
--- tde-i18n-fr/messages/tdebase/tderandr.po.ORI 2013-05-11 13:51:27.100137014 +0200
+++ tde-i18n-fr/messages/tdebase/tderandr.po 2013-05-11 13:57:36.051526232 +0200
@@ -331,3 +331,24 @@
#: configdialog.cpp:49
msgid "Global &Shortcuts"
msgstr "Raccourcis Globaux"
+
+msgid "Start KRandRTray automatically when you log in?"
+msgstr "Démarrer KRandRTray automatiquement à l'ouverture de session ?"
+
+msgid "Start Automatically"
+msgstr "Démarrer automatiquement"
+
+msgid "Do Not Start"
+msgstr "Ne pas démarrer"
+
+msgid "Output Port"
+msgstr "Sortie Vidéo"
+
+msgid "Next available output"
+msgstr "Sortie Vidéo suivante"
+
+#, c-format
+msgid "%1 (Active)"
+msgstr "%1 (Active)"
+
+
--- /dev/null 2013-05-11 10:08:04.442569174 +0200
+++ tde-i18n-fr/messages/tdebase/kcmdisplayconfig.po 2013-05-11 14:23:12.893229163 +0200
@@ -0,0 +1,123 @@
+msgid "<b>The global display configuration is a system wide setting, and requires administrator access</b><br>To alter the system's global display configuration, click on the \"Administrator Mode\" button below."
+msgstr "<b>La configuration d'affichage globale est un réglage système, et nécessite les droits administrateur.</b><br>Pour modifier la configuration système globale, cliquer sur le bouton \"Mode superutilisateur\"."
+
+msgid "Color Profiles"
+msgstr "Profils de couleurs"
+
+msgid "<h1>Monitor & Display Configuration</h1> This module allows you to configure monitors attached to your computer via TDE."
+msgstr "<h1>Configuration de l'affichage</h1>Ce module permet de configurer les moniteurs attachés à votre ordinateur via TDE."
+
+msgid "Global Settings"
+msgstr "Paramètres globaux"
+
+msgid "Global"
+msgstr "Général"
+
+msgid "&Enable global display control"
+msgstr "&Activer le contrôle de l'affichage"
+
+msgid "Resolution and Layout"
+msgstr "Résolution et disposition"
+
+msgid "Monitors"
+msgstr "Moniteurs"
+
+msgid "Drag the monitor icons to match the physical arrangement of your monitors."
+msgstr "Déplacez les icônes pour qu'elles correspondent à la disposition de vos moniteurs."
+
+msgid "Display:"
+msgstr "Sortie Vidéo:"
+
+msgid "&Screen resolution"
+msgstr "&Résolution de l'écran:"
+
+msgid "Less"
+msgstr "Moins"
+
+msgid "More"
+msgstr "Plus"
+
+msgid "unset"
+msgstr "Non définie"
+
+msgid "&Refresh rate"
+msgstr "&Taux de rafraichissement"
+
+msgid "Screen Transformations"
+msgstr "Transformation de l'écran"
+
+msgid "&Mirror screen horizontally"
+msgstr "Miroir &horizonal"
+
+msgid "Mirror screen &vertically"
+msgstr "Miroir &vertical"
+
+msgid "&Use this device as the primary monitor."
+msgstr "Utiliser en tant que moniteur &primaire."
+
+msgid "&Extend my Trinity desktop onto this monitor."
+msgstr "&Etendre mon bureau Trinity sur ce moniteur."
+
+msgid "&Rescan Displays"
+msgstr "&Redétecter les écrans"
+
+msgid "Load &Existing Profile"
+msgstr "Charger un profil &existant."
+
+msgid "&Test Settings"
+msgstr "&Tester les réglages"
+
+msgid "&Identify"
+msgstr "&Identifier"
+
+msgid "Brightness and Gamma"
+msgstr "Luminosité et Gamma"
+
+msgid "Visual Calibration Aid"
+msgstr "Aide visuelle à la calibration"
+
+msgid "Target gamma:"
+msgstr "Gamma cible:"
+
+msgid "Hardware Gamma Control"
+msgstr "Contrôle du Gamma matériel"
+
+msgid "All"
+msgstr "Tous"
+
+msgid "Red"
+msgstr "Rouge"
+
+msgid "Green"
+msgstr "Vert"
+
+msgid "Blue"
+msgstr "Bleu"
+
+msgid "Adjust the gamma sliders to make the squares above fade into their backgrounds as much as possible."
+msgstr "Ajustez les niveaux de gamma jusqu'à ce que les carrés disparaissent dans le fond autant que possible."
+
+msgid "Tip: Most computer software expects a gamma of 2.2.\\nAdditionally, any ICC settings for the selected screen will override the gamma controls available on this tab."
+msgstr "Astuce: La plupart des logiciels attendent un gamma de 2.2.<br>De plus, les réglages ICC spécifiques pour l'écran sélectionné, s'ils existent, seront prioritaires sur ceux-ci."
+
+msgid "Power Management"
+msgstr "Gestion de l'Energie"
+
+msgid "Energy Star (DPMS)"
+msgstr "Energy Star (DPMS)"
+
+msgid "&Enable DPMS power save modes"
+msgstr "&Activer les modes d'économie d'énergie DPMS"
+
+msgid "Enable &standby after"
+msgstr "Interrompre l'écran après"
+
+msgid "Enable &suspend after"
+msgstr "Activer la mise en veille après"
+
+msgid "Enable &power down after"
+msgstr "Activer l'arrêt après"
+
+msgid "minutes."
+msgstr "minutes."
+
--- tde-i18n-fr/messages/tdebase/kicker.po.ORI 2013-05-11 20:59:51.416285023 +0200
+++ tde-i18n-fr/messages/tdebase/kicker.po 2013-05-11 21:01:03.139885540 +0200
@@ -889,6 +889,24 @@
msgid "My Documents"
msgstr "Mes Documents"
+msgid "My Images"
+msgstr "Mes Images"
+
+msgid "My Music"
+msgstr "Ma Musique"
+
+msgid "My Videos"
+msgstr "Mes Vidéos"
+
+msgid "My Downloads"
+msgstr "Mes Téléchargements"
+
+msgid "Switch to Kickoff Menu Style"
+msgstr "Utiliser le menu Kickoff"
+
+msgid "Switch to Trinity Classic Menu Style"
+msgstr "Utiliser le menu Classique"
+
msgid "Network Folders"
msgstr "Dossiers Réseau"
--- tde-i18n-fr/messages/tdebase/kcmsmserver.po.ORI 2013-05-11 21:07:13.314644518 +0200
+++ tde-i18n-fr/messages/tdebase/kcmsmserver.po 2013-05-11 21:12:44.468153019 +0200
@@ -63,6 +63,12 @@
"Cochez cette option si vous désirez que le gestionnaire de session affiche une "
"demande de confirmation avant d'arrêter la session."
+msgid "Show fancy &logout fadeaway"
+msgstr "Afficher un fondu gris lors de la déconnexion"
+
+msgid "Show logout stat&us dialog"
+msgstr "Afficher la fenêtre d'état de déconnexion"
+
#. i18n: file smserverconfigdlg.ui line 62
#: rc.cpp:15
#, no-c-format
@@ -177,3 +180,16 @@
"Vous pouvez saisir ici une liste (séparée par des virgules) des applications "
"qui ne doivent pas être enregistrées, et qui ne seront par conséquent pas "
"relancées lorsque la session sera restaurée. Par exemple, « xterm,xconsole »."
+
+msgid "The new window manager will be used when TDE is started the next time."
+msgstr "Le nouveau gestionnaire de fenêtres sera utilisé au prochain démarrage de TDE."
+
+msgid "Window manager change"
+msgstr "Modification du gestionnaire de fenêtres"
+
+msgid "KWin (KDE default)"
+msgstr "TWin (par défaut)"
+
+msgid "Window Manager"
+msgstr "Gestionnaire de fenêtres"
+
--- tde-i18n-fr/messages/tdebase/kcmtdednssd.po.ORI 2013-05-11 21:14:32.762027927 +0200
+++ tde-i18n-fr/messages/tdebase/kcmtdednssd.po 2013-05-11 21:15:59.767319820 +0200
@@ -184,3 +184,7 @@
#~ msgid "Alt+I"
#~ msgstr "Alt+I"
+
+msgid "Enable &Zeroconf network browsing"
+msgstr "Activer le parcours du réseau avec Zeroconf"
+
--- tde-i18n-fr/messages/tdebase/kcmenergy.po.ORI 2013-05-11 21:18:10.672748597 +0200
+++ tde-i18n-fr/messages/tdebase/kcmenergy.po 2013-05-11 21:19:44.590902968 +0200
@@ -102,3 +102,10 @@
"Choisissez la période d'inactivité après laquelle l'affichage doit être éteint. "
"Ceci est le plus haut niveau d'économie d'énergie qui puisse être utilisé "
"lorsque l'écran est physiquement allumé."
+
+msgid "&Enable specific display power management"
+msgstr "&Activer la gestion spécifique de l'énergie"
+
+msgid "Configure KPowersave..."
+msgstr "Configurer KPowersave..."
+
--- tde-i18n-fr/messages/tdebase/tdeio_media.po.ORI 2013-05-11 21:43:21.810972521 +0200
+++ tde-i18n-fr/messages/tdebase/tdeio_media.po 2013-05-11 21:43:43.080556048 +0200
@@ -564,3 +564,7 @@
#: propsdlgplugin/propsdlgshareplugin.cpp:67
msgid "&Mounting"
msgstr "&Montage"
+
+msgid "Decrypt"
+msgstr "Décrypter"
+
--- tde-i18n-fr/messages/tdebase/kcmmedia.po.ORI 2013-05-11 21:52:54.856736846 +0200
+++ tde-i18n-fr/messages/tdebase/kcmmedia.po 2013-05-11 21:53:11.780404569 +0200
@@ -216,3 +216,10 @@
#, no-c-format
msgid "Command:"
msgstr "Commande :"
+
+msgid "Mount options"
+msgstr "Options de montage par défaut"
+
+msgid "Here you can specify default mount options for your storage media. Please note that some options are not supported for certain filesystems and/or medium. You will be able to redefine all these options on per-volume basis later, using Properties dialog of the corresponding volume.<br>\nSome of the options are tristate. Leave them \"undefined\" to let KDE choose the best value depending on your media."
+msgstr "Vous pouvez spécifier ici les options de montage par défaut pour les périphériques amovibles. Veuillez noter que certaines options ne sont pas supportées avec certains systèmes de fichiers ou médias. Vous pourrez redéfinir individuellement toutes ces options pour chaque média ultérieurement, en utilisant la boite de dialogue Propriétés sur ce média.<br>\nCertaines options ont 3 états. Laissez-les grisées pour laisser TDE choisir la meilleure valeur pour vous."
+
--- tde-i18n-fr/messages/tdebase/kcmkonq.po.ORI 2013-05-11 22:03:57.845711507 +0200
+++ tde-i18n-fr/messages/tdebase/kcmkonq.po 2013-05-11 22:07:46.429213872 +0200
@@ -64,6 +64,17 @@
"seule fenêtre. Quand cette option n'est pas cochée, tous les transferts "
"apparaissent dans des fenêtres séparées."
+msgid "Show archived &files as folders"
+msgstr "Afficher les fichiers &archives comme des dossiers"
+
+msgid ""
+"Checking this option will list archived"
+" files as folders when using tree view."
+
+msgstr ""
+"Si vous cochez cette option, tous les fichiers archives (ZIP, TAR ...)"
+" seront affichés comme des dossiers dans l'explorateur de fichiers."
+
#: behaviour.cpp:85
msgid "Show file &tips"
msgstr "Af&ficher les info-bulles des fichiers"
--- tde-i18n-fr/messages/tdebase/kcmkicker.po.ORI 2013-05-11 23:14:47.566479096 +0200
+++ tde-i18n-fr/messages/tdebase/kcmkicker.po 2013-05-11 23:29:07.733152080 +0200
@@ -1032,12 +1032,22 @@
"y configurer l'aspect et le comportement des poignées d'applets, la teinture de "
"la transparence et d'autres choses."
+
+msgid "Start menu style:"
+msgstr "Style de menu démarrer:"
+
+msgid "Trinity Classic"
+msgstr "Classique"
+
#. i18n: file menutab.ui line 27
#: rc.cpp:369
#, no-c-format
msgid "TDE Menu"
msgstr "Menu K"
+msgid "Open menu on mouse hover"
+msgstr "Ouvrir le menu au survol de la souris"
+
#. i18n: file menutab.ui line 49
#: rc.cpp:372
#, no-c-format
@@ -1122,6 +1126,15 @@
msgid "Show side ima&ge"
msgstr "Afficher le &bandeau latéral"
+msgid "Display text in TDE Menu button"
+msgstr "Afficher du texte sur le bouton TDE Menu"
+
+msgid "Text:"
+msgstr "Texte:"
+
+msgid "TDE Menu button icon:"
+msgstr "Icone du bouton TDE Menu:"
+
#. i18n: file menutab.ui line 126
#: rc.cpp:405
#, no-c-format
@@ -1281,6 +1300,42 @@
"Lorsque cette option est sélectionnée, la zone du menu « sous la main » "
"contiendra les applications les plus utilisées."
+msgid "Show T&ooltip"
+msgstr "Afficher les info-bulles"
+
+msgid "<qt>When this option is selected, a tooltip appears when hovering the mouse pointer over Application Launcher Menu items. Enabling this option also requires that tooltips are enabled in the Panels->Appearance configuration dialog."
+msgstr "<qt>Cette option affiche une info-bulle lorsque la souris survole les applications dans le menu de démarrage. Cette option nécessite que les bulles d'aide soient activées dans la rubrique Tableau de bords->Apparence"
+
+msgid "Recent Documents Menu"
+msgstr "Menus des documents récents"
+
+msgid "TDE Menu Search"
+msgstr "Menus de recherche"
+
+msgid "Show search field in TDE Menu"
+msgstr "Afficher le champ de recherche dans le menu K"
+
+msgid "Blur the background when transparency is enabled"
+msgstr "Flouter le fond d'écran lorsque la transparence est activée"
+
+msgid "When checked, the displayed semi-transparent background image will be blurred to reduce eyestrain"
+msgstr "Si vous cochez cette case, le fond d'écran semi-transparent sera flouté pour réduire la fatigue visuelle"
+
+msgid "Show resize handle on panels"
+msgstr "Afficher les poignées de redimensionnement"
+
+msgid "Enabling this option will show a resize handle on the resizable end of each panel."
+msgstr "Activer cette option affichera une poignée de redimensionnement à chaque extremité de chaque panneau."
+
+msgid "Use deep buttons"
+msgstr "Utiliser des textures profonds"
+
+msgid "Enabling this option will yield more highly textured panels."
+msgstr "Activer cette option affichera des panneaux davantage texturés."
+
+msgid "Enable icon activation effects"
+msgstr "Activer les effets d'activation des icones"
+
#. i18n: file positiontab.ui line 17
#: rc.cpp:464
#, no-c-format
--- tde-i18n-fr/messages/tdebase/ksmserver.po.ORI 2013-05-12 22:22:06.947460769 +0200
+++ tde-i18n-fr/messages/tdebase/ksmserver.po 2013-05-12 22:26:35.822041371 +0200
@@ -103,3 +103,39 @@
msgid "Saving your settings..."
msgstr "Enregistrement de vos paramètres ..."
+msgid "Would you like to turn off your computer?"
+msgstr "Souhaitez-vous éteindre votre ordinateur ?"
+
+msgid ""
+"This computer will turn off automatically\n"
+"after %1 seconds."
+msgstr ""
+"Cet ordinateur s'éteindra automatiquement\n"
+"dans %1 secondes."
+
+msgid "Would you like to reboot your computer?"
+msgstr "Souhaitez-vous redémarrer votre ordinateur ?"
+
+msgid "Would you like to reboot to \"%1\"?"
+msgstr "Voulez-vous redémarrer \"%1\" ?"
+
+msgid ""
+"This computer will reboot automatically\n"
+"after %1 seconds."
+msgstr ""
+"Cet ordinateur redémarrera automatiquement\n"
+"après %1 secondes."
+
+msgid "Would you like to end your current session?"
+msgstr "Souhaitez-vous fermer votre session ?"
+
+msgid ""
+"This session will end\n"
+"after %1 seconds automatically."
+msgstr ""
+"Cette session sera fermée automatiquement\n"
+"après %1 secondes."
+
+msgid "Confirm"
+msgstr "Confirmer"
+
--- tde-i18n-fr/messages/tdebase/kcmkonqhtml.po.ORI 2013-05-12 22:40:57.371286882 +0200
+++ tde-i18n-fr/messages/tdebase/kcmkonqhtml.po 2013-05-12 22:45:34.458496871 +0200
@@ -1546,3 +1546,21 @@
#, no-c-format
msgid "Use a&rtsdsp to pipe plugin sound through aRts"
msgstr "Utiliser « a&rtsdsp » pour rediriger le son du module vers aRts"
+
+msgid "Sm&ooth scrolling"
+msgstr "Déflilement fluide"
+
+msgid "Enabled"
+msgstr "Activé"
+
+msgid "Disabled"
+msgstr "Désactivé"
+
+msgid ""
+"Determines whether Konqueror should use smooth steps to scroll HTML pages, or whole steps:<br>"
+"<ul><li><b>Always</b>: Always use smooth steps when scrolling.</li>"
+"<li><b>Never</b>: Never use smooth scrolling, scroll with whole steps instead.</li>"
+msgstr ""
+"Détermine si Konqueror doit utiliser un défilement fluide des pages HTML, ou un défilement par étapes:<br>"
+"<ul><li><b>Toujours</b>: Toujours utiliser le défilement fluide.</li>"
+"<li><b>Jamais</b>: Ne jamais utiliser le défilement fluide, défiler pas par pas.</li>"
--- tde-i18n-fr/messages/tdebase/kcmkwm.po.ORI 2013-05-12 22:53:03.442689656 +0200
+++ tde-i18n-fr/messages/tdebase/kcmkwm.po 2013-05-12 23:06:59.007771110 +0200
@@ -1185,3 +1185,22 @@
msgstr ""
"<qt>La gestion de la transparence est récente et peut causer des problèmes, "
"<br> incluant des plantages (du moteur de transparence ou même de X).</qt>"
+
+msgid "Enable the Trinity window composition manager"
+msgstr "Activer le gestionnaire de composition de fenêtres de Trinity"
+
+msgid "Use shadows (standard effects should be disabled in the Styles module if this is checked)"
+msgstr "Utiliser les ombres (l'effet standard d'ombre doit être désactivé dans le menu Styles)"
+
+msgid "Base shadow size:"
+msgstr "Taille de base de l'ombre:"
+
+msgid "Active window shadow size multiplier:"
+msgstr "Multiplier la taille de l'ombre de la fenêtre active:"
+
+msgid "Dock shadow size multiplier:"
+msgstr "Multiplier la taille de l'ombre du dock:"
+
+msgid "Fade-in menus (requires menu fade effect to be disabled in the Styles module)"
+msgstr "Apparition progressive des menus (nécessite que l'apparition progressive soit désactivée dans le menu Styles)"
+
--- tde-i18n-fr/messages/tdebase/kcmscreensaver.po.ORI 2013-05-14 23:49:35.272995867 +0200
+++ tde-i18n-fr/messages/tdebase/kcmscreensaver.po 2013-05-15 00:00:03.074900231 +0200
@@ -338,3 +338,33 @@
#: scrnsave.cpp:470
msgid "Loading..."
msgstr "Chargement..."
+
+msgid "&Delay saver start after lock"
+msgstr "Retarder l'économiseur d'écran"
+
+msgid "When manually locking the screen, wait to start the screen saver until the configured start delay has elapsed."
+msgstr "Lors du verrouillage manuel de l'écran, attendre le délai indiqué pour démarrer l'économiseur d'écran."
+
+msgid "&Use Secure Attention Key"
+msgstr "Utiliser les touches de sécurité"
+
+msgid "Require Secure Attention Key prior to displaying the unlock dialog."
+msgstr "Exiger l'appui sur CTRL+ALT+SUPPR avant de demander le mot de passe."
+
+msgid "Use &legacy lock windows"
+msgstr "Utiliser l'ancienne fenêtre de verrouillage"
+
+msgid "Use old-style unmanaged X11 lock windows."
+msgstr "Utiliser l'ancienne fenêtre X11 de verrouillage, non gérée par Trinity."
+
+msgid "&Hide active windows from saver"
+msgstr "&Masquer les fenêtres actives"
+
+msgid "Hide all active windows from the screen saver and use the desktop background as the screen saver input."
+msgstr "Masquer toutes les fenêtres actives et afficher le fond d'écran lorsque l'économiseur d'écran est déclenché."
+
+msgid "&Vibrate unlock dialog box on failure"
+msgstr "&Vibrer en cas d'échec de déverrouillage"
+
+msgid "Makes the unlock dialog box vibrate when entering an incorrect password."
+msgstr "Faire vibrer la fenêtre de déverrouillage lorsqu'un mauvais mot de passe est saisi."
--- tde-i18n-fr/messages/tdebase/tdmconfig.po.ORI 2013-05-15 00:01:50.557981168 +0200
+++ tde-i18n-fr/messages/tdebase/tdmconfig.po 2013-05-15 00:03:54.685758336 +0200
@@ -895,3 +895,24 @@
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
msgstr "cousin@kde.org,caulier.gilles@free.fr,kde@macolu.org"
+
+msgid "Secure Attention Key"
+msgstr "Touches de sécurité"
+
+msgid "Enable Secure Attention Key"
+msgstr "Activer les touches de sécurité"
+
+msgid "Secure Attention Key support is not available on your system. Please check for the presence of evdev and uinput."
+msgstr "Le support des touches de sécurité n'est pas disponible sur votre système. Veuillez vérifier la présence de evdev et uinput."
+
+msgid "Here you can enable or disable the Secure Attention Key [SAK] anti-spoofing measure."
+msgstr "Vous pouvez activer ou désactiver les touches de sécurité, mesure anti-usurpation."
+
+msgid "Restart X-Server with session exit"
+msgstr "Redémarrer le serveur X après la fermeture de la session."
+
+msgid "Whether the login manager should restart the local X-Server after a session exit instead of resetting. Use this when the X-Server leaks memory, crashes the system on reset attempts, or otherwise exhibits display issues."
+msgstr "Spécifie si le gestionnaire de connexion doit redémarrer le serveur X local après une fermeture de session au lieu de le réinitialiser. Utilisez cette option si le serveur X a des problèmes de stabilité, d'affichage, ou des fuite mémoire."
+
+msgid "Allow &Root Login"
+msgstr "Autoriser la connexion en tant qu'utilisateur &Root"
--- tde-i18n-fr/messages/tdebase/kcmbackground.po.ORI 2013-05-15 20:43:56.647074858 +0200
+++ tde-i18n-fr/messages/tdebase/kcmbackground.po 2013-05-15 20:46:02.044250812 +0200
@@ -920,3 +920,9 @@
#, no-c-format
msgid "Move &Up"
msgstr "Mon&ter"
+
+msgid "Cross-fading background"
+msgstr "Affichage progressif du fond d'écran"
+
+msgid "Enables a smooth fading effect when changing background image."
+msgstr "Activer un effet de fondu lors du changement de fond d'écran."
--- tde-i18n-fr/messages/tdebase/kminipagerapplet.po.ORI 2013-05-17 21:28:37.998756359 +0200
+++ tde-i18n-fr/messages/tdebase/kminipagerapplet.po 2013-05-17 21:29:50.398145568 +0200
@@ -193,3 +193,6 @@
#, no-c-format
msgid "Show window icons in previews?"
msgstr "Afficher les icônes des fenêtres dans les aperçus ?"
+
+msgid "&Cycle on Wheel"
+msgstr "&Changer de bureau à la molette"

File diff suppressed because it is too large Load Diff

@ -0,0 +1,109 @@
ifndef _cdbs_bootstrap
_cdbs_scripts_path ?= /usr/lib/cdbs
_cdbs_rules_path ?= /usr/share/cdbs/1/rules
_cdbs_class_path ?= /usr/share/cdbs/1/class
endif
ifndef _cdbs_class_debian-qt-kde
_cdbs_class_debian-qt-kde := 1
# Note: This _must_ be included before autotools.mk, or it won't work.
common-configure-arch common-configure-indep:: debian/stamp-cvs-make
debian/stamp-cvs-make:
cp -Rp /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
$(MAKE) -C $(DEB_SRCDIR) -f admin/Makefile.common dist;
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
DEB_PATCHDIRS := debian/patches/common debian/patches
DEB_KDE_ENABLE_FINAL := yes
DEB_INSTALL_DOCS_ALL :=
DEB_DH_MAKESHLIBS_ARGS_ALL := -V
DEB_SHLIBDEPS_INCLUDE = $(foreach p,$(PACKAGES_WITH_LIBS),debian/$(p)/usr/lib)
ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
cdbs_treat_me_gently_arches := arm m68k alpha ppc64 armel armeb
ifeq (,$(filter $(DEB_HOST_ARCH_CPU),$(cdbs_treat_me_gently_arches)))
cdbs_kde_enable_final = $(if $(DEB_KDE_ENABLE_FINAL),--enable-final,)
else
cdbs_kde_enable_final =
endif
endif
common-build-arch:: debian/stamp-man-pages
debian/stamp-man-pages:
if ! test -d debian/man/out; then mkdir -p debian/man/out; fi
for f in $$(find debian/man -name '*.sgml'); do \
docbook-to-man $$f > debian/man/out/`basename $$f .sgml`.1; \
done
for f in $$(find debian/man -name '*.man'); do \
soelim -I debian/man $$f \
> debian/man/out/`basename $$f .man`.`head -n1 $$f | awk '{print $$NF}'`; \
done
touch debian/stamp-man-pages
common-binary-indep::
( set -e; \
tmpf=`mktemp debian/versions.XXXXXX`; \
perl debian/cdbs/versions.pl >$$tmpf; \
for p in $(DEB_INDEP_PACKAGES); do \
cat $$tmpf >>debian/$$p.substvars; \
done; \
rm -f $$tmpf )
common-binary-arch::
( set -e; \
tmpf=`mktemp debian/versions.XXXXXX`; \
perl debian/cdbs/versions.pl >$$tmpf; \
for p in $(DEB_ARCH_PACKAGES); do \
cat $$tmpf >>debian/$$p.substvars; \
done; \
rm -f $$tmpf )
clean::
rm -rf debian/man/out
-rmdir debian/man
rm -f debian/stamp-man-pages
rm -rf debian/shlibs-check
$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
if test -x /usr/bin/dh_desktop; then dh_desktop -p$(cdbs_curpkg) $(DEB_DH_DESKTOP_ARGS); fi
if test -e debian/$(cdbs_curpkg).lintian; then \
install -p -D -m644 debian/$(cdbs_curpkg).lintian \
debian/$(cdbs_curpkg)/usr/share/lintian/overrides/$(cdbs_curpkg); \
fi
if test -e debian/$(cdbs_curpkg).presubj; then \
install -p -D -m644 debian/$(cdbs_curpkg).presubj \
debian/$(cdbs_curpkg)/usr/share/bug/$(cdbs_curpkg)/presubj; \
fi
binary-install/$(DEB_SOURCE_PACKAGE)-doc-html::
set -e; \
for doc in `cd $(DEB_DESTDIR)/opt/trinity/share/doc/tde/HTML/en; find . -name index.docbook`; do \
pkg=$${doc%/index.docbook}; pkg=$${pkg#./}; \
echo Building $$pkg HTML docs...; \
mkdir -p $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \
cd $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \
/opt/trinity/bin/meinproc $(DEB_DESTDIR)/opt/trinity/share/doc/tde/HTML/en/$$pkg/index.docbook; \
done
for pkg in $(DOC_HTML_PRUNE) ; do \
rm -rf debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \
done
clean::
if test -n "$(DEB_KDE_CVS_MAKE)" && test -d $(DEB_SRCDIR); then \
cd $(DEB_SRCDIR); \
find . -name Makefile.in -print | \
xargs --no-run-if-empty rm -f; \
rm -f Makefile.am acinclude.m4 aclocal.m4 config.h.in \
configure configure.files configure.in stamp-h.in \
subdirs; \
fi
rm -f debian/stamp-cvs-make
endif

@ -0,0 +1,97 @@
# -*- mode: makefile; coding: utf-8 -*-
# Copyright © 2003 Christopher L Cheney <ccheney@debian.org>
# Description: A class for KDE packages; sets KDE environment variables, etc
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 2, or (at
# your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
# 02111-1307 USA.
_cdbs_scripts_path ?= /usr/lib/cdbs
_cdbs_rules_path ?= /usr/share/cdbs/1/rules
_cdbs_class_path ?= /usr/share/cdbs/1/class
ifndef _cdbs_class_kde
_cdbs_class_kde := 1
# for dh_icons
CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), debhelper (>= 5.0.7ubuntu4)
include $(_cdbs_rules_path)/buildcore.mk$(_cdbs_makefile_suffix)
ifdef _cdbs_tarball_dir
DEB_BUILDDIR = $(_cdbs_tarball_dir)/obj-$(DEB_BUILD_GNU_TYPE)
else
DEB_BUILDDIR = obj-$(DEB_BUILD_GNU_TYPE)
endif
include $(_cdbs_class_path)/autotools.mk$(_cdbs_makefile_suffix)
export kde_cgidir = \$${libdir}/cgi-bin
export kde_confdir = \$${sysconfdir}/trinity
export kde_htmldir = \$${datadir}/doc/tde/HTML
ifeq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
cdbs_kde_enable_final = $(if $(DEB_KDE_ENABLE_FINAL),--enable-final,)
endif
ifneq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
cdbs_kde_enable_final =
cdbs_kde_enable_debug = --enable-debug=yes
else
cdbs_kde_enable_debug = --disable-debug
endif
ifneq (,$(filter debug,$(DEB_BUILD_OPTIONS)))
cdbs_kde_enable_debug = --enable-debug=full
endif
cdbs_configure_flags += --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug)
DEB_AC_AUX_DIR = $(DEB_SRCDIR)/admin
DEB_CONFIGURE_INCLUDEDIR = "\$${prefix}/include/tde"
DEB_COMPRESS_EXCLUDE = .dcl .docbook -license .tag .sty .el
$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
if test -x /usr/bin/dh_icons; then dh_icons -p$(cdbs_curpkg) $(DEB_DH_ICONCACHE_ARGS); fi
cleanbuilddir::
-$(if $(call cdbs_streq,$(DEB_BUILDDIR),$(DEB_SRCDIR)),,rm -rf $(DEB_BUILDDIR))
common-build-arch common-build-indep:: debian/stamp-kde-apidox
debian/stamp-kde-apidox:
$(if $(DEB_KDE_APIDOX),+$(DEB_MAKE_INVOKE) apidox)
touch $@
common-install-prehook-impl::
mkdir -p po
-XGETTEXT=/usr/bin/kde-xgettext EXTRACTATTR=/opt/trinity/bin/extractattr sh $(DEB_SRCDIR)/admin/cvs.sh extract-messages
-for file in po/*pot; do \
sed "s/charset=CHARSET/charset=UTF-8/" -i $$file; \
done
common-install-arch common-install-indep:: common-install-kde-apidox
common-install-kde-apidox::
$(if $(DEB_KDE_APIDOX),+$(DEB_MAKE_INVOKE) install-apidox DESTDIR=$(DEB_DESTDIR))
clean::
rm -f debian/stamp-kde-apidox
rm -rf po/*.pot
# This is a convenience target for calling manually. It's not part of
# the build process.
buildprep: clean apply-patches
$(MAKE) -f admin/Makefile.common dist
debian/rules clean
endif

@ -0,0 +1,434 @@
kdbg-trinity (2.2.2-1) squeeze; urgency=low
* Initial Release for TDE
-- Slávek Banko <slavek.banko@axis.cz> Wed, 03 Jul 2013 01:55:45 +0200
kdbg (2.2.1-2) unstable; urgency=low
* Redone again relibtoolization making sure it uses latest automake.
(Closes: #577679)
-- Ana Beatriz Guerrero Lopez <ana@debian.org> 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 <ana@debian.org> 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 <ana@debian.org> 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 <ana@debian.org> 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 <ana@debian.org> 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 <ana@debian.org> 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 <ana@debian.org> 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 <ana@debian.org> Wed, 30 May 2007 01:13:37 +0100
kdbg (2.0.5-1) unstable; urgency=low
* New upstream release.
-- Ana Beatriz Guerrero Lopez <ana@debian.org> 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 <ana@debian.org> 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 <ana@ekaia.org> 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 <ana@ekaia.org> 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 <ana@ekaia.org> 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 <ana@ekaia.org> 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 <ana@ekaia.org> 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 <ana@ekaia.org> Tue, 6 Dec 2005 19:07:51 +0100
kdbg (2.0.0-1) unstable; urgency=low
* Adopted by Ana Beatriz Guerrero Lopez <anja_isbilia@yahoo.es>.
(Closes: #315336).
* New upstream release.
* Bumped standards-version to 3.6.2.
-- Ana Beatriz Guerrero Lopez <anja_isbilia@yahoo.es> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> Wed, 26 Jan 2005 12:44:28 +1100
kdbg (1.2.10-1) unstable; urgency=low
* New upstream bugfix release.
-- Ben Burton <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> Sun, 1 Dec 2002 15:29:49 +1100
kdbg (1.2.6-2) unstable; urgency=low
* Built with g++-3.2.
-- Ben Burton <benb@acm.org> Tue, 5 Nov 2002 20:09:30 +1100
kdbg (1.2.6-1) unstable; urgency=low
* New upstream release.
-- Ben Burton <benb@acm.org> Mon, 14 Oct 2002 08:06:01 +1000
kdbg (1.2.5-3) unstable; urgency=low
* Fixed doc-base link.
-- Ben Burton <benb@acm.org> Fri, 30 Aug 2002 17:20:28 +1000
kdbg (1.2.5-2) unstable; urgency=low
* Rebuilt for KDE3.
-- Ben Burton <benb@acm.org> Fri, 30 Aug 2002 08:28:58 +1000
kdbg (1.2.5-1) unstable; urgency=low
* New upstream release.
-- Ben Burton <benb@acm.org> Wed, 10 Apr 2002 14:05:38 +1000
kdbg (1.2.4-2) unstable; urgency=low
* Fixed KCmdLineArgs initialisation (closes: Bug#129681).
-- Ben Burton <benb@acm.org> Sun, 17 Feb 2002 19:32:01 +1100
kdbg (1.2.4-1) unstable; urgency=low
* New upstream release.
-- Ben Burton <benb@acm.org> Tue, 29 Jan 2002 16:17:45 +1100
kdbg (1.2.3-1) unstable; urgency=low
* New upstream release.
-- Ben Burton <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> Tue, 20 Nov 2001 01:15:36 -0600
kdbg (1.2.2-3) unstable; urgency=low
* No longer uses automake.
-- Ben Burton <benb@acm.org> Tue, 23 Oct 2001 10:42:24 -0500
kdbg (1.2.2-2) unstable; urgency=low
* Updated parameters for alpha build.
-- Ben Burton <benb@acm.org> Sun, 23 Sep 2001 23:07:01 -0500
kdbg (1.2.2-1) unstable; urgency=low
* New upstream release.
-- Ben Burton <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> Thu, 22 Feb 2001 12:12:25 -0600
kdbg (1.2.0-2) unstable; urgency=low
* Adopted by Ben Burton <benb@acm.org> (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 <benb@acm.org> Sat, 17 Feb 2001 11:05:10 -0600
kdbg (1.2.0-1) unstable; urgency=low
* New upstream release.
* Upload sponsored by Bradley Bell <btb@debian.org>
-- Mariusz Przygodzki <dune@home.pl> 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 <btb@debian.org>
-- Mariusz Przygodzki <dune@home.pl> Wed, 6 Dec 2000 22:38:22 +0100
Local variables:
mode: debian-changelog
End:

@ -0,0 +1,36 @@
Source: kdbg-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Build-Depends: debhelper (>= 5), quilt, cdbs, tdelibs4-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.

@ -0,0 +1,27 @@
This package was debianized by Mariusz Przygodzki <dune@home.pl> on
Wed, 6 Dec 2000 22:38:22 +0100.
Maintenance was taken over by Ben Burton <bab@debian.org> on
Sat, 17 Feb 2001 11:05:10 -0600.
Maintenance was taken over by Ana Beatriz Guerrero López
<ana@ekaia.org> on Tue, 30 Aug 2005 19:12:38 +0200
It was downloaded from http://sourceforge.net/projects/kdbg/.
Upstream Author: Johannes Sixt <j6t@kdbg.org>,
with help from many others
Copyright:
© 1998-2008 Johannes Sixt <j6t@kdbg.org>
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 <dune@home.pl>
© 2001-2005 Ben Burton <bab@debian.org>
© 2005-2009 Ana Beatriz Guerrero López <ana@ekaia.org>
and is licensed under the GPL v2, see above.

@ -0,0 +1,9 @@
Document: kdbg-trinity
Title: KDbg - User's Manual [Trinity]
Author: Johannes Sixt <Johannes.Sixt@telecom.at>
Abstract: KDbg is a front-end for gdb, the GNU debugger.
Section: Programming
Format: HTML
Index: /opt/trinity/share/doc/tde/HTML/en/kdbg/index.html
Files: /opt/trinity/share/doc/tde/HTML/en/kdbg/*.html

@ -0,0 +1,92 @@
.\" 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 <n> 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 TDE 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 TDE Help Centre.
Alternatively the HTML documentation can be viewed directly from
\fI/opt/trinity/share/doc/tde/HTML/<lang>/kdbg/\fP.
.SH AUTHOR
KDbg was written by Johannes Sixt <Johannes.Sixt@telecom.at>.
.br
This manual page was prepared by Ben Burton <bab@debian.org>
for the Debian GNU/Linux system (but may be used by others).

@ -0,0 +1,122 @@
/* XPM */
static char *kdbg[] = {
/* columns rows colors chars-per-pixel */
"32 32 84 1",
" c black",
". c #0C0D16",
"X c #10111D",
"o c #11111E",
"O c #151526",
"+ c #17182A",
"@ c #191A26",
"# c #18182C",
"$ c #1D1E33",
"% c #1E1C36",
"& c #22233D",
"* c #21243B",
"= c #23253C",
"- c #23253D",
"; c #272A3C",
": c #313928",
"> c #333A29",
", c #262843",
"< c #2A2B42",
"1 c #2A2C43",
"2 c #2A2D47",
"3 c #292B48",
"4 c #292B4C",
"5 c #2B2F4A",
"6 c #2B2F4B",
"7 c #2A2C4E",
"8 c #2C2F4D",
"9 c #2B2F50",
"0 c #2D2F57",
"q c #2E3153",
"w c #2E3154",
"e c #2E3254",
"r c #2E3256",
"t c #2F3256",
"y c #2E3059",
"u c #303359",
"i c #30345A",
"p c #31355C",
"a c #31355D",
"s c #313761",
"d c #353464",
"f c #323864",
"g c #343A6A",
"h c #353A6C",
"j c #363B6F",
"k c #363C70",
"l c #383E75",
"z c #3A3D75",
"x c #383F7A",
"c c #393F7C",
"v c #225025",
"b c #225425",
"n c #235926",
"m c #236828",
"M c #236F29",
"N c #247E2A",
"B c #3A4180",
"V c #3B4282",
"C c #3C4181",
"Z c #3E4181",
"A c #3C4385",
"S c #3D4488",
"D c #3E4589",
"F c #3E468D",
"G c #3F4793",
"H c #404790",
"J c #404894",
"K c #434C9E",
"L c #444DA1",
"P c #454DA4",
"I c #454EA6",
"U c #4751AE",
"Y c #4954B6",
"T c #4A55B8",
"R c #4B56BC",
"E c #4E5AC6",
"W c #4F5BCB",
"Q c #525FD5",
"! c #5462DD",
"~ c #5A69EF",
"^ c #24882B",
"/ c #25A32E",
"( c #CE0000",
") c None",
/* pixels */
"))))))))))))))))))))))))))))))))",
"))))))))))))))))))))))))))))))))",
"))))))))))))))))))))))))))))))))",
"))))))))))))))))))))))))))))))))",
"))))))))))) )))) )))))))))))",
")))()))))) vbv )) vbv ))))))()))",
"))))()))) nmMmn nmMmn ))))())))",
")))))())) mN^NmvvmN^Nm )))()))))",
"))))))()) M^/((((((/^M ))())))))",
")))))))() m((O4it,X((m )()))))))",
"))))))))( (>7kkkgfa*>( ())))))))",
")))) )))( ycBBBclhs- ())) ))))",
"))) ()(AFG((((xhs()( )))",
") )))( C(K(PPKG(c(t ())) )",
") )))))()%JL(YTYULJ(lfo)())))) )",
"))))))())dK(R(WERU(F(g&))())))))",
"))))))())C(YEQ(QE(PGB(q))())))))",
")))) ( )H(TW!~!WTPJB(y) ( ))))",
"))) )( H(YEQ!QEYPGB(a () )))",
")) ))())F(URE(ER(LFc(t))()) ))",
") )))())lH(U(TTUL(A(f3))())) )",
") )))))()0DJ(PPPKGD(ga$)())))) )",
")))))))( #c(F(JJFA(k(q. ()))))))",
"))))) ()(lcB((((hst()( )))))",
")))) )))(+sgkkhgfaq2.())) ))))",
")))) )))()(-iaaaiq81@()())) ))))",
")))) ))()))((55521;(()))()) ))))",
"))) )())))) (((((( )))))() )))",
"))) )()))))))) ))))))))() )))",
")) ())))))))))))))))))))))( ))",
")) ())))))))))))))))))))))))( ))",
"))))))))))))))))))))))))))))))))"
};

@ -0,0 +1,8 @@
?package(kdbg):\
needs="x11"\
section="Applications/Programming"\
hints="TDE,Debuggers"\
title="KDbg"\
longtitle="KDbg (graphical debugger interface)"\
command="/opt/trinity/bin/kdbg"\
icon="/opt/trinity/share/pixmaps/kdbg.xpm"

@ -0,0 +1,46 @@
#!/usr/bin/make -f
# -*- makefile -*-
#export DH_VERBOSE=1
DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde
DEB_CONFIGURE_MANDIR := /opt/trinity/share/man
DEB_CONFIGURE_PREFIX := /opt/trinity
DEB_CONFIGURE_INFODIR := /opt/trinity/share/info
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
&& echo xz || echo bzip2)
include /usr/share/cdbs/1/rules/debhelper.mk
include debian/cdbs/kde.mk
post-patches:: debian/stamp-bootstrap
debian/stamp-bootstrap:
dh_testdir
# Regenerate build system
! [ -f /usr/share/libtool/ltmain.sh ] || \
cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
! [ -f /usr/share/libtool/config/ltmain.sh ] || \
cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
autoreconf --install && automake -f && \
$(MAKE) -f admin/Makefile.common && \
touch debian/stamp-bootstrap
clean::
dh_testdir
rm -f debian/stamp-bootstrap
install/kdbg-trinity::
dh_testdir
dh_install debian/kdbg.xpm opt/trinity/share/pixmaps
dh_installman debian/kdbg.1
mkdir -p debian/kdbg-trinity/opt/trinity/share/man
mv debian/kdbg-trinity/usr/share/man/man1 debian/kdbg-trinity/opt/trinity/share/man/
rmdir debian/kdbg-trinity/usr/share/man

@ -0,0 +1,97 @@
# -*- mode: makefile; coding: utf-8 -*-
# Copyright © 2003 Christopher L Cheney <ccheney@debian.org>
# Description: A class for KDE packages; sets KDE environment variables, etc
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 2, or (at
# your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
# 02111-1307 USA.
_cdbs_scripts_path ?= /usr/lib/cdbs
_cdbs_rules_path ?= /usr/share/cdbs/1/rules
_cdbs_class_path ?= /usr/share/cdbs/1/class
ifndef _cdbs_class_kde
_cdbs_class_kde := 1
# for dh_icons
CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), debhelper (>= 5.0.7ubuntu4)
include $(_cdbs_rules_path)/buildcore.mk$(_cdbs_makefile_suffix)
ifdef _cdbs_tarball_dir
DEB_BUILDDIR = $(_cdbs_tarball_dir)/obj-$(DEB_BUILD_GNU_TYPE)
else
DEB_BUILDDIR = obj-$(DEB_BUILD_GNU_TYPE)
endif
include $(_cdbs_class_path)/autotools.mk$(_cdbs_makefile_suffix)
export kde_cgidir = \$${libdir}/cgi-bin
export kde_confdir = \$${sysconfdir}/trinity
export kde_htmldir = \$${datadir}/doc/tde/HTML
ifeq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
cdbs_kde_enable_final = $(if $(DEB_KDE_ENABLE_FINAL),--enable-final,)
endif
ifneq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
cdbs_kde_enable_final =
cdbs_kde_enable_debug = --enable-debug=yes
else
cdbs_kde_enable_debug = --disable-debug
endif
ifneq (,$(filter debug,$(DEB_BUILD_OPTIONS)))
cdbs_kde_enable_debug = --enable-debug=full
endif
cdbs_configure_flags += --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug)
DEB_AC_AUX_DIR = $(DEB_SRCDIR)/admin
DEB_CONFIGURE_INCLUDEDIR = "\$${prefix}/include/tde"
DEB_COMPRESS_EXCLUDE = .dcl .docbook -license .tag .sty .el
$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
if test -x /usr/bin/dh_icons; then dh_icons -p$(cdbs_curpkg) $(DEB_DH_ICONCACHE_ARGS); fi
cleanbuilddir::
-$(if $(call cdbs_streq,$(DEB_BUILDDIR),$(DEB_SRCDIR)),,rm -rf $(DEB_BUILDDIR))
common-build-arch common-build-indep:: debian/stamp-kde-apidox
debian/stamp-kde-apidox:
$(if $(DEB_KDE_APIDOX),+$(DEB_MAKE_INVOKE) apidox)
touch $@
common-install-prehook-impl::
mkdir -p po
-XGETTEXT=/usr/bin/kde-xgettext EXTRACTATTR=/opt/trinity/bin/extractattr sh $(DEB_SRCDIR)/admin/cvs.sh extract-messages
-for file in po/*pot; do \
sed "s/charset=CHARSET/charset=UTF-8/" -i $$file; \
done
common-install-arch common-install-indep:: common-install-kde-apidox
common-install-kde-apidox::
$(if $(DEB_KDE_APIDOX),+$(DEB_MAKE_INVOKE) install-apidox DESTDIR=$(DEB_DESTDIR))
clean::
rm -f debian/stamp-kde-apidox
rm -rf po/*.pot
# This is a convenience target for calling manually. It's not part of
# the build process.
buildprep: clean apply-patches
$(MAKE) -f admin/Makefile.common dist
debian/rules clean
endif

@ -1,4 +1,4 @@
kpowersave-nohal-trinity (0.7.3-0ubuntu3) karmic; urgency=low
tdepowersave-trinity (0.7.3-0ubuntu3) karmic; urgency=low
* Karmic rebuild

@ -1,4 +1,4 @@
Source: kpowersave-nohal-trinity
Source: tdepowersave-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
@ -8,10 +8,10 @@ Build-Conflicts: autoconf2.13
Standards-Version: 3.8.4
Homepage: http://sourceforge.net/projects/powersave/
Package: kpowersave-nohal-trinity
Package: tdepowersave-trinity
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: kpowersave-trinity
Conflicts: kpowersave-trinity, kpowersave-nohal-trinity
Description: Power management applet for Trinity
KPowersave is a TDE systray applet which allows to control the power
management settings and policies of your computer.

@ -2,7 +2,7 @@
set -e
package_name=kpowersave-nohal-trinity
package_name=tdepowersave-trinity
if [ -z "$package_name" ]; then
print >&2 "Internal Error. Please report a bug."

@ -2,7 +2,7 @@
set -e
package_name=kpowersave-nohal-trinity
package_name=tdepowersave-trinity
if [ -z "$package_name" ]; then
print >&2 "Internal Error. Please report a bug."

@ -30,8 +30,8 @@ debian/stamp-bootstrap:
touch debian/stamp-bootstrap
install/kpowersave::
install -p -D -m644 debian/kpowersave-nohal-trinity.lintian debian/kpowersave/opt/trinity/share/lintian/overrides/kpowersave
install -p -D -m644 debian/kpowersave-nohal-trinity.linda debian/kpowersave/opt/trinity/share/linda/overrides/kpowersave
install -p -D -m644 debian/tdepowersave-trinity.lintian debian/kpowersave/opt/trinity/share/lintian/overrides/kpowersave
install -p -D -m644 debian/tdepowersave-trinity.linda debian/kpowersave/opt/trinity/share/linda/overrides/kpowersave
clean::
find . -name Makefile.in | xargs rm -f

@ -1187,3 +1187,9 @@ Architecture: all
Depends: tde-guidance-powermanager-trinity
Conflicts: kde-guidance-powermanager-trinity (< 4:13.9.9)
Description: Transitional dummy package. This can be safely removed after your TDE upgrade has completed.
Package: kpowersave-nohal-trinity
Architecture: all
Depends: tdepowersave-trinity
Conflicts: kpowersave-nohal-trinity (< 4:13.9.9)
Description: Transitional dummy package. This can be safely removed after your TDE upgrade has completed.

@ -0,0 +1,86 @@
# -*- mode: makefile; coding: utf-8 -*-
# Copyright © 2002,2003 Colin Walters <walters@debian.org>
# Description: Defines some useful variables, but no rules
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 2, or (at
# your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
# 02111-1307 USA.
_cdbs_scripts_path ?= /usr/lib/cdbs
_cdbs_rules_path ?= /usr/share/cdbs/1/rules
_cdbs_class_path ?= /usr/share/cdbs/1/class
ifndef _cdbs_rules_buildvars
_cdbs_rules_buildvars = 1
CDBS_VERSION = something
# Common useful variables
DEB_SOURCE_PACKAGE := $(strip $(shell egrep '^Source: ' debian/control | cut -f 2 -d ':'))
DEB_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ')
DEB_NOEPOCH_VERSION := $(shell echo $(DEB_VERSION) | cut -d: -f2-)
DEB_UPSTREAM_VERSION := $(shell echo $(DEB_NOEPOCH_VERSION) | sed 's/-[^-]*$$//')
DEB_ISNATIVE := $(shell dpkg-parsechangelog | egrep '^Version:' | perl -ne 'print if not /^Version:\s*.*-/;')
# Split into arch/indep packages
ifneq ($(DEB_INDEP_PACKAGES),cdbs)
DEB_INDEP_PACKAGES := $(filter-out $(DONT_BUILD), $(strip $(shell $(_cdbs_scripts_path)/list-packages indep)))
DEB_ARCH_PACKAGES := $(filter-out $(DONT_BUILD), $(filter-out $(DEB_INDEP_PACKAGES),$(strip $(shell $(_cdbs_scripts_path)/list-packages same))))
endif
# Split into normal and udeb packages
ifeq ($(DEB_UDEB_PACKAGES),)
DEB_PACKAGES = $(filter-out $(DONT_BUILD), $(filter-out %-udeb, $(DEB_ARCH_PACKAGES) $(DEB_INDEP_PACKAGES)))
DEB_UDEB_PACKAGES = $(filter-out $(DONT_BUILD),$(filter %-udeb, $(DEB_ARCH_PACKAGES) $(DEB_INDEP_PACKAGES)))
else
DEB_PACKAGES = $(filter-out $(DONT_BUILD), $(filter-out $(DEB_UDEB_PACKAGES), $(DEB_ARCH_PACKAGES) $(DEB_INDEP_PACKAGES)))
endif
# Too much bother for now. If someone complains we'll fix it.
#DEB_ARCH_UDEB_PACKAGES = $(filter %-udeb, $(DEB_ARCH_PACKAGES))
#DEB_INDEP_UDEB_PACKAGES = $(filter %-udeb, $(DEB_INDEP_PACKAGES))
# A handy list of every package, udeb or not
DEB_ALL_PACKAGES = $(filter-out $(DONT_BUILD),$(DEB_PACKAGES) $(DEB_UDEB_PACKAGES))
DEB_INDEP_REGULAR_PACKAGES = $(filter-out $(DONT_BUILD), $(filter-out $(DEB_UDEB_PACKAGES),$(DEB_INDEP_PACKAGES)))
DEB_ARCH_REGULAR_PACKAGES = $(filter-out $(DONT_BUILD), $(filter-out $(DEB_UDEB_PACKAGES),$(DEB_ARCH_PACKAGES)))
DEB_DBG_PACKAGES = $(filter-out $(DONT_BUILD), $(filter %-dbg, $(DEB_ARCH_PACKAGES) $(DEB_INDEP_PACKAGES)))
# Some support for srcdir != builddir builds.
# These are relative to the root of the package
DEB_SRCDIR ?= .
DEB_BUILDDIR ?= $(strip $(DEB_SRCDIR))
# Miscellaneous bits
DEB_ARCH = $(shell dpkg --print-architecture)
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_HOST_GNU_SYSTEM ?= $(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM)
DEB_HOST_GNU_CPU ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
DEB_BUILD_GNU_SYSTEM ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_SYSTEM)
DEB_BUILD_GNU_CPU ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_CPU)
DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
DEB_BUILD_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH_CPU)
DEB_BUILD_ARCH_OS ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)
ifeq ($(words $(DEB_ALL_PACKAGES)),1)
DEB_DESTDIR = $(CURDIR)/debian/$(strip $(DEB_ALL_PACKAGES))/
else
DEB_DESTDIR = $(CURDIR)/debian/tmp/
endif
CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), cdbs (>= 0.4.23-1.1)
endif

@ -0,0 +1,109 @@
ifndef _cdbs_bootstrap
_cdbs_scripts_path ?= /usr/lib/cdbs
_cdbs_rules_path ?= /usr/share/cdbs/1/rules
_cdbs_class_path ?= /usr/share/cdbs/1/class
endif
ifndef _cdbs_class_debian-qt-kde
_cdbs_class_debian-qt-kde := 1
# Note: This _must_ be included before autotools.mk, or it won't work.
common-configure-arch common-configure-indep:: debian/stamp-cvs-make
debian/stamp-cvs-make:
cp -Rp /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
$(MAKE) -C $(DEB_SRCDIR) -f admin/Makefile.common dist;
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
DEB_PATCHDIRS := debian/patches/common debian/patches
DEB_KDE_ENABLE_FINAL := yes
DEB_INSTALL_DOCS_ALL :=
DEB_DH_MAKESHLIBS_ARGS_ALL := -V
DEB_SHLIBDEPS_INCLUDE = $(foreach p,$(PACKAGES_WITH_LIBS),debian/$(p)/usr/lib)
ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
cdbs_treat_me_gently_arches := arm m68k alpha ppc64 armel armeb
ifeq (,$(filter $(DEB_HOST_ARCH_CPU),$(cdbs_treat_me_gently_arches)))
cdbs_kde_enable_final = $(if $(DEB_KDE_ENABLE_FINAL),--enable-final,)
else
cdbs_kde_enable_final =
endif
endif
common-build-arch:: debian/stamp-man-pages
debian/stamp-man-pages:
if ! test -d debian/man/out; then mkdir -p debian/man/out; fi
for f in $$(find debian/man -name '*.sgml'); do \
docbook-to-man $$f > debian/man/out/`basename $$f .sgml`.1; \
done
for f in $$(find debian/man -name '*.man'); do \
soelim -I debian/man $$f \
> debian/man/out/`basename $$f .man`.`head -n1 $$f | awk '{print $$NF}'`; \
done
touch debian/stamp-man-pages
common-binary-indep::
( set -e; \
tmpf=`mktemp debian/versions.XXXXXX`; \
perl debian/cdbs/versions.pl >$$tmpf; \
for p in $(DEB_INDEP_PACKAGES); do \
cat $$tmpf >>debian/$$p.substvars; \
done; \
rm -f $$tmpf )
common-binary-arch::
( set -e; \
tmpf=`mktemp debian/versions.XXXXXX`; \
perl debian/cdbs/versions.pl >$$tmpf; \
for p in $(DEB_ARCH_PACKAGES); do \
cat $$tmpf >>debian/$$p.substvars; \
done; \
rm -f $$tmpf )
clean::
rm -rf debian/man/out
-rmdir debian/man
rm -f debian/stamp-man-pages
rm -rf debian/shlibs-check
$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
if test -x /usr/bin/dh_desktop; then dh_desktop -p$(cdbs_curpkg) $(DEB_DH_DESKTOP_ARGS); fi
if test -e debian/$(cdbs_curpkg).lintian; then \
install -p -D -m644 debian/$(cdbs_curpkg).lintian \
debian/$(cdbs_curpkg)/usr/share/lintian/overrides/$(cdbs_curpkg); \
fi
if test -e debian/$(cdbs_curpkg).presubj; then \
install -p -D -m644 debian/$(cdbs_curpkg).presubj \
debian/$(cdbs_curpkg)/usr/share/bug/$(cdbs_curpkg)/presubj; \
fi
binary-install/$(DEB_SOURCE_PACKAGE)-doc-html::
set -e; \
for doc in `cd $(DEB_DESTDIR)/opt/trinity/share/doc/tde/HTML/en; find . -name index.docbook`; do \
pkg=$${doc%/index.docbook}; pkg=$${pkg#./}; \
echo Building $$pkg HTML docs...; \
mkdir -p $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \
cd $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \
/opt/trinity/bin/meinproc $(DEB_DESTDIR)/opt/trinity/share/doc/tde/HTML/en/$$pkg/index.docbook; \
done
for pkg in $(DOC_HTML_PRUNE) ; do \
rm -rf debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \
done
clean::
if test -n "$(DEB_KDE_CVS_MAKE)" && test -d $(DEB_SRCDIR); then \
cd $(DEB_SRCDIR); \
find . -name Makefile.in -print | \
xargs --no-run-if-empty rm -f; \
rm -f Makefile.am acinclude.m4 aclocal.m4 config.h.in \
configure configure.files configure.in stamp-h.in \
subdirs; \
fi
rm -f debian/stamp-cvs-make
endif

@ -0,0 +1,97 @@
# -*- mode: makefile; coding: utf-8 -*-
# Copyright © 2003 Christopher L Cheney <ccheney@debian.org>
# Description: A class for KDE packages; sets KDE environment variables, etc
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 2, or (at
# your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
# 02111-1307 USA.
_cdbs_scripts_path ?= /usr/lib/cdbs
_cdbs_rules_path ?= /usr/share/cdbs/1/rules
_cdbs_class_path ?= /usr/share/cdbs/1/class
ifndef _cdbs_class_kde
_cdbs_class_kde := 1
# for dh_icons
CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), debhelper (>= 5.0.7ubuntu4)
include $(_cdbs_rules_path)/buildcore.mk$(_cdbs_makefile_suffix)
ifdef _cdbs_tarball_dir
DEB_BUILDDIR = $(_cdbs_tarball_dir)/obj-$(DEB_BUILD_GNU_TYPE)
else
DEB_BUILDDIR = obj-$(DEB_BUILD_GNU_TYPE)
endif
include $(_cdbs_class_path)/autotools.mk$(_cdbs_makefile_suffix)
export kde_cgidir = \$${libdir}/cgi-bin
export kde_confdir = \$${sysconfdir}/trinity
export kde_htmldir = \$${datadir}/doc/tde/HTML
ifeq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
cdbs_kde_enable_final = $(if $(DEB_KDE_ENABLE_FINAL),--enable-final,)
endif
ifneq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
cdbs_kde_enable_final =
cdbs_kde_enable_debug = --enable-debug=yes
else
cdbs_kde_enable_debug = --disable-debug
endif
ifneq (,$(filter debug,$(DEB_BUILD_OPTIONS)))
cdbs_kde_enable_debug = --enable-debug=full
endif
cdbs_configure_flags += --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug)
DEB_AC_AUX_DIR = $(DEB_SRCDIR)/admin
DEB_CONFIGURE_INCLUDEDIR = "\$${prefix}/include/tde"
DEB_COMPRESS_EXCLUDE = .dcl .docbook -license .tag .sty .el
$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
if test -x /usr/bin/dh_icons; then dh_icons -p$(cdbs_curpkg) $(DEB_DH_ICONCACHE_ARGS); fi
cleanbuilddir::
-$(if $(call cdbs_streq,$(DEB_BUILDDIR),$(DEB_SRCDIR)),,rm -rf $(DEB_BUILDDIR))
common-build-arch common-build-indep:: debian/stamp-kde-apidox
debian/stamp-kde-apidox:
$(if $(DEB_KDE_APIDOX),+$(DEB_MAKE_INVOKE) apidox)
touch $@
common-install-prehook-impl::
mkdir -p po
-XGETTEXT=/usr/bin/kde-xgettext EXTRACTATTR=/opt/trinity/bin/extractattr sh $(DEB_SRCDIR)/admin/cvs.sh extract-messages
-for file in po/*pot; do \
sed "s/charset=CHARSET/charset=UTF-8/" -i $$file; \
done
common-install-arch common-install-indep:: common-install-kde-apidox
common-install-kde-apidox::
$(if $(DEB_KDE_APIDOX),+$(DEB_MAKE_INVOKE) install-apidox DESTDIR=$(DEB_DESTDIR))
clean::
rm -f debian/stamp-kde-apidox
rm -rf po/*.pot
# This is a convenience target for calling manually. It's not part of
# the build process.
buildprep: clean apply-patches
$(MAKE) -f admin/Makefile.common dist
debian/rules clean
endif

@ -0,0 +1,29 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -0,0 +1,19 @@
#!/usr/bin/env perl
use strict;
use warnings;
my $version = `dpkg-parsechangelog | awk '/^Version/ {print \$2}'`;
my ($version3, $version3_next);
my ($version2, $version2_next);
($version3 = $version) =~ s/^(([^.]+\.){2}[^.+~-]+)[.+~-]?[^-]*-[^-]+$/$1/;
($version2 = $version3) =~ s/\.[^.]+$//;
($version3_next = $version3) =~ s/(?<=\.)(\d+)[a-z]?$/($1+1)/e;
($version2_next = $version2) =~ s/(?<=\.)(\d+)$/($1+1)/e;
print "KDE-Version3=$version3\n";
print "KDE-Version2=$version2\n";
print "KDE-Next-Version3=$version3_next\n";
print "KDE-Next-Version2=$version2_next\n";

@ -0,0 +1,434 @@
kdbg-trinity (2.2.2-1) squeeze; urgency=low
* Initial Release for TDE
-- Slávek Banko <slavek.banko@axis.cz> Wed, 03 Jul 2013 01:55:45 +0200
kdbg (2.2.1-2) unstable; urgency=low
* Redone again relibtoolization making sure it uses latest automake.
(Closes: #577679)
-- Ana Beatriz Guerrero Lopez <ana@debian.org> 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 <ana@debian.org> 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 <ana@debian.org> 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 <ana@debian.org> 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 <ana@debian.org> 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 <ana@debian.org> 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 <ana@debian.org> 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 <ana@debian.org> Wed, 30 May 2007 01:13:37 +0100
kdbg (2.0.5-1) unstable; urgency=low
* New upstream release.
-- Ana Beatriz Guerrero Lopez <ana@debian.org> 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 <ana@debian.org> 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 <ana@ekaia.org> 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 <ana@ekaia.org> 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 <ana@ekaia.org> 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 <ana@ekaia.org> 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 <ana@ekaia.org> 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 <ana@ekaia.org> Tue, 6 Dec 2005 19:07:51 +0100
kdbg (2.0.0-1) unstable; urgency=low
* Adopted by Ana Beatriz Guerrero Lopez <anja_isbilia@yahoo.es>.
(Closes: #315336).
* New upstream release.
* Bumped standards-version to 3.6.2.
-- Ana Beatriz Guerrero Lopez <anja_isbilia@yahoo.es> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> Wed, 26 Jan 2005 12:44:28 +1100
kdbg (1.2.10-1) unstable; urgency=low
* New upstream bugfix release.
-- Ben Burton <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> Sun, 1 Dec 2002 15:29:49 +1100
kdbg (1.2.6-2) unstable; urgency=low
* Built with g++-3.2.
-- Ben Burton <benb@acm.org> Tue, 5 Nov 2002 20:09:30 +1100
kdbg (1.2.6-1) unstable; urgency=low
* New upstream release.
-- Ben Burton <benb@acm.org> Mon, 14 Oct 2002 08:06:01 +1000
kdbg (1.2.5-3) unstable; urgency=low
* Fixed doc-base link.
-- Ben Burton <benb@acm.org> Fri, 30 Aug 2002 17:20:28 +1000
kdbg (1.2.5-2) unstable; urgency=low
* Rebuilt for KDE3.
-- Ben Burton <benb@acm.org> Fri, 30 Aug 2002 08:28:58 +1000
kdbg (1.2.5-1) unstable; urgency=low
* New upstream release.
-- Ben Burton <benb@acm.org> Wed, 10 Apr 2002 14:05:38 +1000
kdbg (1.2.4-2) unstable; urgency=low
* Fixed KCmdLineArgs initialisation (closes: Bug#129681).
-- Ben Burton <benb@acm.org> Sun, 17 Feb 2002 19:32:01 +1100
kdbg (1.2.4-1) unstable; urgency=low
* New upstream release.
-- Ben Burton <benb@acm.org> Tue, 29 Jan 2002 16:17:45 +1100
kdbg (1.2.3-1) unstable; urgency=low
* New upstream release.
-- Ben Burton <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> Tue, 20 Nov 2001 01:15:36 -0600
kdbg (1.2.2-3) unstable; urgency=low
* No longer uses automake.
-- Ben Burton <benb@acm.org> Tue, 23 Oct 2001 10:42:24 -0500
kdbg (1.2.2-2) unstable; urgency=low
* Updated parameters for alpha build.
-- Ben Burton <benb@acm.org> Sun, 23 Sep 2001 23:07:01 -0500
kdbg (1.2.2-1) unstable; urgency=low
* New upstream release.
-- Ben Burton <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> Thu, 22 Feb 2001 12:12:25 -0600
kdbg (1.2.0-2) unstable; urgency=low
* Adopted by Ben Burton <benb@acm.org> (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 <benb@acm.org> Sat, 17 Feb 2001 11:05:10 -0600
kdbg (1.2.0-1) unstable; urgency=low
* New upstream release.
* Upload sponsored by Bradley Bell <btb@debian.org>
-- Mariusz Przygodzki <dune@home.pl> 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 <btb@debian.org>
-- Mariusz Przygodzki <dune@home.pl> Wed, 6 Dec 2000 22:38:22 +0100
Local variables:
mode: debian-changelog
End:

@ -0,0 +1,36 @@
Source: kdbg-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Build-Depends: debhelper (>= 5), quilt, cdbs, tdelibs4-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.

@ -0,0 +1,27 @@
This package was debianized by Mariusz Przygodzki <dune@home.pl> on
Wed, 6 Dec 2000 22:38:22 +0100.
Maintenance was taken over by Ben Burton <bab@debian.org> on
Sat, 17 Feb 2001 11:05:10 -0600.
Maintenance was taken over by Ana Beatriz Guerrero López
<ana@ekaia.org> on Tue, 30 Aug 2005 19:12:38 +0200
It was downloaded from http://sourceforge.net/projects/kdbg/.
Upstream Author: Johannes Sixt <j6t@kdbg.org>,
with help from many others
Copyright:
© 1998-2008 Johannes Sixt <j6t@kdbg.org>
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 <dune@home.pl>
© 2001-2005 Ben Burton <bab@debian.org>
© 2005-2009 Ana Beatriz Guerrero López <ana@ekaia.org>
and is licensed under the GPL v2, see above.

@ -0,0 +1,9 @@
Document: kdbg-trinity
Title: KDbg - User's Manual [Trinity]
Author: Johannes Sixt <Johannes.Sixt@telecom.at>
Abstract: KDbg is a front-end for gdb, the GNU debugger.
Section: Programming
Format: HTML
Index: /opt/trinity/share/doc/tde/HTML/en/kdbg/index.html
Files: /opt/trinity/share/doc/tde/HTML/en/kdbg/*.html

@ -0,0 +1,92 @@
.\" 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 <n> 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 TDE 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 TDE Help Centre.
Alternatively the HTML documentation can be viewed directly from
\fI/opt/trinity/share/doc/tde/HTML/<lang>/kdbg/\fP.
.SH AUTHOR
KDbg was written by Johannes Sixt <Johannes.Sixt@telecom.at>.
.br
This manual page was prepared by Ben Burton <bab@debian.org>
for the Debian GNU/Linux system (but may be used by others).

@ -0,0 +1,122 @@
/* XPM */
static char *kdbg[] = {
/* columns rows colors chars-per-pixel */
"32 32 84 1",
" c black",
". c #0C0D16",
"X c #10111D",
"o c #11111E",
"O c #151526",
"+ c #17182A",
"@ c #191A26",
"# c #18182C",
"$ c #1D1E33",
"% c #1E1C36",
"& c #22233D",
"* c #21243B",
"= c #23253C",
"- c #23253D",
"; c #272A3C",
": c #313928",
"> c #333A29",
", c #262843",
"< c #2A2B42",
"1 c #2A2C43",
"2 c #2A2D47",
"3 c #292B48",
"4 c #292B4C",
"5 c #2B2F4A",
"6 c #2B2F4B",
"7 c #2A2C4E",
"8 c #2C2F4D",
"9 c #2B2F50",
"0 c #2D2F57",
"q c #2E3153",
"w c #2E3154",
"e c #2E3254",
"r c #2E3256",
"t c #2F3256",
"y c #2E3059",
"u c #303359",
"i c #30345A",
"p c #31355C",
"a c #31355D",
"s c #313761",
"d c #353464",
"f c #323864",
"g c #343A6A",
"h c #353A6C",
"j c #363B6F",
"k c #363C70",
"l c #383E75",
"z c #3A3D75",
"x c #383F7A",
"c c #393F7C",
"v c #225025",
"b c #225425",
"n c #235926",
"m c #236828",
"M c #236F29",
"N c #247E2A",
"B c #3A4180",
"V c #3B4282",
"C c #3C4181",
"Z c #3E4181",
"A c #3C4385",
"S c #3D4488",
"D c #3E4589",
"F c #3E468D",
"G c #3F4793",
"H c #404790",
"J c #404894",
"K c #434C9E",
"L c #444DA1",
"P c #454DA4",
"I c #454EA6",
"U c #4751AE",
"Y c #4954B6",
"T c #4A55B8",
"R c #4B56BC",
"E c #4E5AC6",
"W c #4F5BCB",
"Q c #525FD5",
"! c #5462DD",
"~ c #5A69EF",
"^ c #24882B",
"/ c #25A32E",
"( c #CE0000",
") c None",
/* pixels */
"))))))))))))))))))))))))))))))))",
"))))))))))))))))))))))))))))))))",
"))))))))))))))))))))))))))))))))",
"))))))))))))))))))))))))))))))))",
"))))))))))) )))) )))))))))))",
")))()))))) vbv )) vbv ))))))()))",
"))))()))) nmMmn nmMmn ))))())))",
")))))())) mN^NmvvmN^Nm )))()))))",
"))))))()) M^/((((((/^M ))())))))",
")))))))() m((O4it,X((m )()))))))",
"))))))))( (>7kkkgfa*>( ())))))))",
")))) )))( ycBBBclhs- ())) ))))",
"))) ()(AFG((((xhs()( )))",
") )))( C(K(PPKG(c(t ())) )",
") )))))()%JL(YTYULJ(lfo)())))) )",
"))))))())dK(R(WERU(F(g&))())))))",
"))))))())C(YEQ(QE(PGB(q))())))))",
")))) ( )H(TW!~!WTPJB(y) ( ))))",
"))) )( H(YEQ!QEYPGB(a () )))",
")) ))())F(URE(ER(LFc(t))()) ))",
") )))())lH(U(TTUL(A(f3))())) )",
") )))))()0DJ(PPPKGD(ga$)())))) )",
")))))))( #c(F(JJFA(k(q. ()))))))",
"))))) ()(lcB((((hst()( )))))",
")))) )))(+sgkkhgfaq2.())) ))))",
")))) )))()(-iaaaiq81@()())) ))))",
")))) ))()))((55521;(()))()) ))))",
"))) )())))) (((((( )))))() )))",
"))) )()))))))) ))))))))() )))",
")) ())))))))))))))))))))))( ))",
")) ())))))))))))))))))))))))( ))",
"))))))))))))))))))))))))))))))))"
};

@ -0,0 +1,8 @@
?package(kdbg):\
needs="x11"\
section="Applications/Programming"\
hints="TDE,Debuggers"\
title="KDbg"\
longtitle="KDbg (graphical debugger interface)"\
command="/opt/trinity/bin/kdbg"\
icon="/opt/trinity/share/pixmaps/kdbg.xpm"

@ -0,0 +1,46 @@
#!/usr/bin/make -f
# -*- makefile -*-
#export DH_VERBOSE=1
DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde
DEB_CONFIGURE_MANDIR := /opt/trinity/share/man
DEB_CONFIGURE_PREFIX := /opt/trinity
DEB_CONFIGURE_INFODIR := /opt/trinity/share/info
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
&& echo xz || echo bzip2)
include /usr/share/cdbs/1/rules/debhelper.mk
include debian/cdbs/kde.mk
post-patches:: debian/stamp-bootstrap
debian/stamp-bootstrap:
dh_testdir
# Regenerate build system
! [ -f /usr/share/libtool/ltmain.sh ] || \
cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
! [ -f /usr/share/libtool/config/ltmain.sh ] || \
cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
autoreconf --install && automake -f && \
$(MAKE) -f admin/Makefile.common && \
touch debian/stamp-bootstrap
clean::
dh_testdir
rm -f debian/stamp-bootstrap
install/kdbg-trinity::
dh_testdir
dh_install debian/kdbg.xpm opt/trinity/share/pixmaps
dh_installman debian/kdbg.1
mkdir -p debian/kdbg-trinity/opt/trinity/share/man
mv debian/kdbg-trinity/usr/share/man/man1 debian/kdbg-trinity/opt/trinity/share/man/
rmdir debian/kdbg-trinity/usr/share/man

@ -0,0 +1,6 @@
# Use xz instead of gzip
compression = "xz"
compression-level = 9
# Don't run differences
diff-ignore = .*

@ -1,6 +0,0 @@
kpowersave-nohal-trinity (0.7.3-0ubuntu3) karmic; urgency=low
* Karmic rebuild
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Thu, 02 July 2009 16:08:00 -0600

@ -1,42 +0,0 @@
Source: kpowersave-nohal-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: Michael Biebl <biebl@debian.org>
Build-Depends: cdbs, debhelper (>= 5.0.0), tdelibs4-trinity-dev, libxss-dev, libxtst-dev, libdbus-1-dev (>= 0.6), libdbus-tqt-1-dev, automake, autoconf, libtool, libltdl-dev
Build-Conflicts: autoconf2.13
Standards-Version: 3.8.4
Homepage: http://sourceforge.net/projects/powersave/
Package: kpowersave-nohal-trinity
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: kpowersave-trinity
Description: Power management applet for Trinity
KPowersave is a TDE systray applet which allows to control the power
management settings and policies of your computer.
It relies on the TDE hardware library to do the heavy lifting.
.
Current feature list:
* support for ACPI, APM and PMU
* trigger suspend to disk/ram and standby
* switch cpu frequency policy (between: performance, dynamic and powersave)
* applet icon with information about AC state, battery fill and battery
(warning) states
* applet tooltip with information about battery fill and remaining battery
time/percentage
* autosuspend (to suspend the machine if the user has been inactive for a
defined time)
* a global configurable blacklist with programs which prevent autosuspend
(e.g. videoplayer and cd burning tools)
* trigger lock screen and select the lock method
* KNotify support
* online help
* localisations for many languages
KPowersave supports schemes with following configurable specific
settings for:
* screensaver
* DPMS
* autosuspend
* scheme specific blacklist for autosuspend
* notification settings

@ -1,24 +0,0 @@
#! /bin/sh
set -e
package_name=kpowersave-nohal-trinity
if [ -z "$package_name" ]; then
print >&2 "Internal Error. Please report a bug."
exit 1;
fi
case "$1" in
remove)
dpkg-divert --package $package_name --rename --remove /etc/acpi/powerbtn.sh
;;
purge)
;;
upgrade)
;;
*) echo "$0: didn't understand being called with \`$1'" 1>&2
exit 0;;
esac
exit 0

@ -1,37 +0,0 @@
#! /bin/sh
set -e
package_name=kpowersave-nohal-trinity
if [ -z "$package_name" ]; then
print >&2 "Internal Error. Please report a bug."
exit 1;
fi
case "$1" in
install)
divert=`dpkg-divert --listpackage "/etc/acpi/powerbtn.sh"`
if [ -n "$divert" ] && [ "$divert" = "LOCAL" ]; then
dpkg-divert --remove --local --rename "/etc/acpi/powerbtn.sh"
divert=""
fi
dpkg-divert --package $package_name --divert /etc/acpi/powerbtn.sh.distrib --rename /etc/acpi/powerbtn.sh
;;
upgrade)
divert=`dpkg-divert --listpackage "/etc/acpi/powerbtn.sh"`
if [ -n "$divert" ] && [ "$divert" = "LOCAL" ]; then
dpkg-divert --remove --local --rename "/etc/acpi/powerbtn.sh"
divert=""
fi
if [ -z "$divert" ]; then
dpkg-divert --package $package_name --divert /etc/acpi/powerbtn.sh.distrib --rename /etc/acpi/powerbtn.sh
fi
;;
abort-upgrade)
;;
*) echo "$0: didn't understand being called with \`$1'" 1>&2
exit 0;;
esac
exit 0

@ -1,48 +0,0 @@
#!/usr/bin/make -f
include debian/cdbs/kde.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde
DEB_CONFIGURE_MANDIR := /opt/trinity/share/man
DEB_CONFIGURE_PREFIX := /opt/trinity
DEB_CONFIGURE_INFODIR := /opt/trinity/share/info
cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug)
DEB_INSTALL_DOCS_ALL := AUTHORS NEWS
DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
&& echo xz || echo bzip2)
post-patches:: debian/stamp-bootstrap
debian/stamp-bootstrap:
! [ -f /usr/share/libtool/ltmain.sh ] || \
cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
! [ -f /usr/share/libtool/config/ltmain.sh ] || \
cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
make -f admin/Makefile.common cvs
touch debian/stamp-bootstrap
install/kpowersave::
install -p -D -m644 debian/kpowersave-nohal-trinity.lintian debian/kpowersave/opt/trinity/share/lintian/overrides/kpowersave
install -p -D -m644 debian/kpowersave-nohal-trinity.linda debian/kpowersave/opt/trinity/share/linda/overrides/kpowersave
clean::
find . -name Makefile.in | xargs rm -f
rm -f acinclude.m4
rm -f aclocal.m4
rm -f configure
rm -f configure.files
rm -f configure.in
rm -f config.h.in
rm -f stamp-h.in
rm -f subdirs
rm -f admin/ltmain.sh
rm -f admin/libtool.m4.in
rm -f debian/stamp-bootstrap

@ -0,0 +1,86 @@
# -*- mode: makefile; coding: utf-8 -*-
# Copyright © 2002,2003 Colin Walters <walters@debian.org>
# Description: Defines some useful variables, but no rules
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 2, or (at
# your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
# 02111-1307 USA.
_cdbs_scripts_path ?= /usr/lib/cdbs
_cdbs_rules_path ?= /usr/share/cdbs/1/rules
_cdbs_class_path ?= /usr/share/cdbs/1/class
ifndef _cdbs_rules_buildvars
_cdbs_rules_buildvars = 1
CDBS_VERSION = something
# Common useful variables
DEB_SOURCE_PACKAGE := $(strip $(shell egrep '^Source: ' debian/control | cut -f 2 -d ':'))
DEB_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ')
DEB_NOEPOCH_VERSION := $(shell echo $(DEB_VERSION) | cut -d: -f2-)
DEB_UPSTREAM_VERSION := $(shell echo $(DEB_NOEPOCH_VERSION) | sed 's/-[^-]*$$//')
DEB_ISNATIVE := $(shell dpkg-parsechangelog | egrep '^Version:' | perl -ne 'print if not /^Version:\s*.*-/;')
# Split into arch/indep packages
ifneq ($(DEB_INDEP_PACKAGES),cdbs)
DEB_INDEP_PACKAGES := $(filter-out $(DONT_BUILD), $(strip $(shell $(_cdbs_scripts_path)/list-packages indep)))
DEB_ARCH_PACKAGES := $(filter-out $(DONT_BUILD), $(filter-out $(DEB_INDEP_PACKAGES),$(strip $(shell $(_cdbs_scripts_path)/list-packages same))))
endif
# Split into normal and udeb packages
ifeq ($(DEB_UDEB_PACKAGES),)
DEB_PACKAGES = $(filter-out $(DONT_BUILD), $(filter-out %-udeb, $(DEB_ARCH_PACKAGES) $(DEB_INDEP_PACKAGES)))
DEB_UDEB_PACKAGES = $(filter-out $(DONT_BUILD),$(filter %-udeb, $(DEB_ARCH_PACKAGES) $(DEB_INDEP_PACKAGES)))
else
DEB_PACKAGES = $(filter-out $(DONT_BUILD), $(filter-out $(DEB_UDEB_PACKAGES), $(DEB_ARCH_PACKAGES) $(DEB_INDEP_PACKAGES)))
endif
# Too much bother for now. If someone complains we'll fix it.
#DEB_ARCH_UDEB_PACKAGES = $(filter %-udeb, $(DEB_ARCH_PACKAGES))
#DEB_INDEP_UDEB_PACKAGES = $(filter %-udeb, $(DEB_INDEP_PACKAGES))
# A handy list of every package, udeb or not
DEB_ALL_PACKAGES = $(filter-out $(DONT_BUILD),$(DEB_PACKAGES) $(DEB_UDEB_PACKAGES))
DEB_INDEP_REGULAR_PACKAGES = $(filter-out $(DONT_BUILD), $(filter-out $(DEB_UDEB_PACKAGES),$(DEB_INDEP_PACKAGES)))
DEB_ARCH_REGULAR_PACKAGES = $(filter-out $(DONT_BUILD), $(filter-out $(DEB_UDEB_PACKAGES),$(DEB_ARCH_PACKAGES)))
DEB_DBG_PACKAGES = $(filter-out $(DONT_BUILD), $(filter %-dbg, $(DEB_ARCH_PACKAGES) $(DEB_INDEP_PACKAGES)))
# Some support for srcdir != builddir builds.
# These are relative to the root of the package
DEB_SRCDIR ?= .
DEB_BUILDDIR ?= $(strip $(DEB_SRCDIR))
# Miscellaneous bits
DEB_ARCH = $(shell dpkg --print-architecture)
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_HOST_GNU_SYSTEM ?= $(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM)
DEB_HOST_GNU_CPU ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
DEB_BUILD_GNU_SYSTEM ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_SYSTEM)
DEB_BUILD_GNU_CPU ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_CPU)
DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
DEB_BUILD_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH_CPU)
DEB_BUILD_ARCH_OS ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)
ifeq ($(words $(DEB_ALL_PACKAGES)),1)
DEB_DESTDIR = $(CURDIR)/debian/$(strip $(DEB_ALL_PACKAGES))/
else
DEB_DESTDIR = $(CURDIR)/debian/tmp/
endif
CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), cdbs (>= 0.4.23-1.1)
endif

@ -0,0 +1,29 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -0,0 +1,19 @@
#!/usr/bin/env perl
use strict;
use warnings;
my $version = `dpkg-parsechangelog | awk '/^Version/ {print \$2}'`;
my ($version3, $version3_next);
my ($version2, $version2_next);
($version3 = $version) =~ s/^(([^.]+\.){2}[^.+~-]+)[.+~-]?[^-]*-[^-]+$/$1/;
($version2 = $version3) =~ s/\.[^.]+$//;
($version3_next = $version3) =~ s/(?<=\.)(\d+)[a-z]?$/($1+1)/e;
($version2_next = $version2) =~ s/(?<=\.)(\d+)$/($1+1)/e;
print "KDE-Version3=$version3\n";
print "KDE-Version2=$version2\n";
print "KDE-Next-Version3=$version3_next\n";
print "KDE-Next-Version2=$version2_next\n";

@ -0,0 +1,6 @@
# Use xz instead of gzip
compression = "xz"
compression-level = 9
# Don't run differences
diff-ignore = .*

@ -0,0 +1,86 @@
# -*- mode: makefile; coding: utf-8 -*-
# Copyright © 2002,2003 Colin Walters <walters@debian.org>
# Description: Defines some useful variables, but no rules
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 2, or (at
# your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
# 02111-1307 USA.
_cdbs_scripts_path ?= /usr/lib/cdbs
_cdbs_rules_path ?= /usr/share/cdbs/1/rules
_cdbs_class_path ?= /usr/share/cdbs/1/class
ifndef _cdbs_rules_buildvars
_cdbs_rules_buildvars = 1
CDBS_VERSION = something
# Common useful variables
DEB_SOURCE_PACKAGE := $(strip $(shell egrep '^Source: ' debian/control | cut -f 2 -d ':'))
DEB_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ')
DEB_NOEPOCH_VERSION := $(shell echo $(DEB_VERSION) | cut -d: -f2-)
DEB_UPSTREAM_VERSION := $(shell echo $(DEB_NOEPOCH_VERSION) | sed 's/-[^-]*$$//')
DEB_ISNATIVE := $(shell dpkg-parsechangelog | egrep '^Version:' | perl -ne 'print if not /^Version:\s*.*-/;')
# Split into arch/indep packages
ifneq ($(DEB_INDEP_PACKAGES),cdbs)
DEB_INDEP_PACKAGES := $(filter-out $(DONT_BUILD), $(strip $(shell $(_cdbs_scripts_path)/list-packages indep)))
DEB_ARCH_PACKAGES := $(filter-out $(DONT_BUILD), $(filter-out $(DEB_INDEP_PACKAGES),$(strip $(shell $(_cdbs_scripts_path)/list-packages same))))
endif
# Split into normal and udeb packages
ifeq ($(DEB_UDEB_PACKAGES),)
DEB_PACKAGES = $(filter-out $(DONT_BUILD), $(filter-out %-udeb, $(DEB_ARCH_PACKAGES) $(DEB_INDEP_PACKAGES)))
DEB_UDEB_PACKAGES = $(filter-out $(DONT_BUILD),$(filter %-udeb, $(DEB_ARCH_PACKAGES) $(DEB_INDEP_PACKAGES)))
else
DEB_PACKAGES = $(filter-out $(DONT_BUILD), $(filter-out $(DEB_UDEB_PACKAGES), $(DEB_ARCH_PACKAGES) $(DEB_INDEP_PACKAGES)))
endif
# Too much bother for now. If someone complains we'll fix it.
#DEB_ARCH_UDEB_PACKAGES = $(filter %-udeb, $(DEB_ARCH_PACKAGES))
#DEB_INDEP_UDEB_PACKAGES = $(filter %-udeb, $(DEB_INDEP_PACKAGES))
# A handy list of every package, udeb or not
DEB_ALL_PACKAGES = $(filter-out $(DONT_BUILD),$(DEB_PACKAGES) $(DEB_UDEB_PACKAGES))
DEB_INDEP_REGULAR_PACKAGES = $(filter-out $(DONT_BUILD), $(filter-out $(DEB_UDEB_PACKAGES),$(DEB_INDEP_PACKAGES)))
DEB_ARCH_REGULAR_PACKAGES = $(filter-out $(DONT_BUILD), $(filter-out $(DEB_UDEB_PACKAGES),$(DEB_ARCH_PACKAGES)))
DEB_DBG_PACKAGES = $(filter-out $(DONT_BUILD), $(filter %-dbg, $(DEB_ARCH_PACKAGES) $(DEB_INDEP_PACKAGES)))
# Some support for srcdir != builddir builds.
# These are relative to the root of the package
DEB_SRCDIR ?= .
DEB_BUILDDIR ?= $(strip $(DEB_SRCDIR))
# Miscellaneous bits
DEB_ARCH = $(shell dpkg --print-architecture)
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_HOST_GNU_SYSTEM ?= $(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM)
DEB_HOST_GNU_CPU ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
DEB_BUILD_GNU_SYSTEM ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_SYSTEM)
DEB_BUILD_GNU_CPU ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_CPU)
DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
DEB_BUILD_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH_CPU)
DEB_BUILD_ARCH_OS ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)
ifeq ($(words $(DEB_ALL_PACKAGES)),1)
DEB_DESTDIR = $(CURDIR)/debian/$(strip $(DEB_ALL_PACKAGES))/
else
DEB_DESTDIR = $(CURDIR)/debian/tmp/
endif
CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), cdbs (>= 0.4.23-1.1)
endif

@ -0,0 +1,97 @@
# -*- mode: makefile; coding: utf-8 -*-
# Copyright © 2003 Christopher L Cheney <ccheney@debian.org>
# Description: A class for KDE packages; sets KDE environment variables, etc
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 2, or (at
# your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
# 02111-1307 USA.
_cdbs_scripts_path ?= /usr/lib/cdbs
_cdbs_rules_path ?= /usr/share/cdbs/1/rules
_cdbs_class_path ?= /usr/share/cdbs/1/class
ifndef _cdbs_class_kde
_cdbs_class_kde := 1
# for dh_icons
CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), debhelper (>= 5.0.7ubuntu4)
include $(_cdbs_rules_path)/buildcore.mk$(_cdbs_makefile_suffix)
ifdef _cdbs_tarball_dir
DEB_BUILDDIR = $(_cdbs_tarball_dir)/obj-$(DEB_BUILD_GNU_TYPE)
else
DEB_BUILDDIR = obj-$(DEB_BUILD_GNU_TYPE)
endif
include $(_cdbs_class_path)/autotools.mk$(_cdbs_makefile_suffix)
export kde_cgidir = \$${libdir}/cgi-bin
export kde_confdir = \$${sysconfdir}/trinity
export kde_htmldir = \$${datadir}/doc/tde/HTML
ifeq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
cdbs_kde_enable_final = $(if $(DEB_KDE_ENABLE_FINAL),--enable-final,)
endif
ifneq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
cdbs_kde_enable_final =
cdbs_kde_enable_debug = --enable-debug=yes
else
cdbs_kde_enable_debug = --disable-debug
endif
ifneq (,$(filter debug,$(DEB_BUILD_OPTIONS)))
cdbs_kde_enable_debug = --enable-debug=full
endif
cdbs_configure_flags += --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug)
DEB_AC_AUX_DIR = $(DEB_SRCDIR)/admin
DEB_CONFIGURE_INCLUDEDIR = "\$${prefix}/include/tde"
DEB_COMPRESS_EXCLUDE = .dcl .docbook -license .tag .sty .el
$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
if test -x /usr/bin/dh_icons; then dh_icons -p$(cdbs_curpkg) $(DEB_DH_ICONCACHE_ARGS); fi
cleanbuilddir::
-$(if $(call cdbs_streq,$(DEB_BUILDDIR),$(DEB_SRCDIR)),,rm -rf $(DEB_BUILDDIR))
common-build-arch common-build-indep:: debian/stamp-kde-apidox
debian/stamp-kde-apidox:
$(if $(DEB_KDE_APIDOX),+$(DEB_MAKE_INVOKE) apidox)
touch $@
common-install-prehook-impl::
mkdir -p po
-XGETTEXT=/usr/bin/kde-xgettext EXTRACTATTR=/opt/trinity/bin/extractattr sh $(DEB_SRCDIR)/admin/cvs.sh extract-messages
-for file in po/*pot; do \
sed "s/charset=CHARSET/charset=UTF-8/" -i $$file; \
done
common-install-arch common-install-indep:: common-install-kde-apidox
common-install-kde-apidox::
$(if $(DEB_KDE_APIDOX),+$(DEB_MAKE_INVOKE) install-apidox DESTDIR=$(DEB_DESTDIR))
clean::
rm -f debian/stamp-kde-apidox
rm -rf po/*.pot
# This is a convenience target for calling manually. It's not part of
# the build process.
buildprep: clean apply-patches
$(MAKE) -f admin/Makefile.common dist
debian/rules clean
endif

@ -0,0 +1,29 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -0,0 +1,19 @@
#!/usr/bin/env perl
use strict;
use warnings;
my $version = `dpkg-parsechangelog | awk '/^Version/ {print \$2}'`;
my ($version3, $version3_next);
my ($version2, $version2_next);
($version3 = $version) =~ s/^(([^.]+\.){2}[^.+~-]+)[.+~-]?[^-]*-[^-]+$/$1/;
($version2 = $version3) =~ s/\.[^.]+$//;
($version3_next = $version3) =~ s/(?<=\.)(\d+)[a-z]?$/($1+1)/e;
($version2_next = $version2) =~ s/(?<=\.)(\d+)$/($1+1)/e;
print "KDE-Version3=$version3\n";
print "KDE-Version2=$version2\n";
print "KDE-Next-Version3=$version3_next\n";
print "KDE-Next-Version2=$version2_next\n";

@ -0,0 +1,6 @@
tdepowersave-trinity (0.7.3-0ubuntu3) karmic; urgency=low
* Karmic rebuild
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Thu, 02 July 2009 16:08:00 -0600

@ -0,0 +1,42 @@
Source: tdepowersave-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: Michael Biebl <biebl@debian.org>
Build-Depends: cdbs, debhelper (>= 5.0.0), tdelibs4-trinity-dev, libxss-dev, libxtst-dev, libdbus-1-dev (>= 0.6), libdbus-tqt-1-dev, automake, autoconf, libtool, libltdl-dev
Build-Conflicts: autoconf2.13
Standards-Version: 3.8.4
Homepage: http://sourceforge.net/projects/powersave/
Package: tdepowersave-trinity
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: kpowersave-trinity, kpowersave-nohal-trinity
Description: Power management applet for Trinity
KPowersave is a TDE systray applet which allows to control the power
management settings and policies of your computer.
It relies on the TDE hardware library to do the heavy lifting.
.
Current feature list:
* support for ACPI, APM and PMU
* trigger suspend to disk/ram and standby
* switch cpu frequency policy (between: performance, dynamic and powersave)
* applet icon with information about AC state, battery fill and battery
(warning) states
* applet tooltip with information about battery fill and remaining battery
time/percentage
* autosuspend (to suspend the machine if the user has been inactive for a
defined time)
* a global configurable blacklist with programs which prevent autosuspend
(e.g. videoplayer and cd burning tools)
* trigger lock screen and select the lock method
* KNotify support
* online help
* localisations for many languages
KPowersave supports schemes with following configurable specific
settings for:
* screensaver
* DPMS
* autosuspend
* scheme specific blacklist for autosuspend
* notification settings

@ -0,0 +1,24 @@
#! /bin/sh
set -e
package_name=tdepowersave-trinity
if [ -z "$package_name" ]; then
print >&2 "Internal Error. Please report a bug."
exit 1;
fi
case "$1" in
remove)
dpkg-divert --package $package_name --rename --remove /etc/acpi/powerbtn.sh
;;
purge)
;;
upgrade)
;;
*) echo "$0: didn't understand being called with \`$1'" 1>&2
exit 0;;
esac
exit 0

@ -0,0 +1,37 @@
#! /bin/sh
set -e
package_name=tdepowersave-trinity
if [ -z "$package_name" ]; then
print >&2 "Internal Error. Please report a bug."
exit 1;
fi
case "$1" in
install)
divert=`dpkg-divert --listpackage "/etc/acpi/powerbtn.sh"`
if [ -n "$divert" ] && [ "$divert" = "LOCAL" ]; then
dpkg-divert --remove --local --rename "/etc/acpi/powerbtn.sh"
divert=""
fi
dpkg-divert --package $package_name --divert /etc/acpi/powerbtn.sh.distrib --rename /etc/acpi/powerbtn.sh
;;
upgrade)
divert=`dpkg-divert --listpackage "/etc/acpi/powerbtn.sh"`
if [ -n "$divert" ] && [ "$divert" = "LOCAL" ]; then
dpkg-divert --remove --local --rename "/etc/acpi/powerbtn.sh"
divert=""
fi
if [ -z "$divert" ]; then
dpkg-divert --package $package_name --divert /etc/acpi/powerbtn.sh.distrib --rename /etc/acpi/powerbtn.sh
fi
;;
abort-upgrade)
;;
*) echo "$0: didn't understand being called with \`$1'" 1>&2
exit 0;;
esac
exit 0

@ -0,0 +1,48 @@
#!/usr/bin/make -f
include debian/cdbs/kde.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde
DEB_CONFIGURE_MANDIR := /opt/trinity/share/man
DEB_CONFIGURE_PREFIX := /opt/trinity
DEB_CONFIGURE_INFODIR := /opt/trinity/share/info
cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug)
DEB_INSTALL_DOCS_ALL := AUTHORS NEWS
DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
&& echo xz || echo bzip2)
post-patches:: debian/stamp-bootstrap
debian/stamp-bootstrap:
! [ -f /usr/share/libtool/ltmain.sh ] || \
cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
! [ -f /usr/share/libtool/config/ltmain.sh ] || \
cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
make -f admin/Makefile.common cvs
touch debian/stamp-bootstrap
install/kpowersave::
install -p -D -m644 debian/tdepowersave-trinity.lintian debian/kpowersave/opt/trinity/share/lintian/overrides/kpowersave
install -p -D -m644 debian/tdepowersave-trinity.linda debian/kpowersave/opt/trinity/share/linda/overrides/kpowersave
clean::
find . -name Makefile.in | xargs rm -f
rm -f acinclude.m4
rm -f aclocal.m4
rm -f configure
rm -f configure.files
rm -f configure.in
rm -f config.h.in
rm -f stamp-h.in
rm -f subdirs
rm -f admin/ltmain.sh
rm -f admin/libtool.m4.in
rm -f debian/stamp-bootstrap

@ -0,0 +1,6 @@
# Use xz instead of gzip
compression = "xz"
compression-level = 9
# Don't run differences
diff-ignore = .*

@ -1187,3 +1187,9 @@ Architecture: all
Depends: tde-guidance-powermanager-trinity
Conflicts: kde-guidance-powermanager-trinity (< 4:13.9.9)
Description: Transitional dummy package. This can be safely removed after your TDE upgrade has completed.
Package: kpowersave-nohal-trinity
Architecture: all
Depends: tdepowersave-trinity
Conflicts: kpowersave-nohal-trinity (< 4:13.9.9)
Description: Transitional dummy package. This can be safely removed after your TDE upgrade has completed.

@ -0,0 +1,86 @@
# -*- mode: makefile; coding: utf-8 -*-
# Copyright © 2002,2003 Colin Walters <walters@debian.org>
# Description: Defines some useful variables, but no rules
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 2, or (at
# your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
# 02111-1307 USA.
_cdbs_scripts_path ?= /usr/lib/cdbs
_cdbs_rules_path ?= /usr/share/cdbs/1/rules
_cdbs_class_path ?= /usr/share/cdbs/1/class
ifndef _cdbs_rules_buildvars
_cdbs_rules_buildvars = 1
CDBS_VERSION = something
# Common useful variables
DEB_SOURCE_PACKAGE := $(strip $(shell egrep '^Source: ' debian/control | cut -f 2 -d ':'))
DEB_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ')
DEB_NOEPOCH_VERSION := $(shell echo $(DEB_VERSION) | cut -d: -f2-)
DEB_UPSTREAM_VERSION := $(shell echo $(DEB_NOEPOCH_VERSION) | sed 's/-[^-]*$$//')
DEB_ISNATIVE := $(shell dpkg-parsechangelog | egrep '^Version:' | perl -ne 'print if not /^Version:\s*.*-/;')
# Split into arch/indep packages
ifneq ($(DEB_INDEP_PACKAGES),cdbs)
DEB_INDEP_PACKAGES := $(filter-out $(DONT_BUILD), $(strip $(shell $(_cdbs_scripts_path)/list-packages indep)))
DEB_ARCH_PACKAGES := $(filter-out $(DONT_BUILD), $(filter-out $(DEB_INDEP_PACKAGES),$(strip $(shell $(_cdbs_scripts_path)/list-packages same))))
endif
# Split into normal and udeb packages
ifeq ($(DEB_UDEB_PACKAGES),)
DEB_PACKAGES = $(filter-out $(DONT_BUILD), $(filter-out %-udeb, $(DEB_ARCH_PACKAGES) $(DEB_INDEP_PACKAGES)))
DEB_UDEB_PACKAGES = $(filter-out $(DONT_BUILD),$(filter %-udeb, $(DEB_ARCH_PACKAGES) $(DEB_INDEP_PACKAGES)))
else
DEB_PACKAGES = $(filter-out $(DONT_BUILD), $(filter-out $(DEB_UDEB_PACKAGES), $(DEB_ARCH_PACKAGES) $(DEB_INDEP_PACKAGES)))
endif
# Too much bother for now. If someone complains we'll fix it.
#DEB_ARCH_UDEB_PACKAGES = $(filter %-udeb, $(DEB_ARCH_PACKAGES))
#DEB_INDEP_UDEB_PACKAGES = $(filter %-udeb, $(DEB_INDEP_PACKAGES))
# A handy list of every package, udeb or not
DEB_ALL_PACKAGES = $(filter-out $(DONT_BUILD),$(DEB_PACKAGES) $(DEB_UDEB_PACKAGES))
DEB_INDEP_REGULAR_PACKAGES = $(filter-out $(DONT_BUILD), $(filter-out $(DEB_UDEB_PACKAGES),$(DEB_INDEP_PACKAGES)))
DEB_ARCH_REGULAR_PACKAGES = $(filter-out $(DONT_BUILD), $(filter-out $(DEB_UDEB_PACKAGES),$(DEB_ARCH_PACKAGES)))
DEB_DBG_PACKAGES = $(filter-out $(DONT_BUILD), $(filter %-dbg, $(DEB_ARCH_PACKAGES) $(DEB_INDEP_PACKAGES)))
# Some support for srcdir != builddir builds.
# These are relative to the root of the package
DEB_SRCDIR ?= .
DEB_BUILDDIR ?= $(strip $(DEB_SRCDIR))
# Miscellaneous bits
DEB_ARCH = $(shell dpkg --print-architecture)
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_HOST_GNU_SYSTEM ?= $(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM)
DEB_HOST_GNU_CPU ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
DEB_BUILD_GNU_SYSTEM ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_SYSTEM)
DEB_BUILD_GNU_CPU ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_CPU)
DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
DEB_BUILD_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH_CPU)
DEB_BUILD_ARCH_OS ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)
ifeq ($(words $(DEB_ALL_PACKAGES)),1)
DEB_DESTDIR = $(CURDIR)/debian/$(strip $(DEB_ALL_PACKAGES))/
else
DEB_DESTDIR = $(CURDIR)/debian/tmp/
endif
CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), cdbs (>= 0.4.23-1.1)
endif

@ -0,0 +1,109 @@
ifndef _cdbs_bootstrap
_cdbs_scripts_path ?= /usr/lib/cdbs
_cdbs_rules_path ?= /usr/share/cdbs/1/rules
_cdbs_class_path ?= /usr/share/cdbs/1/class
endif
ifndef _cdbs_class_debian-qt-kde
_cdbs_class_debian-qt-kde := 1
# Note: This _must_ be included before autotools.mk, or it won't work.
common-configure-arch common-configure-indep:: debian/stamp-cvs-make
debian/stamp-cvs-make:
cp -Rp /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
$(MAKE) -C $(DEB_SRCDIR) -f admin/Makefile.common dist;
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
DEB_PATCHDIRS := debian/patches/common debian/patches
DEB_KDE_ENABLE_FINAL := yes
DEB_INSTALL_DOCS_ALL :=
DEB_DH_MAKESHLIBS_ARGS_ALL := -V
DEB_SHLIBDEPS_INCLUDE = $(foreach p,$(PACKAGES_WITH_LIBS),debian/$(p)/usr/lib)
ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
cdbs_treat_me_gently_arches := arm m68k alpha ppc64 armel armeb
ifeq (,$(filter $(DEB_HOST_ARCH_CPU),$(cdbs_treat_me_gently_arches)))
cdbs_kde_enable_final = $(if $(DEB_KDE_ENABLE_FINAL),--enable-final,)
else
cdbs_kde_enable_final =
endif
endif
common-build-arch:: debian/stamp-man-pages
debian/stamp-man-pages:
if ! test -d debian/man/out; then mkdir -p debian/man/out; fi
for f in $$(find debian/man -name '*.sgml'); do \
docbook-to-man $$f > debian/man/out/`basename $$f .sgml`.1; \
done
for f in $$(find debian/man -name '*.man'); do \
soelim -I debian/man $$f \
> debian/man/out/`basename $$f .man`.`head -n1 $$f | awk '{print $$NF}'`; \
done
touch debian/stamp-man-pages
common-binary-indep::
( set -e; \
tmpf=`mktemp debian/versions.XXXXXX`; \
perl debian/cdbs/versions.pl >$$tmpf; \
for p in $(DEB_INDEP_PACKAGES); do \
cat $$tmpf >>debian/$$p.substvars; \
done; \
rm -f $$tmpf )
common-binary-arch::
( set -e; \
tmpf=`mktemp debian/versions.XXXXXX`; \
perl debian/cdbs/versions.pl >$$tmpf; \
for p in $(DEB_ARCH_PACKAGES); do \
cat $$tmpf >>debian/$$p.substvars; \
done; \
rm -f $$tmpf )
clean::
rm -rf debian/man/out
-rmdir debian/man
rm -f debian/stamp-man-pages
rm -rf debian/shlibs-check
$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
if test -x /usr/bin/dh_desktop; then dh_desktop -p$(cdbs_curpkg) $(DEB_DH_DESKTOP_ARGS); fi
if test -e debian/$(cdbs_curpkg).lintian; then \
install -p -D -m644 debian/$(cdbs_curpkg).lintian \
debian/$(cdbs_curpkg)/usr/share/lintian/overrides/$(cdbs_curpkg); \
fi
if test -e debian/$(cdbs_curpkg).presubj; then \
install -p -D -m644 debian/$(cdbs_curpkg).presubj \
debian/$(cdbs_curpkg)/usr/share/bug/$(cdbs_curpkg)/presubj; \
fi
binary-install/$(DEB_SOURCE_PACKAGE)-doc-html::
set -e; \
for doc in `cd $(DEB_DESTDIR)/opt/trinity/share/doc/tde/HTML/en; find . -name index.docbook`; do \
pkg=$${doc%/index.docbook}; pkg=$${pkg#./}; \
echo Building $$pkg HTML docs...; \
mkdir -p $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \
cd $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \
/opt/trinity/bin/meinproc $(DEB_DESTDIR)/opt/trinity/share/doc/tde/HTML/en/$$pkg/index.docbook; \
done
for pkg in $(DOC_HTML_PRUNE) ; do \
rm -rf debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \
done
clean::
if test -n "$(DEB_KDE_CVS_MAKE)" && test -d $(DEB_SRCDIR); then \
cd $(DEB_SRCDIR); \
find . -name Makefile.in -print | \
xargs --no-run-if-empty rm -f; \
rm -f Makefile.am acinclude.m4 aclocal.m4 config.h.in \
configure configure.files configure.in stamp-h.in \
subdirs; \
fi
rm -f debian/stamp-cvs-make
endif

@ -0,0 +1,97 @@
# -*- mode: makefile; coding: utf-8 -*-
# Copyright © 2003 Christopher L Cheney <ccheney@debian.org>
# Description: A class for KDE packages; sets KDE environment variables, etc
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 2, or (at
# your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
# 02111-1307 USA.
_cdbs_scripts_path ?= /usr/lib/cdbs
_cdbs_rules_path ?= /usr/share/cdbs/1/rules
_cdbs_class_path ?= /usr/share/cdbs/1/class
ifndef _cdbs_class_kde
_cdbs_class_kde := 1
# for dh_icons
CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), debhelper (>= 5.0.7ubuntu4)
include $(_cdbs_rules_path)/buildcore.mk$(_cdbs_makefile_suffix)
ifdef _cdbs_tarball_dir
DEB_BUILDDIR = $(_cdbs_tarball_dir)/obj-$(DEB_BUILD_GNU_TYPE)
else
DEB_BUILDDIR = obj-$(DEB_BUILD_GNU_TYPE)
endif
include $(_cdbs_class_path)/autotools.mk$(_cdbs_makefile_suffix)
export kde_cgidir = \$${libdir}/cgi-bin
export kde_confdir = \$${sysconfdir}/trinity
export kde_htmldir = \$${datadir}/doc/tde/HTML
ifeq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
cdbs_kde_enable_final = $(if $(DEB_KDE_ENABLE_FINAL),--enable-final,)
endif
ifneq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
cdbs_kde_enable_final =
cdbs_kde_enable_debug = --enable-debug=yes
else
cdbs_kde_enable_debug = --disable-debug
endif
ifneq (,$(filter debug,$(DEB_BUILD_OPTIONS)))
cdbs_kde_enable_debug = --enable-debug=full
endif
cdbs_configure_flags += --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug)
DEB_AC_AUX_DIR = $(DEB_SRCDIR)/admin
DEB_CONFIGURE_INCLUDEDIR = "\$${prefix}/include/tde"
DEB_COMPRESS_EXCLUDE = .dcl .docbook -license .tag .sty .el
$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
if test -x /usr/bin/dh_icons; then dh_icons -p$(cdbs_curpkg) $(DEB_DH_ICONCACHE_ARGS); fi
cleanbuilddir::
-$(if $(call cdbs_streq,$(DEB_BUILDDIR),$(DEB_SRCDIR)),,rm -rf $(DEB_BUILDDIR))
common-build-arch common-build-indep:: debian/stamp-kde-apidox
debian/stamp-kde-apidox:
$(if $(DEB_KDE_APIDOX),+$(DEB_MAKE_INVOKE) apidox)
touch $@
common-install-prehook-impl::
mkdir -p po
-XGETTEXT=/usr/bin/kde-xgettext EXTRACTATTR=/opt/trinity/bin/extractattr sh $(DEB_SRCDIR)/admin/cvs.sh extract-messages
-for file in po/*pot; do \
sed "s/charset=CHARSET/charset=UTF-8/" -i $$file; \
done
common-install-arch common-install-indep:: common-install-kde-apidox
common-install-kde-apidox::
$(if $(DEB_KDE_APIDOX),+$(DEB_MAKE_INVOKE) install-apidox DESTDIR=$(DEB_DESTDIR))
clean::
rm -f debian/stamp-kde-apidox
rm -rf po/*.pot
# This is a convenience target for calling manually. It's not part of
# the build process.
buildprep: clean apply-patches
$(MAKE) -f admin/Makefile.common dist
debian/rules clean
endif

@ -0,0 +1,29 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -0,0 +1,19 @@
#!/usr/bin/env perl
use strict;
use warnings;
my $version = `dpkg-parsechangelog | awk '/^Version/ {print \$2}'`;
my ($version3, $version3_next);
my ($version2, $version2_next);
($version3 = $version) =~ s/^(([^.]+\.){2}[^.+~-]+)[.+~-]?[^-]*-[^-]+$/$1/;
($version2 = $version3) =~ s/\.[^.]+$//;
($version3_next = $version3) =~ s/(?<=\.)(\d+)[a-z]?$/($1+1)/e;
($version2_next = $version2) =~ s/(?<=\.)(\d+)$/($1+1)/e;
print "KDE-Version3=$version3\n";
print "KDE-Version2=$version2\n";
print "KDE-Next-Version3=$version3_next\n";
print "KDE-Next-Version2=$version2_next\n";

@ -0,0 +1,434 @@
kdbg-trinity (2.2.2-1) squeeze; urgency=low
* Initial Release for TDE
-- Slávek Banko <slavek.banko@axis.cz> Wed, 03 Jul 2013 01:55:45 +0200
kdbg (2.2.1-2) unstable; urgency=low
* Redone again relibtoolization making sure it uses latest automake.
(Closes: #577679)
-- Ana Beatriz Guerrero Lopez <ana@debian.org> 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 <ana@debian.org> 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 <ana@debian.org> 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 <ana@debian.org> 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 <ana@debian.org> 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 <ana@debian.org> 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 <ana@debian.org> 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 <ana@debian.org> Wed, 30 May 2007 01:13:37 +0100
kdbg (2.0.5-1) unstable; urgency=low
* New upstream release.
-- Ana Beatriz Guerrero Lopez <ana@debian.org> 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 <ana@debian.org> 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 <ana@ekaia.org> 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 <ana@ekaia.org> 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 <ana@ekaia.org> 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 <ana@ekaia.org> 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 <ana@ekaia.org> 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 <ana@ekaia.org> Tue, 6 Dec 2005 19:07:51 +0100
kdbg (2.0.0-1) unstable; urgency=low
* Adopted by Ana Beatriz Guerrero Lopez <anja_isbilia@yahoo.es>.
(Closes: #315336).
* New upstream release.
* Bumped standards-version to 3.6.2.
-- Ana Beatriz Guerrero Lopez <anja_isbilia@yahoo.es> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> Wed, 26 Jan 2005 12:44:28 +1100
kdbg (1.2.10-1) unstable; urgency=low
* New upstream bugfix release.
-- Ben Burton <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> 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 <bab@debian.org> Sun, 1 Dec 2002 15:29:49 +1100
kdbg (1.2.6-2) unstable; urgency=low
* Built with g++-3.2.
-- Ben Burton <benb@acm.org> Tue, 5 Nov 2002 20:09:30 +1100
kdbg (1.2.6-1) unstable; urgency=low
* New upstream release.
-- Ben Burton <benb@acm.org> Mon, 14 Oct 2002 08:06:01 +1000
kdbg (1.2.5-3) unstable; urgency=low
* Fixed doc-base link.
-- Ben Burton <benb@acm.org> Fri, 30 Aug 2002 17:20:28 +1000
kdbg (1.2.5-2) unstable; urgency=low
* Rebuilt for KDE3.
-- Ben Burton <benb@acm.org> Fri, 30 Aug 2002 08:28:58 +1000
kdbg (1.2.5-1) unstable; urgency=low
* New upstream release.
-- Ben Burton <benb@acm.org> Wed, 10 Apr 2002 14:05:38 +1000
kdbg (1.2.4-2) unstable; urgency=low
* Fixed KCmdLineArgs initialisation (closes: Bug#129681).
-- Ben Burton <benb@acm.org> Sun, 17 Feb 2002 19:32:01 +1100
kdbg (1.2.4-1) unstable; urgency=low
* New upstream release.
-- Ben Burton <benb@acm.org> Tue, 29 Jan 2002 16:17:45 +1100
kdbg (1.2.3-1) unstable; urgency=low
* New upstream release.
-- Ben Burton <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> Tue, 20 Nov 2001 01:15:36 -0600
kdbg (1.2.2-3) unstable; urgency=low
* No longer uses automake.
-- Ben Burton <benb@acm.org> Tue, 23 Oct 2001 10:42:24 -0500
kdbg (1.2.2-2) unstable; urgency=low
* Updated parameters for alpha build.
-- Ben Burton <benb@acm.org> Sun, 23 Sep 2001 23:07:01 -0500
kdbg (1.2.2-1) unstable; urgency=low
* New upstream release.
-- Ben Burton <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> 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 <benb@acm.org> Thu, 22 Feb 2001 12:12:25 -0600
kdbg (1.2.0-2) unstable; urgency=low
* Adopted by Ben Burton <benb@acm.org> (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 <benb@acm.org> Sat, 17 Feb 2001 11:05:10 -0600
kdbg (1.2.0-1) unstable; urgency=low
* New upstream release.
* Upload sponsored by Bradley Bell <btb@debian.org>
-- Mariusz Przygodzki <dune@home.pl> 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 <btb@debian.org>
-- Mariusz Przygodzki <dune@home.pl> Wed, 6 Dec 2000 22:38:22 +0100
Local variables:
mode: debian-changelog
End:

@ -0,0 +1,36 @@
Source: kdbg-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Build-Depends: debhelper (>= 5), quilt, cdbs, tdelibs4-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.

@ -0,0 +1,27 @@
This package was debianized by Mariusz Przygodzki <dune@home.pl> on
Wed, 6 Dec 2000 22:38:22 +0100.
Maintenance was taken over by Ben Burton <bab@debian.org> on
Sat, 17 Feb 2001 11:05:10 -0600.
Maintenance was taken over by Ana Beatriz Guerrero López
<ana@ekaia.org> on Tue, 30 Aug 2005 19:12:38 +0200
It was downloaded from http://sourceforge.net/projects/kdbg/.
Upstream Author: Johannes Sixt <j6t@kdbg.org>,
with help from many others
Copyright:
© 1998-2008 Johannes Sixt <j6t@kdbg.org>
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 <dune@home.pl>
© 2001-2005 Ben Burton <bab@debian.org>
© 2005-2009 Ana Beatriz Guerrero López <ana@ekaia.org>
and is licensed under the GPL v2, see above.

@ -0,0 +1,9 @@
Document: kdbg-trinity
Title: KDbg - User's Manual [Trinity]
Author: Johannes Sixt <Johannes.Sixt@telecom.at>
Abstract: KDbg is a front-end for gdb, the GNU debugger.
Section: Programming
Format: HTML
Index: /opt/trinity/share/doc/tde/HTML/en/kdbg/index.html
Files: /opt/trinity/share/doc/tde/HTML/en/kdbg/*.html

@ -0,0 +1,92 @@
.\" 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 <n> 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 TDE 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 TDE Help Centre.
Alternatively the HTML documentation can be viewed directly from
\fI/opt/trinity/share/doc/tde/HTML/<lang>/kdbg/\fP.
.SH AUTHOR
KDbg was written by Johannes Sixt <Johannes.Sixt@telecom.at>.
.br
This manual page was prepared by Ben Burton <bab@debian.org>
for the Debian GNU/Linux system (but may be used by others).

@ -0,0 +1,122 @@
/* XPM */
static char *kdbg[] = {
/* columns rows colors chars-per-pixel */
"32 32 84 1",
" c black",
". c #0C0D16",
"X c #10111D",
"o c #11111E",
"O c #151526",
"+ c #17182A",
"@ c #191A26",
"# c #18182C",
"$ c #1D1E33",
"% c #1E1C36",
"& c #22233D",
"* c #21243B",
"= c #23253C",
"- c #23253D",
"; c #272A3C",
": c #313928",
"> c #333A29",
", c #262843",
"< c #2A2B42",
"1 c #2A2C43",
"2 c #2A2D47",
"3 c #292B48",
"4 c #292B4C",
"5 c #2B2F4A",
"6 c #2B2F4B",
"7 c #2A2C4E",
"8 c #2C2F4D",
"9 c #2B2F50",
"0 c #2D2F57",
"q c #2E3153",
"w c #2E3154",
"e c #2E3254",
"r c #2E3256",
"t c #2F3256",
"y c #2E3059",
"u c #303359",
"i c #30345A",
"p c #31355C",
"a c #31355D",
"s c #313761",
"d c #353464",
"f c #323864",
"g c #343A6A",
"h c #353A6C",
"j c #363B6F",
"k c #363C70",
"l c #383E75",
"z c #3A3D75",
"x c #383F7A",
"c c #393F7C",
"v c #225025",
"b c #225425",
"n c #235926",
"m c #236828",
"M c #236F29",
"N c #247E2A",
"B c #3A4180",
"V c #3B4282",
"C c #3C4181",
"Z c #3E4181",
"A c #3C4385",
"S c #3D4488",
"D c #3E4589",
"F c #3E468D",
"G c #3F4793",
"H c #404790",
"J c #404894",
"K c #434C9E",
"L c #444DA1",
"P c #454DA4",
"I c #454EA6",
"U c #4751AE",
"Y c #4954B6",
"T c #4A55B8",
"R c #4B56BC",
"E c #4E5AC6",
"W c #4F5BCB",
"Q c #525FD5",
"! c #5462DD",
"~ c #5A69EF",
"^ c #24882B",
"/ c #25A32E",
"( c #CE0000",
") c None",
/* pixels */
"))))))))))))))))))))))))))))))))",
"))))))))))))))))))))))))))))))))",
"))))))))))))))))))))))))))))))))",
"))))))))))))))))))))))))))))))))",
"))))))))))) )))) )))))))))))",
")))()))))) vbv )) vbv ))))))()))",
"))))()))) nmMmn nmMmn ))))())))",
")))))())) mN^NmvvmN^Nm )))()))))",
"))))))()) M^/((((((/^M ))())))))",
")))))))() m((O4it,X((m )()))))))",
"))))))))( (>7kkkgfa*>( ())))))))",
")))) )))( ycBBBclhs- ())) ))))",
"))) ()(AFG((((xhs()( )))",
") )))( C(K(PPKG(c(t ())) )",
") )))))()%JL(YTYULJ(lfo)())))) )",
"))))))())dK(R(WERU(F(g&))())))))",
"))))))())C(YEQ(QE(PGB(q))())))))",
")))) ( )H(TW!~!WTPJB(y) ( ))))",
"))) )( H(YEQ!QEYPGB(a () )))",
")) ))())F(URE(ER(LFc(t))()) ))",
") )))())lH(U(TTUL(A(f3))())) )",
") )))))()0DJ(PPPKGD(ga$)())))) )",
")))))))( #c(F(JJFA(k(q. ()))))))",
"))))) ()(lcB((((hst()( )))))",
")))) )))(+sgkkhgfaq2.())) ))))",
")))) )))()(-iaaaiq81@()())) ))))",
")))) ))()))((55521;(()))()) ))))",
"))) )())))) (((((( )))))() )))",
"))) )()))))))) ))))))))() )))",
")) ())))))))))))))))))))))( ))",
")) ())))))))))))))))))))))))( ))",
"))))))))))))))))))))))))))))))))"
};

@ -0,0 +1,8 @@
?package(kdbg):\
needs="x11"\
section="Applications/Programming"\
hints="TDE,Debuggers"\
title="KDbg"\
longtitle="KDbg (graphical debugger interface)"\
command="/opt/trinity/bin/kdbg"\
icon="/opt/trinity/share/pixmaps/kdbg.xpm"

@ -0,0 +1,46 @@
#!/usr/bin/make -f
# -*- makefile -*-
#export DH_VERBOSE=1
DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde
DEB_CONFIGURE_MANDIR := /opt/trinity/share/man
DEB_CONFIGURE_PREFIX := /opt/trinity
DEB_CONFIGURE_INFODIR := /opt/trinity/share/info
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
&& echo xz || echo bzip2)
include /usr/share/cdbs/1/rules/debhelper.mk
include debian/cdbs/kde.mk
post-patches:: debian/stamp-bootstrap
debian/stamp-bootstrap:
dh_testdir
# Regenerate build system
! [ -f /usr/share/libtool/ltmain.sh ] || \
cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
! [ -f /usr/share/libtool/config/ltmain.sh ] || \
cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
autoreconf --install && automake -f && \
$(MAKE) -f admin/Makefile.common && \
touch debian/stamp-bootstrap
clean::
dh_testdir
rm -f debian/stamp-bootstrap
install/kdbg-trinity::
dh_testdir
dh_install debian/kdbg.xpm opt/trinity/share/pixmaps
dh_installman debian/kdbg.1
mkdir -p debian/kdbg-trinity/opt/trinity/share/man
mv debian/kdbg-trinity/usr/share/man/man1 debian/kdbg-trinity/opt/trinity/share/man/
rmdir debian/kdbg-trinity/usr/share/man

@ -0,0 +1,6 @@
# Use xz instead of gzip
compression = "xz"
compression-level = 9
# Don't run differences
diff-ignore = .*

@ -1,6 +0,0 @@
kpowersave-nohal-trinity (0.7.3-0ubuntu3) karmic; urgency=low
* Karmic rebuild
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Thu, 02 July 2009 16:08:00 -0600

@ -1,42 +0,0 @@
Source: kpowersave-nohal-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: Michael Biebl <biebl@debian.org>
Build-Depends: cdbs, debhelper (>= 5.0.0), tdelibs4-trinity-dev, libxss-dev, libxtst-dev, libdbus-1-dev (>= 0.6), libdbus-tqt-1-dev, automake, autoconf, libtool, libltdl-dev
Build-Conflicts: autoconf2.13
Standards-Version: 3.8.4
Homepage: http://sourceforge.net/projects/powersave/
Package: kpowersave-nohal-trinity
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: kpowersave-trinity
Description: Power management applet for Trinity
KPowersave is a TDE systray applet which allows to control the power
management settings and policies of your computer.
It relies on the TDE hardware library to do the heavy lifting.
.
Current feature list:
* support for ACPI, APM and PMU
* trigger suspend to disk/ram and standby
* switch cpu frequency policy (between: performance, dynamic and powersave)
* applet icon with information about AC state, battery fill and battery
(warning) states
* applet tooltip with information about battery fill and remaining battery
time/percentage
* autosuspend (to suspend the machine if the user has been inactive for a
defined time)
* a global configurable blacklist with programs which prevent autosuspend
(e.g. videoplayer and cd burning tools)
* trigger lock screen and select the lock method
* KNotify support
* online help
* localisations for many languages
KPowersave supports schemes with following configurable specific
settings for:
* screensaver
* DPMS
* autosuspend
* scheme specific blacklist for autosuspend
* notification settings

@ -1,24 +0,0 @@
#! /bin/sh
set -e
package_name=kpowersave-nohal-trinity
if [ -z "$package_name" ]; then
print >&2 "Internal Error. Please report a bug."
exit 1;
fi
case "$1" in
remove)
dpkg-divert --package $package_name --rename --remove /etc/acpi/powerbtn.sh
;;
purge)
;;
upgrade)
;;
*) echo "$0: didn't understand being called with \`$1'" 1>&2
exit 0;;
esac
exit 0

@ -1,37 +0,0 @@
#! /bin/sh
set -e
package_name=kpowersave-nohal-trinity
if [ -z "$package_name" ]; then
print >&2 "Internal Error. Please report a bug."
exit 1;
fi
case "$1" in
install)
divert=`dpkg-divert --listpackage "/etc/acpi/powerbtn.sh"`
if [ -n "$divert" ] && [ "$divert" = "LOCAL" ]; then
dpkg-divert --remove --local --rename "/etc/acpi/powerbtn.sh"
divert=""
fi
dpkg-divert --package $package_name --divert /etc/acpi/powerbtn.sh.distrib --rename /etc/acpi/powerbtn.sh
;;
upgrade)
divert=`dpkg-divert --listpackage "/etc/acpi/powerbtn.sh"`
if [ -n "$divert" ] && [ "$divert" = "LOCAL" ]; then
dpkg-divert --remove --local --rename "/etc/acpi/powerbtn.sh"
divert=""
fi
if [ -z "$divert" ]; then
dpkg-divert --package $package_name --divert /etc/acpi/powerbtn.sh.distrib --rename /etc/acpi/powerbtn.sh
fi
;;
abort-upgrade)
;;
*) echo "$0: didn't understand being called with \`$1'" 1>&2
exit 0;;
esac
exit 0

@ -1,48 +0,0 @@
#!/usr/bin/make -f
include debian/cdbs/kde.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde
DEB_CONFIGURE_MANDIR := /opt/trinity/share/man
DEB_CONFIGURE_PREFIX := /opt/trinity
DEB_CONFIGURE_INFODIR := /opt/trinity/share/info
cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug)
DEB_INSTALL_DOCS_ALL := AUTHORS NEWS
DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
&& echo xz || echo bzip2)
post-patches:: debian/stamp-bootstrap
debian/stamp-bootstrap:
! [ -f /usr/share/libtool/ltmain.sh ] || \
cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
! [ -f /usr/share/libtool/config/ltmain.sh ] || \
cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
make -f admin/Makefile.common cvs
touch debian/stamp-bootstrap
install/kpowersave::
install -p -D -m644 debian/kpowersave-nohal-trinity.lintian debian/kpowersave/opt/trinity/share/lintian/overrides/kpowersave
install -p -D -m644 debian/kpowersave-nohal-trinity.linda debian/kpowersave/opt/trinity/share/linda/overrides/kpowersave
clean::
find . -name Makefile.in | xargs rm -f
rm -f acinclude.m4
rm -f aclocal.m4
rm -f configure
rm -f configure.files
rm -f configure.in
rm -f config.h.in
rm -f stamp-h.in
rm -f subdirs
rm -f admin/ltmain.sh
rm -f admin/libtool.m4.in
rm -f debian/stamp-bootstrap

@ -0,0 +1,86 @@
# -*- mode: makefile; coding: utf-8 -*-
# Copyright © 2002,2003 Colin Walters <walters@debian.org>
# Description: Defines some useful variables, but no rules
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 2, or (at
# your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
# 02111-1307 USA.
_cdbs_scripts_path ?= /usr/lib/cdbs
_cdbs_rules_path ?= /usr/share/cdbs/1/rules
_cdbs_class_path ?= /usr/share/cdbs/1/class
ifndef _cdbs_rules_buildvars
_cdbs_rules_buildvars = 1
CDBS_VERSION = something
# Common useful variables
DEB_SOURCE_PACKAGE := $(strip $(shell egrep '^Source: ' debian/control | cut -f 2 -d ':'))
DEB_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ')
DEB_NOEPOCH_VERSION := $(shell echo $(DEB_VERSION) | cut -d: -f2-)
DEB_UPSTREAM_VERSION := $(shell echo $(DEB_NOEPOCH_VERSION) | sed 's/-[^-]*$$//')
DEB_ISNATIVE := $(shell dpkg-parsechangelog | egrep '^Version:' | perl -ne 'print if not /^Version:\s*.*-/;')
# Split into arch/indep packages
ifneq ($(DEB_INDEP_PACKAGES),cdbs)
DEB_INDEP_PACKAGES := $(filter-out $(DONT_BUILD), $(strip $(shell $(_cdbs_scripts_path)/list-packages indep)))
DEB_ARCH_PACKAGES := $(filter-out $(DONT_BUILD), $(filter-out $(DEB_INDEP_PACKAGES),$(strip $(shell $(_cdbs_scripts_path)/list-packages same))))
endif
# Split into normal and udeb packages
ifeq ($(DEB_UDEB_PACKAGES),)
DEB_PACKAGES = $(filter-out $(DONT_BUILD), $(filter-out %-udeb, $(DEB_ARCH_PACKAGES) $(DEB_INDEP_PACKAGES)))
DEB_UDEB_PACKAGES = $(filter-out $(DONT_BUILD),$(filter %-udeb, $(DEB_ARCH_PACKAGES) $(DEB_INDEP_PACKAGES)))
else
DEB_PACKAGES = $(filter-out $(DONT_BUILD), $(filter-out $(DEB_UDEB_PACKAGES), $(DEB_ARCH_PACKAGES) $(DEB_INDEP_PACKAGES)))
endif
# Too much bother for now. If someone complains we'll fix it.
#DEB_ARCH_UDEB_PACKAGES = $(filter %-udeb, $(DEB_ARCH_PACKAGES))
#DEB_INDEP_UDEB_PACKAGES = $(filter %-udeb, $(DEB_INDEP_PACKAGES))
# A handy list of every package, udeb or not
DEB_ALL_PACKAGES = $(filter-out $(DONT_BUILD),$(DEB_PACKAGES) $(DEB_UDEB_PACKAGES))
DEB_INDEP_REGULAR_PACKAGES = $(filter-out $(DONT_BUILD), $(filter-out $(DEB_UDEB_PACKAGES),$(DEB_INDEP_PACKAGES)))
DEB_ARCH_REGULAR_PACKAGES = $(filter-out $(DONT_BUILD), $(filter-out $(DEB_UDEB_PACKAGES),$(DEB_ARCH_PACKAGES)))
DEB_DBG_PACKAGES = $(filter-out $(DONT_BUILD), $(filter %-dbg, $(DEB_ARCH_PACKAGES) $(DEB_INDEP_PACKAGES)))
# Some support for srcdir != builddir builds.
# These are relative to the root of the package
DEB_SRCDIR ?= .
DEB_BUILDDIR ?= $(strip $(DEB_SRCDIR))
# Miscellaneous bits
DEB_ARCH = $(shell dpkg --print-architecture)
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_HOST_GNU_SYSTEM ?= $(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM)
DEB_HOST_GNU_CPU ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
DEB_BUILD_GNU_SYSTEM ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_SYSTEM)
DEB_BUILD_GNU_CPU ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_CPU)
DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
DEB_BUILD_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH_CPU)
DEB_BUILD_ARCH_OS ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)
ifeq ($(words $(DEB_ALL_PACKAGES)),1)
DEB_DESTDIR = $(CURDIR)/debian/$(strip $(DEB_ALL_PACKAGES))/
else
DEB_DESTDIR = $(CURDIR)/debian/tmp/
endif
CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), cdbs (>= 0.4.23-1.1)
endif

@ -0,0 +1,29 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -0,0 +1,19 @@
#!/usr/bin/env perl
use strict;
use warnings;
my $version = `dpkg-parsechangelog | awk '/^Version/ {print \$2}'`;
my ($version3, $version3_next);
my ($version2, $version2_next);
($version3 = $version) =~ s/^(([^.]+\.){2}[^.+~-]+)[.+~-]?[^-]*-[^-]+$/$1/;
($version2 = $version3) =~ s/\.[^.]+$//;
($version3_next = $version3) =~ s/(?<=\.)(\d+)[a-z]?$/($1+1)/e;
($version2_next = $version2) =~ s/(?<=\.)(\d+)$/($1+1)/e;
print "KDE-Version3=$version3\n";
print "KDE-Version2=$version2\n";
print "KDE-Next-Version3=$version3_next\n";
print "KDE-Next-Version2=$version2_next\n";

@ -0,0 +1,6 @@
# Use xz instead of gzip
compression = "xz"
compression-level = 9
# Don't run differences
diff-ignore = .*

@ -0,0 +1,86 @@
# -*- mode: makefile; coding: utf-8 -*-
# Copyright © 2002,2003 Colin Walters <walters@debian.org>
# Description: Defines some useful variables, but no rules
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 2, or (at
# your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
# 02111-1307 USA.
_cdbs_scripts_path ?= /usr/lib/cdbs
_cdbs_rules_path ?= /usr/share/cdbs/1/rules
_cdbs_class_path ?= /usr/share/cdbs/1/class
ifndef _cdbs_rules_buildvars
_cdbs_rules_buildvars = 1
CDBS_VERSION = something
# Common useful variables
DEB_SOURCE_PACKAGE := $(strip $(shell egrep '^Source: ' debian/control | cut -f 2 -d ':'))
DEB_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ')
DEB_NOEPOCH_VERSION := $(shell echo $(DEB_VERSION) | cut -d: -f2-)
DEB_UPSTREAM_VERSION := $(shell echo $(DEB_NOEPOCH_VERSION) | sed 's/-[^-]*$$//')
DEB_ISNATIVE := $(shell dpkg-parsechangelog | egrep '^Version:' | perl -ne 'print if not /^Version:\s*.*-/;')
# Split into arch/indep packages
ifneq ($(DEB_INDEP_PACKAGES),cdbs)
DEB_INDEP_PACKAGES := $(filter-out $(DONT_BUILD), $(strip $(shell $(_cdbs_scripts_path)/list-packages indep)))
DEB_ARCH_PACKAGES := $(filter-out $(DONT_BUILD), $(filter-out $(DEB_INDEP_PACKAGES),$(strip $(shell $(_cdbs_scripts_path)/list-packages same))))
endif
# Split into normal and udeb packages
ifeq ($(DEB_UDEB_PACKAGES),)
DEB_PACKAGES = $(filter-out $(DONT_BUILD), $(filter-out %-udeb, $(DEB_ARCH_PACKAGES) $(DEB_INDEP_PACKAGES)))
DEB_UDEB_PACKAGES = $(filter-out $(DONT_BUILD),$(filter %-udeb, $(DEB_ARCH_PACKAGES) $(DEB_INDEP_PACKAGES)))
else
DEB_PACKAGES = $(filter-out $(DONT_BUILD), $(filter-out $(DEB_UDEB_PACKAGES), $(DEB_ARCH_PACKAGES) $(DEB_INDEP_PACKAGES)))
endif
# Too much bother for now. If someone complains we'll fix it.
#DEB_ARCH_UDEB_PACKAGES = $(filter %-udeb, $(DEB_ARCH_PACKAGES))
#DEB_INDEP_UDEB_PACKAGES = $(filter %-udeb, $(DEB_INDEP_PACKAGES))
# A handy list of every package, udeb or not
DEB_ALL_PACKAGES = $(filter-out $(DONT_BUILD),$(DEB_PACKAGES) $(DEB_UDEB_PACKAGES))
DEB_INDEP_REGULAR_PACKAGES = $(filter-out $(DONT_BUILD), $(filter-out $(DEB_UDEB_PACKAGES),$(DEB_INDEP_PACKAGES)))
DEB_ARCH_REGULAR_PACKAGES = $(filter-out $(DONT_BUILD), $(filter-out $(DEB_UDEB_PACKAGES),$(DEB_ARCH_PACKAGES)))
DEB_DBG_PACKAGES = $(filter-out $(DONT_BUILD), $(filter %-dbg, $(DEB_ARCH_PACKAGES) $(DEB_INDEP_PACKAGES)))
# Some support for srcdir != builddir builds.
# These are relative to the root of the package
DEB_SRCDIR ?= .
DEB_BUILDDIR ?= $(strip $(DEB_SRCDIR))
# Miscellaneous bits
DEB_ARCH = $(shell dpkg --print-architecture)
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_HOST_GNU_SYSTEM ?= $(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM)
DEB_HOST_GNU_CPU ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
DEB_BUILD_GNU_SYSTEM ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_SYSTEM)
DEB_BUILD_GNU_CPU ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_CPU)
DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
DEB_BUILD_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH_CPU)
DEB_BUILD_ARCH_OS ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)
ifeq ($(words $(DEB_ALL_PACKAGES)),1)
DEB_DESTDIR = $(CURDIR)/debian/$(strip $(DEB_ALL_PACKAGES))/
else
DEB_DESTDIR = $(CURDIR)/debian/tmp/
endif
CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), cdbs (>= 0.4.23-1.1)
endif

@ -0,0 +1,97 @@
# -*- mode: makefile; coding: utf-8 -*-
# Copyright © 2003 Christopher L Cheney <ccheney@debian.org>
# Description: A class for KDE packages; sets KDE environment variables, etc
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 2, or (at
# your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
# 02111-1307 USA.
_cdbs_scripts_path ?= /usr/lib/cdbs
_cdbs_rules_path ?= /usr/share/cdbs/1/rules
_cdbs_class_path ?= /usr/share/cdbs/1/class
ifndef _cdbs_class_kde
_cdbs_class_kde := 1
# for dh_icons
CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), debhelper (>= 5.0.7ubuntu4)
include $(_cdbs_rules_path)/buildcore.mk$(_cdbs_makefile_suffix)
ifdef _cdbs_tarball_dir
DEB_BUILDDIR = $(_cdbs_tarball_dir)/obj-$(DEB_BUILD_GNU_TYPE)
else
DEB_BUILDDIR = obj-$(DEB_BUILD_GNU_TYPE)
endif
include $(_cdbs_class_path)/autotools.mk$(_cdbs_makefile_suffix)
export kde_cgidir = \$${libdir}/cgi-bin
export kde_confdir = \$${sysconfdir}/trinity
export kde_htmldir = \$${datadir}/doc/tde/HTML
ifeq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
cdbs_kde_enable_final = $(if $(DEB_KDE_ENABLE_FINAL),--enable-final,)
endif
ifneq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
cdbs_kde_enable_final =
cdbs_kde_enable_debug = --enable-debug=yes
else
cdbs_kde_enable_debug = --disable-debug
endif
ifneq (,$(filter debug,$(DEB_BUILD_OPTIONS)))
cdbs_kde_enable_debug = --enable-debug=full
endif
cdbs_configure_flags += --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug)
DEB_AC_AUX_DIR = $(DEB_SRCDIR)/admin
DEB_CONFIGURE_INCLUDEDIR = "\$${prefix}/include/tde"
DEB_COMPRESS_EXCLUDE = .dcl .docbook -license .tag .sty .el
$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
if test -x /usr/bin/dh_icons; then dh_icons -p$(cdbs_curpkg) $(DEB_DH_ICONCACHE_ARGS); fi
cleanbuilddir::
-$(if $(call cdbs_streq,$(DEB_BUILDDIR),$(DEB_SRCDIR)),,rm -rf $(DEB_BUILDDIR))
common-build-arch common-build-indep:: debian/stamp-kde-apidox
debian/stamp-kde-apidox:
$(if $(DEB_KDE_APIDOX),+$(DEB_MAKE_INVOKE) apidox)
touch $@
common-install-prehook-impl::
mkdir -p po
-XGETTEXT=/usr/bin/kde-xgettext EXTRACTATTR=/opt/trinity/bin/extractattr sh $(DEB_SRCDIR)/admin/cvs.sh extract-messages
-for file in po/*pot; do \
sed "s/charset=CHARSET/charset=UTF-8/" -i $$file; \
done
common-install-arch common-install-indep:: common-install-kde-apidox
common-install-kde-apidox::
$(if $(DEB_KDE_APIDOX),+$(DEB_MAKE_INVOKE) install-apidox DESTDIR=$(DEB_DESTDIR))
clean::
rm -f debian/stamp-kde-apidox
rm -rf po/*.pot
# This is a convenience target for calling manually. It's not part of
# the build process.
buildprep: clean apply-patches
$(MAKE) -f admin/Makefile.common dist
debian/rules clean
endif

@ -0,0 +1,29 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -0,0 +1,19 @@
#!/usr/bin/env perl
use strict;
use warnings;
my $version = `dpkg-parsechangelog | awk '/^Version/ {print \$2}'`;
my ($version3, $version3_next);
my ($version2, $version2_next);
($version3 = $version) =~ s/^(([^.]+\.){2}[^.+~-]+)[.+~-]?[^-]*-[^-]+$/$1/;
($version2 = $version3) =~ s/\.[^.]+$//;
($version3_next = $version3) =~ s/(?<=\.)(\d+)[a-z]?$/($1+1)/e;
($version2_next = $version2) =~ s/(?<=\.)(\d+)$/($1+1)/e;
print "KDE-Version3=$version3\n";
print "KDE-Version2=$version2\n";
print "KDE-Next-Version3=$version3_next\n";
print "KDE-Next-Version2=$version2_next\n";

@ -0,0 +1,6 @@
tdepowersave-trinity (0.7.3-0ubuntu3) karmic; urgency=low
* Karmic rebuild
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Thu, 02 July 2009 16:08:00 -0600

@ -0,0 +1,42 @@
Source: tdepowersave-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: Michael Biebl <biebl@debian.org>
Build-Depends: cdbs, debhelper (>= 5.0.0), tdelibs4-trinity-dev, libxss-dev, libxtst-dev, libdbus-1-dev (>= 0.6), libdbus-tqt-1-dev, automake, autoconf, libtool, libltdl-dev
Build-Conflicts: autoconf2.13
Standards-Version: 3.8.4
Homepage: http://sourceforge.net/projects/powersave/
Package: tdepowersave-trinity
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: kpowersave-trinity, kpowersave-nohal-trinity
Description: Power management applet for Trinity
KPowersave is a TDE systray applet which allows to control the power
management settings and policies of your computer.
It relies on the TDE hardware library to do the heavy lifting.
.
Current feature list:
* support for ACPI, APM and PMU
* trigger suspend to disk/ram and standby
* switch cpu frequency policy (between: performance, dynamic and powersave)
* applet icon with information about AC state, battery fill and battery
(warning) states
* applet tooltip with information about battery fill and remaining battery
time/percentage
* autosuspend (to suspend the machine if the user has been inactive for a
defined time)
* a global configurable blacklist with programs which prevent autosuspend
(e.g. videoplayer and cd burning tools)
* trigger lock screen and select the lock method
* KNotify support
* online help
* localisations for many languages
KPowersave supports schemes with following configurable specific
settings for:
* screensaver
* DPMS
* autosuspend
* scheme specific blacklist for autosuspend
* notification settings

@ -0,0 +1,24 @@
#! /bin/sh
set -e
package_name=tdepowersave-trinity
if [ -z "$package_name" ]; then
print >&2 "Internal Error. Please report a bug."
exit 1;
fi
case "$1" in
remove)
dpkg-divert --package $package_name --rename --remove /etc/acpi/powerbtn.sh
;;
purge)
;;
upgrade)
;;
*) echo "$0: didn't understand being called with \`$1'" 1>&2
exit 0;;
esac
exit 0

@ -0,0 +1,37 @@
#! /bin/sh
set -e
package_name=tdepowersave-trinity
if [ -z "$package_name" ]; then
print >&2 "Internal Error. Please report a bug."
exit 1;
fi
case "$1" in
install)
divert=`dpkg-divert --listpackage "/etc/acpi/powerbtn.sh"`
if [ -n "$divert" ] && [ "$divert" = "LOCAL" ]; then
dpkg-divert --remove --local --rename "/etc/acpi/powerbtn.sh"
divert=""
fi
dpkg-divert --package $package_name --divert /etc/acpi/powerbtn.sh.distrib --rename /etc/acpi/powerbtn.sh
;;
upgrade)
divert=`dpkg-divert --listpackage "/etc/acpi/powerbtn.sh"`
if [ -n "$divert" ] && [ "$divert" = "LOCAL" ]; then
dpkg-divert --remove --local --rename "/etc/acpi/powerbtn.sh"
divert=""
fi
if [ -z "$divert" ]; then
dpkg-divert --package $package_name --divert /etc/acpi/powerbtn.sh.distrib --rename /etc/acpi/powerbtn.sh
fi
;;
abort-upgrade)
;;
*) echo "$0: didn't understand being called with \`$1'" 1>&2
exit 0;;
esac
exit 0

@ -0,0 +1,48 @@
#!/usr/bin/make -f
include debian/cdbs/kde.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde
DEB_CONFIGURE_MANDIR := /opt/trinity/share/man
DEB_CONFIGURE_PREFIX := /opt/trinity
DEB_CONFIGURE_INFODIR := /opt/trinity/share/info
cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug)
DEB_INSTALL_DOCS_ALL := AUTHORS NEWS
DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
&& echo xz || echo bzip2)
post-patches:: debian/stamp-bootstrap
debian/stamp-bootstrap:
! [ -f /usr/share/libtool/ltmain.sh ] || \
cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
! [ -f /usr/share/libtool/config/ltmain.sh ] || \
cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
make -f admin/Makefile.common cvs
touch debian/stamp-bootstrap
install/kpowersave::
install -p -D -m644 debian/tdepowersave-trinity.lintian debian/kpowersave/opt/trinity/share/lintian/overrides/kpowersave
install -p -D -m644 debian/tdepowersave-trinity.linda debian/kpowersave/opt/trinity/share/linda/overrides/kpowersave
clean::
find . -name Makefile.in | xargs rm -f
rm -f acinclude.m4
rm -f aclocal.m4
rm -f configure
rm -f configure.files
rm -f configure.in
rm -f config.h.in
rm -f stamp-h.in
rm -f subdirs
rm -f admin/ltmain.sh
rm -f admin/libtool.m4.in
rm -f debian/stamp-bootstrap

@ -0,0 +1,6 @@
# Use xz instead of gzip
compression = "xz"
compression-level = 9
# Don't run differences
diff-ignore = .*

@ -1187,3 +1187,9 @@ Architecture: all
Depends: tde-guidance-powermanager-trinity
Conflicts: kde-guidance-powermanager-trinity (< 4:13.9.9)
Description: Transitional dummy package. This can be safely removed after your TDE upgrade has completed.
Package: kpowersave-nohal-trinity
Architecture: all
Depends: tdepowersave-trinity
Conflicts: kpowersave-nohal-trinity (< 4:13.9.9)
Description: Transitional dummy package. This can be safely removed after your TDE upgrade has completed.

Loading…
Cancel
Save