rev 4107 - in people/jriddell/KDE/3.5: . kdevelop kdevelop/debian kdevelop/debian/cdbs kdevelop/debian/patches

Jonathan Riddell jriddell-guest at costa.debian.org
Thu Jul 13 08:22:52 UTC 2006


Author: jriddell-guest
Date: 2006-07-13 08:22:50 +0000 (Thu, 13 Jul 2006)
New Revision: 4107

Added:
   people/jriddell/KDE/3.5/kdevelop/
   people/jriddell/KDE/3.5/kdevelop/debian/
   people/jriddell/KDE/3.5/kdevelop/debian/README.Debian
   people/jriddell/KDE/3.5/kdevelop/debian/cdbs/
   people/jriddell/KDE/3.5/kdevelop/debian/cdbs/debian-qt-kde.mk
   people/jriddell/KDE/3.5/kdevelop/debian/cdbs/versions.pl
   people/jriddell/KDE/3.5/kdevelop/debian/changelog
   people/jriddell/KDE/3.5/kdevelop/debian/compat
   people/jriddell/KDE/3.5/kdevelop/debian/control
   people/jriddell/KDE/3.5/kdevelop/debian/copyright
   people/jriddell/KDE/3.5/kdevelop/debian/kdevelop-data.install
   people/jriddell/KDE/3.5/kdevelop/debian/kdevelop-dev.install
   people/jriddell/KDE/3.5/kdevelop/debian/kdevelop-doc.install
   people/jriddell/KDE/3.5/kdevelop/debian/kdevelop-doc.links
   people/jriddell/KDE/3.5/kdevelop/debian/kdevelop.install
   people/jriddell/KDE/3.5/kdevelop/debian/kdevelop.xpm
   people/jriddell/KDE/3.5/kdevelop/debian/menu
   people/jriddell/KDE/3.5/kdevelop/debian/patches/
   people/jriddell/KDE/3.5/kdevelop/debian/patches/buildtools_plugins_path.diff
   people/jriddell/KDE/3.5/kdevelop/debian/patches/kofficepart_template.diff
   people/jriddell/KDE/3.5/kdevelop/debian/patches/kubuntu_01_kdepot.diff
   people/jriddell/KDE/3.5/kdevelop/debian/patches/pcsimporter_plugins_path.diff
   people/jriddell/KDE/3.5/kdevelop/debian/rules
   people/jriddell/KDE/3.5/kdevelop/debian/watch
Log:
Add kdevelop


Added: people/jriddell/KDE/3.5/kdevelop/debian/README.Debian
===================================================================
--- people/jriddell/KDE/3.5/kdevelop/debian/README.Debian	2006-07-13 00:11:37 UTC (rev 4106)
+++ people/jriddell/KDE/3.5/kdevelop/debian/README.Debian	2006-07-13 08:22:50 UTC (rev 4107)
@@ -0,0 +1,7 @@
+KDevelop3 for Debian
+-------------------
+
+If you wish to make use of KDevelop's SVN integration, you need to install
+either the 'kdesdk-kio-plugins' or the 'kdesvn-kio-plugins' package.
+
+ -- Jeremy Lainé <jeremy.laine at m4x.org>  Fri, 13 Jan 2006 20:00:05 +0100

Added: people/jriddell/KDE/3.5/kdevelop/debian/cdbs/debian-qt-kde.mk
===================================================================
--- people/jriddell/KDE/3.5/kdevelop/debian/cdbs/debian-qt-kde.mk	2006-07-13 00:11:37 UTC (rev 4106)
+++ people/jriddell/KDE/3.5/kdevelop/debian/cdbs/debian-qt-kde.mk	2006-07-13 08:22:50 UTC (rev 4107)
@@ -0,0 +1,99 @@
+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:
+	if test -n "$(DEB_KDE_CVS_MAKE)" -a ! -f configure; then \
+		$(MAKE) -C $(DEB_SRCDIR) -f admin/Makefile.common dist; \
+	fi
+	touch debian/stamp-cvs-make
+
+include /usr/share/cdbs/1/class/kde.mk$(_cdbs_makefile_suffix)
+
+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)
+
+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)/usr/share/doc/kde/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/usr/share/doc/kde/HTML/en/$$pkg; \
+		cd $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/usr/share/doc/kde/HTML/en/$$pkg; \
+		meinproc $(DEB_DESTDIR)/usr/share/doc/kde/HTML/en/$$pkg/index.docbook; \
+	done
+	for pkg in $(DOC_HTML_PRUNE) ; do \
+	  rm -rf debian/$(DEB_SOURCE_PACKAGE)-doc-html/usr/share/doc/kde/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

Added: people/jriddell/KDE/3.5/kdevelop/debian/cdbs/versions.pl
===================================================================
--- people/jriddell/KDE/3.5/kdevelop/debian/cdbs/versions.pl	2006-07-13 00:11:37 UTC (rev 4106)
+++ people/jriddell/KDE/3.5/kdevelop/debian/cdbs/versions.pl	2006-07-13 08:22:50 UTC (rev 4107)
@@ -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/-[^-]+$//;
+($version2 = $version3) =~ s/\.[^.]+$//;
+
+($version3_next = $version3) =~ s/(?<=\.)(\d+)$/($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";

Added: people/jriddell/KDE/3.5/kdevelop/debian/changelog
===================================================================
--- people/jriddell/KDE/3.5/kdevelop/debian/changelog	2006-07-13 00:11:37 UTC (rev 4106)
+++ people/jriddell/KDE/3.5/kdevelop/debian/changelog	2006-07-13 08:22:50 UTC (rev 4107)
@@ -0,0 +1,892 @@
+kdevelop (4:3.3.3-0ubuntu1) edgy; urgency=low
+
+  * New upstream release
+  * Sync with Debian, includes rename from kdevelop3 to kdevelop
+
+ -- Jonathan Riddell <jriddell at ubuntu.com>  Tue,  4 Jul 2006 17:29:42 +0000
+
+kdevelop (4:3.3.2-5) unstable; urgency=low
+
+  * Remove circular dependencies (Closes: #368474)
+  * Merge kdevelop-plugins into kdevelop
+  * Add Recommends on libtool (Closes: #284694) 
+  * Update to standards version 3.7.2
+  * Update versioned Build-Depends on debhelper to >= 5
+  * Add debian/watch file
+  * Relax versioned Build-Depends on libcvsservice0-dev
+
+ -- Jeremy Lainé <jeremy.laine at m4x.org>  Tue, 23 May 2006 18:39:42 +0200
+
+kdevelop (4:3.3.2-4) unstable; urgency=low
+
+  * Rename kdevelop3 to kdevelop (Closes: #312705, #322422)
+  * Drop htdig cron job and debconf questions (Closes: #296867, #258382,
+    #168113, #316252)
+  * Fix typo in kdevelop-data description (Closes: #364139)
+  * Fix debian/copyright
+  * Move misplaced plugins from /usr/lib to /usr/lib/kde3
+  * Update to standards version 3.7.0
+  * Add icon in XPM format for kdevelop
+
+ -- Jeremy Lainé <jeremy.laine at m4x.org>  Thu,  4 May 2006 12:06:12 +0200
+
+kdevelop3 (4:3.3.2-1) unstable; urgency=low
+
+  * New upstream release
+  * Add Italian debconf translations (Closes: #358163, #349345)
+
+ -- Jeremy Lainé <jeremy.laine at m4x.org>  Sun,  2 Apr 2006 16:05:18 +0200
+
+kdevelop3 (4:3.3.1-1) unstable; urgency=low
+
+  * New upstream release 
+  - fix code completion for external libraries (Closes: #355444, #351290)
+  * Build-Depends on automake1.9, not automaken
+  * Fix KOffice part C++ template (Closes: #345279)
+  * Suppress debugging output (Closes: #349878)
+
+ -- Jeremy Lainé <jeremy.laine at m4x.org>  Wed,  8 Mar 2006 23:39:40 +0100
+
+kdevelop3 (4:3.3.2-0ubuntu3) dapper; urgency=low
+
+  * debian/rules:
+    + Use dh_iconcache .
+
+ -- Zak B. Elep <zakame at ubuntu.com>  Thu,  4 May 2006 21:59:27 -0400
+
+kdevelop3 (4:3.3.2-0ubuntu2) dapper; urgency=low
+
+  * Edit debian/cdbs/kde.mk to mark .po files as UTF-8
+
+ -- Jonathan Riddell <jriddell at ubuntu.com>  Fri, 21 Apr 2006 19:14:31 +0100
+
+kdevelop3 (4:3.3.2-0ubuntu1) dapper; urgency=low
+
+  * New upstream release
+
+ -- Jonathan Riddell <jriddell at ubuntu.com>  Mon, 20 Mar 2006 12:06:30 +0000
+
+kdevelop3 (4:3.3.1-0ubuntu1) dapper; urgency=low
+
+  * Sync with Debian
+
+ -- Jonathan Riddell <jriddell at ubuntu.com>  Mon, 23 Jan 2006 17:40:48 +0000
+
+kdevelop3 (4:3.3.0-2) unstable; urgency=low
+
+  * Add Suggests on exuberant-ctags (Closes: #178793)
+  * Make kdevelop3-dev architecture 'any' due to .la files
+  * Move some .la files back to kdevelop3, these are for plugins
+
+ -- Jeremy Lainé <jeremy.laine at m4x.org>  Tue, 17 Jan 2006 08:11:19 +0100
+
+kdevelop3 (4:3.3.0-1) unstable; urgency=low
+
+  * New upstream release, build against KDE 3.5 (Closes: #347862)
+  * Add Jeremy Lainé to maintainers, acknowledge NMU fixes (Closes: #274966,
+    #295659, #302133, #304203, #304419, #306485, #309351, #311153, #312160,
+    #312161, #315170, #326883, #326929, #327710, #327730, #330037, #330038,
+    #331346, #336094, #341990) 
+  * Switch to Debian Qt/KDE team's CDBS scripts
+  * Update Suggests and README.Debian regarding SVN integration
+  * Remove explicit Build-Depends on g++-3.4 (Closes: #342991)
+  * Remove patches/qmake_new_class_fix.diff, included upstream
+  * Move development .la and .so files to kdevelop3-dev (Closes: #327904)
+
+ -- Jeremy Lainé <jeremy.laine at m4x.org>  Fri, 13 Jan 2006 20:00:05 +0100
+
+kdevelop3 (4:3.2.2-0.7) unstable; urgency=low
+
+  * Non-maintainer upload
+  * Remove obsolete Build-Depends on libdb4.1-dev, add libdb4.3-dev
+  * Update versioned Build-Depends on libcvsservice-dev
+  * Fix crash when disabling plugins (Closes: #306485)
+  * Fix cron.weekly when package is removed but not purged (Closes: #302133)
+
+ -- Jeremy Lainé <jeremy.laine at m4x.org>  Wed, 21 Dec 2005 22:00:59 +0100
+
+kdevelop3 (4:3.2.2-0.6) unstable; urgency=low
+
+  * Non-maintainer upload
+  * Rebuild against kdelibs4c2a (Closes: #341990)
+  * Add a note about SVN integration in README.Debian (Closes: #295659)
+  * Remove obsolete Build-Depends on libdb4.0-dev
+  * Fix KDevelop documentation browsing (correct DocPath in *.desktop)
+
+ -- Jeremy Lainé <jeremy.laine at m4x.org>  Sun,  4 Dec 2005 17:24:35 +0100
+
+kdevelop3 (4:3.3.0-0ubuntu4) dapper; urgency=low
+
+  * Add kubuntu_01_app_name.diff, fix .desktop files for kdevelop3
+    rename
+
+ -- Jonathan Riddell <jriddell at ubuntu.com>  Fri, 30 Dec 2005 13:20:34 +0000
+
+kdevelop3 (4:3.3.0-0ubuntu3) dapper; urgency=low
+
+  * Replace automaken build-dep with automake1.9
+  * Make libdb4.3 the only build-dep candidate for libdb
+  * Alter debian/rules for .pot generation
+
+ -- Jonathan Riddell <jriddell at ubuntu.com>  Sat, 10 Dec 2005 18:35:19 +0000
+
+kdevelop3 (4:3.3.0-0ubuntu2) dapper; urgency=low
+
+  * Rebuild for a2c transition without changes.
+
+ -- Stefan Potyra <sistpoty at ubuntu.com>  Fri,  9 Dec 2005 13:10:37 +0100
+
+kdevelop3 (4:3.3.0-0ubuntu1) dapper; urgency=low
+
+  * New upstream release
+
+ -- Jonathan Riddell <jriddell at ubuntu.com>  Wed, 23 Nov 2005 23:59:22 +0000
+
+kdevelop3 (4:3.2.2-0.5) unstable; urgency=low
+
+  * Non-maintainer upload
+  * Make sure kdevelop3 and kdevelop3-plugins have the same version
+    (Closes: #336094)
+
+ -- Jeremy Lainé <jeremy.laine at m4x.org>  Thu, 27 Oct 2005 18:47:30 +0200
+
+kdevelop3 (4:3.2.2-0.4) unstable; urgency=low
+
+  * Non-maintainer upload
+  * Remove hardcoded Depends on debconf, let dh_installdebconf
+    handle it by using ${misc:Depends} (Closes: #327730)
+  * Add Swedish debconf translation (Closes: #331346)
+  * Remove obsolete Build-Depends on libsvn0-dev
+  * Switch to Python 2.4
+
+ -- Jeremy Lainé <jeremy.laine at m4x.org>  Tue, 18 Oct 2005 14:43:03 +0200
+
+kdevelop3 (4:3.2.2-0.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * work around gcc-4.0 FTBFS on some architectures
+
+ -- LaMont Jones <lamont at debian.org>  Fri, 14 Oct 2005 19:28:31 +0000
+
+kdevelop3 (4:3.2.2-0.2) unstable; urgency=low
+
+  * Non-maintainer upload
+  * Fix kdevdesigner crash on start (Closes: #309351)
+  * Fix kdevassistant crash on start (Closes: #274966)
+  * Fix file permissions of Python/Qt examples (Closes: #330037, #330038) 
+
+ -- Jeremy Lainé <jeremy.laine at m4x.org>  Thu, 15 Sep 2005 08:37:32 +0200
+
+kdevelop3 (4:3.2.2-0.1) unstable; urgency=low
+
+  * Non-maintainer upload
+  * New upstream release (Closes: #326883)
+  * Build against new Qt / KDE libraries (Closes: #326929)
+  * Fix lintian warnings:
+   - Update to Standards-Version 3.6.2
+   - Replace possible bashism "-a" by "&&" in debian/config  
+  * Add Suggests on kdesdk-misc to provide kio_svn files
+  * Translation fixes:
+   - Fix debian/templates.master, run debconf-updatepo (Closes: #312161) 
+   - Add Vietnamese debconf translation (Closes: #312160)
+   - Update Brazilian translation (Closes: #304419)
+  * Fix adding new classes to qmake projects (Closes: #315170)
+  * Remove X-KDE-KDevelopIDE category from .desktop entries
+  * Add --disable-rpath to configure flags (Closes: #327710) 
+  * Fix debian/menu , package is 'kdevelop3' not 'kdevelop' (Closes: #311153)
+  * Fix some references to 'kdevelop' in .desktop files (Closes: #304203)
+  * Add missing Depends on debconf (Closes: #327730)
+
+ -- Jeremy Lainé <jeremy.laine at m4x.org>  Mon, 12 Sep 2005 23:15:38 +0200
+
+kdevelop3 (4:3.2.3-0ubuntu1) breezy; urgency=low
+
+  * New upstream release
+
+ -- Jonathan Riddell <jriddell at ubuntu.com>  Sat,  8 Oct 2005 22:20:19 +0000
+
+kdevelop3 (4:3.2.2-0ubuntu2) breezy; urgency=low
+
+  * Rebuild because of updated QT/KDE
+
+ -- Stephan Hermann <sh at sourcecode.de>  Wed,  7 Sep 2005 21:09:08 +0200
+
+kdevelop3 (4:3.2.2-0ubuntu1) breezy; urgency=low
+
+  * New upstream release
+  * Switch to Python 2.4
+
+ -- Jonathan Riddell <jriddell at ubuntu.com>  Tue, 26 Jul 2005 20:12:10 +0000
+
+kdevelop3 (4:3.2.1-0ubuntu1) breezy; urgency=low
+
+  * New upstream release 
+
+ -- Jonathan Riddell <jr at jriddell.org>  Fri, 25 Mar 2005 00:40:35 +0000
+
+kdevelop3 (4:3.2.0-3) unstable; urgency=low
+
+  * Fixed up the creation and removal of the symlinks for kio_svn
+    files (Closes: #310684)
+
+ -- Norman Jordan <njordan at debian.org>  Wed, 25 May 2005 10:18:35 -0700
+
+kdevelop3 (4:3.2.0-2) unstable; urgency=medium
+
+  * Added the debconf translations back (Closes: #305276)
+  * Removed kpaint from the suggests field for kdevelop3
+    (Closes: #308198)
+  * Fixed icon path (Closes: #299522)
+  * Added pt_BR debconf translation (Closes: #304419)
+  * Moved the kio_svn files out of the way. Symlinks are created for
+    them if they are not already there. (Closes: #309379)
+
+ -- Norman Jordan <njordan at debian.org>  Mon,  23 May 2005 03:52:16 -0700
+
+kdevelop3 (4:3.2.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Norman Jordan <njordan at debian.org>  Mon,  4 Apr 2005 10:25:06 -0700
+
+kdevelop3 (4:3.2.0-0-BS1) unstable; urgency=low
+
+  * updated to released version
+
+ -- Bernd Schubert <bernd.schubert at pci.uni-heidelberg.de>  Thu, 17 Mar 2005 00:49:05 +0100
+
+kdevelop3 (4:3.1.2-3.2.0-rc1-cvs050306-2) unstable; urgency=low
+
+  * reverted the Makefile changes, modified the sourcecode instead
+
+ -- Bernd Schubert <bernd.schubert at pci.uni-heidelberg.de>  Wed,  9 Mar 2005 15:18:37 +0100
+
+kdevelop3 (4:3.1.2-3.2.0-rc1-cvs050306-1) unstable; urgency=low
+
+  * current cvs version
+  * not an offical debian version, so changed the maintainer
+  * had to replace the profilesdatadir in the Makefiles*
+
+ -- Bernd Schubert <bernd.schubert at pci.uni-heidelberg.de>  Wed,  9 Mar 2005 13:29:30 +0100
+
+kdevelop3 (4:3.1.2-4) unstable; urgency=low
+
+  * Fixed up the problem with linking a shared library with a static
+    one (Closes: #296511)
+  * Now the VIM editor part can no longer be loaded (Closes: #286884, #291814)
+
+ -- Norman Jordan <njordan at debian.org>  Thu,  9 Mar 2005 10:55:27 -0800
+
+kdevelop3 (4:3.1.2-3) unstable; urgency=low
+
+  * KDevelop 2.x is not yet phased out.
+  * Upload to get the latest upstream version into Debian
+
+ -- Norman Jordan <njordan at debian.org>  Tue, 19 Feb 2005 14:34:21 -0800
+
+kdevelop (4:3.1.2-2) unstable; urgency=low
+
+  * Added the Czech Debconf translation (Closes: #289456)
+  * Fix building on amd64 (Closes: #287096)
+
+ -- Norman Jordan <njordan at debian.org>  Wed, 26 Jan 2005 09:05:00 -0800
+
+kdevelop3 (4:3.1.2-1ubuntu2) hoary; urgency=low
+
+  * Patch bdb_compile_pic to compile bdb using -fPIC to prevent compiler errors on amd64
+  * Build-dep on qt3-apps-dev
+  * Use /etc/kde3/kdevelop3rc not /usr/share/config/kdevelop3rc
+
+ -- Jonathan Riddell <jr at jriddell.org>  Sat, 22 Jan 2005 16:33:29 +0000
+
+kdevelop3 (4:3.1.2-1ubuntu1) hoary; urgency=low
+
+  * New upstream release 
+
+ -- Andreas Mueller <amu at canonical.com>  Sun, 16 Jan 2005 13:50:28 +0100
+
+kdevelop (4:3.1.2-1) unstable; urgency=low
+
+  * New upstream release
+  * KDevelop 2.x is now phased out, the kdevelop packages now contain
+    KDevelop 3.x
+  * Added libsvn0-dev to the build dependencies (Closes: #285873)
+  * Fixed the search path for the images (Closes: #236111)
+  * Added a versioned dependency to libcvsservice-dev 3.3.0
+    (Closes: #284626)
+
+ -- Norman Jordan <njordan at debian.org>  Tue, 28 Dec 2004 01:22:23 -0800
+
+kdevelop3 (4:3.1.1-2) unstable; urgency=medium
+
+  * Changed the icon entry in kdevelop3.desktop to refer to the
+    kdevelop3 icon (Closes: #239028)
+  * Now symbolic links are created that are named kdevelop3.mo and
+    point to the kdevelop.mo files from the kde-i18n-* packages
+    (Closes: #280794, #257076, #251475)
+
+ -- Norman Jordan <njordan at debian.org>  Sun, 14 Nov 2004 02:27:16 -0800
+
+kdevelop3 (4:3.1.1-1) unstable; urgency=low
+
+  * New upstream release
+  * Modified debconf phrase to use a question mark (Closes: #274019)
+  * Changed the directory that is searched for the license headers
+    (Closes: #279255)
+
+ -- Norman Jordan <njordan at debian.org>  Tue,  9 Nov 2004 23:01:42 -0800
+
+kdevelop3 (4:3.1.0-4) unstable; urgency=low
+
+  * Changed the configure options that are used. Now all languages,
+    and project types are enabled.
+
+ -- Norman Jordan <njordan at debian.org>  Wed,  6 Oct 2004 02:22:34 -0700
+
+kdevelop3 (4:3.1.0-3) unstable; urgency=low
+
+  * Modified vcs/cvsservice/cvspartimpl.cpp to support the version of
+    libcvsservice currently in Debian
+  * Added libcvsservice-dev to the build-dependencies (Closes: #273681)
+  * Added the German debconf translation (Closes: #273998)
+
+ -- Norman Jordan <njordan at debian.org>  Mon, 29 Sep 2004 20:50:39 -0700
+
+kdevelop3 (4:3.1.0-2) unstable; urgency=low
+
+  * Added qt3-apps-dev to the build-dependencies (Closes: #273534)
+
+ -- Norman Jordan <njordan at debian.org>  Sun, 26 Sep 2004 18:07:38 -0700
+
+kdevelop3 (4:3.1.0-1) unstable; urgency=low
+
+  * New upstream release
+  * Added the Japanese Debconf translation (Closes: #255057)
+  * Added ctags to the recommends field of the kdevelop3 package
+    (Closes: #265742)
+  * Changed the local copy of BDB to compile with the -fPIC flag. Required
+    for compiling on AMD64.
+
+ -- Norman Jordan <njordan at debian.org>  Sat, 25 Sep 2004 11:21:57 -0700
+
+kdevelop3 (4:3.0.4-2) unstable; urgency=low
+
+  * Now the kdevelop3 package depends on automaken, rather than listing each
+    version of automake, same for the build-dependencies
+  * Added a diversion for the file
+    /usr/share/icons/hicolor/22x22/actions/save_all.png
+    (Closes: #258383)
+  * Now libdb4.2-dev can satisfy the libdb*-dev build-dependency
+  * Updated the French translation (Closes: #255414)
+
+ -- Norman Jordan <njordan at debian.org>  Sun, 11 Jul 2004 23:07:36 -0700
+
+kdevelop3 (4:3.0.4-1) unstable; urgency=low
+
+  * New upstream release
+  * Rewrote the kdevelop3 postinst script in Perl
+  * Now the global documentation index is generated in the background
+    (Closes: #247123)
+  * Updated the menu file (Closes: #254651)
+
+ -- Norman Jordan <njordan at debian.org>  Wed, 16 Jun 2004 12:55:21 -0700
+
+kdevelop3 (4:3.0.3-2) unstable; urgency=low
+
+  * Updated the depends field for kdevelop3 to accept automake1.8 as the
+    automake package to use (Closes: #249624)
+  * Added libtool to the recommends field for kdevelop3 (Closes: #250597)
+
+ -- Norman Jordan <njordan at debian.org>  Wed,  2 Jun 2004 00:10:17 -0700
+
+kdevelop3 (4:3.0.3-1) unstable; urgency=low
+
+  * New upstream release
+  * Removed the /usr/lib/lib*.la files from the kdevelop3-dev package
+    (Closes: #243981)
+
+ -- Norman Jordan <njordan at debian.org>  Thu, 22 Apr 2004 12:52:06 -0700
+
+kdevelop3 (4:3.0.2-2) unstable; urgency=low
+
+  * Moved the *.la files from kdevelop3-dev to kdevelop3 (Closes: #234824)
+  * Added the Dutch translation provided by Frans Pop <aragorn at tiscali.nl>
+    (Closes: #237817)
+
+ -- Norman Jordan <njordan at debian.org>  Wed, 17 Mar 2004 19:22:00 -0800
+
+kdevelop3 (4:3.0.2-1) unstable; urgency=low
+
+  * New upstream release
+  * Added a French debconf translation provided by Eric <eric-m at wanadoo.fr>
+    (Closes: #236299)
+
+ -- Norman Jordan <njordan at debian.org>  Wed, 10 Mar 2004 01:49:46 -0800
+
+kdevelop3 (4:3.0.1-2) unstable; urgency=low
+
+  * Now the update_doc_index.sh script and the config script will only accept
+    the installed version of ht://Dig if it is version 3.2.x (Closes: #234753)
+  * Updated the configure options so that the Qt documentation is detected
+  * Cleaned up the dependencies and suggests fields for all of the packages
+    (Closes: #235105)
+  * Fixed the debconf templates using the patch from Denis Barbier
+    (Closes: #234825)
+  * Changed the description for the kdevelop3-dev package to make it clear
+    that this package is only needed for writing KDevelop plugins
+    (Closes: #235248)
+
+ -- Norman Jordan <njordan at debian.org>  Sun, 29 Feb 2004 23:40:45 -0800
+
+kdevelop3 (4:3.0.1-1) unstable; urgency=low
+
+  * New upstream release
+  * Updated the configure options
+  # The cron job no longer uses debconf
+
+ -- Norman Jordan <njordan at debian.org>  Fri, 20 Feb 2004 21:48:35 -0800
+
+kdevelop3 (4:3.0.0-1) unstable; urgency=low
+
+  * Updated to the 3.0.0 release
+  * Update debian/update_doc_index.sh
+    - Updated to work with the htdig 3.2.x packages
+  * Fixed the documentation search dialog
+  * Updated the htdig suggestion to htdig 3.2
+  * Added a debconf question to see if the global documentation index should
+    be created
+
+ -- Norman Jordan <njordan at debian.org>  Sun,  15 Feb 2004 19:26:18 -0800
+
+kdevelop3 (4:3.0-00cvs-20031106) unstable; urgency=low
+
+  * Updated CVS sources
+  * Update debian/update_doc_index.sh
+    - Will not try to compare package versions for documentation packages that
+      are not installed
+
+ -- Norman Jordan <njordan at debian.org>  Thu,  6 Nov 2003 22:40:19 -0800
+
+kdevelop3 (4:3.0-00cvs20031021) unstable; urgency=low
+
+  * Updated CVS sources
+  * Added the 'noopt' option to use the --enable-debug=full to configure
+    option. Patch supplied by Chris Halls.
+
+ -- Norman Jordan <njordan at debian.org>  Tue, 21 Oct 2003 13:51:34 -0700
+
+kdevelop3 (4:3.0-00cvs20031013) unstable; urgency=low
+
+  * Updated CVS sources
+  * Change the package names again to kdevelop3*
+    - Now KDevelop 3 and KDevelop 2 can be installed at the same time
+
+ -- Norman Jordan <njordan at debian.org>  Mon, 13 Oct 2003 23:05:06 -0700
+
+kdevelop (4:2.999-0cvs20031006) unstable; urgency=low
+
+  * Updated CVS sources
+  * Changed the packages to kdevelop* rather than gideon*
+  * The packages now conflict with the gideon packages
+  * The kdevelop package now contains all lib*.so.* and lib*.so files in
+    /usr/lib
+  * The kdevelop-dev package now contains all lib*.la files in /usr/lib
+
+ -- Norman Jordan <njordan at debian.org>  Mon,  6 Oct 2003 13:03:35 -0700
+
+gideon (1:2.999-0cvs20030928) unstable; urgency=low
+
+  * Updated CVS sources
+  * Updated the gideon-doc package to include the gideon HTML documentation
+  * Removed the x-pascal.desktop file from gideon-data
+
+ -- Norman Jordan <njordan at debian.org>  Sun, 28 Sep 2003 15:27:30 -0700
+
+gideon (1:2.999-0cvs20030918) unstable; urgency=low
+
+  * Updated CVS sources
+  * Added the libraries without a package to the gideon package
+
+ -- Norman Jordan <njordan at debian.org>  Thu, 18 Sep 2003 03:47:53 -0700
+
+gideon (1:2.999-0cvs20030909) unstable; urgency=low
+
+  * Updated CVS sources
+
+ -- Norman Jordan <njordan at debian.org>  Tue,  9 Sep 2003 23:56:47 -0700
+
+gideon (1:2.999-0cvs20030905) unstable; urgency=low
+
+  * Updated CVS sources
+
+ -- Norman Jordan <njordan at debian.org>  Thu,  5 Sep 2003 18:36:53 -0700
+
+gideon (1:2.999-0cvs20030820) unstable; urgency=low
+
+  * Updated CVS sources
+  * Updated the build-depends and suggests fields
+    - Removed obsolete packages
+
+ -- Norman Jordan <njordan at debian.org>  Wed, 20 Aug 2003 16:15:24 -0700
+
+gideon (1:2.999-0cvs20030815) unstable; urgency=low
+
+  * Updated CVS sources
+  * Added some extra arguments for when configure is run
+    + Enabled all of the language support options
+  * Added python2.2-dev / python2.3-dev to the build depends
+
+ -- Norman Jordan <njordan at debian.org>  Tue, 15 Aug 2003 03:18:32 -0700
+
+gideon (1:2.999-0cvs20030802) unstable; urgency=low
+
+  * Updated CVS sources
+  * Built against KDE 3.1.3
+  * Fixed to compile with GCC 3.3
+
+ -- Norman Jordan <njordan at debian.org>  Sat,  2 Aug 2003 05:03:12 -0700
+
+gideon (1:2.999-0cvs20030719) unstable; urgency=low
+
+  * Updated CVS sources
+
+ -- Norman Jordan <njordan at debian.org>  Sat, 19 Jul 2003 14:14:26 -0700
+
+gideon (1:2.999-0cvs20030716) unstable; urgency=low
+
+  * Updated the Debian menu entry to use the name KDevelop 3.0
+  * Added the Gideon icon to the Debian menu entry
+  * Updated CVS sources
+
+ -- Norman Jordan <njordan at debian.org>  Wed, 16 Jul 2003 21:04:24 -0700
+
+gideon (1:2.999-0cvs20030706) unstable; urgency=low
+
+  * Updated CVS sources
+  * Added the URL for KDevelop to the package descriptions
+
+ -- Norman Jordan <njordan at debian.org>  Sun,  6 Jul 2003 23:51:16 -0700
+
+gideon (1:2.999-0cvs20030702) unstable; urgency=low
+
+  * Updated CVS sources
+
+ -- Norman Jordan <njordan at debian.org>  Wed,  2 Jul 2003 03:41:49 -0700
+
+gideon (1:2.999-0cvs20030621) unstable; urgency=low
+
+  * Updated CVS sources
+  * The package gideon-plugins had two dependencies on the package gideon,
+    removed one of them.
+  * Now gideon's postinst and postrm scripts will call update-menus and
+    ldconfig
+
+ -- Norman Jordan <njordan at debian.org>  Sat, 21 Jun 2003 00:20:29 -0700
+
+gideon (1:2.999-0cvs20030612) unstable; urgency=low
+
+  * Updated CVS sources
+  * Added the wxwin2.4 packages to the suggests field
+
+ -- Norman Jordan <njordan at debian.org>  Thu, 12 Jun 2003 22:19:20 -0700
+
+gideon (1:2.999-0cvs20030609) unstable; urgency=low
+
+  * Updated CVS sources
+
+ -- Norman Jordan <njordan at debian.org>  Mon,  9 Jun 2003 11:27:20 -0700
+
+gideon (1:2.999-0cvs20030604) unstable; urgency=low
+
+  * Updated CVS sources
+
+ -- Norman Jordan <njordan at debian.org>  Wed,  4 Jun 2003 21:19:16 -0700
+
+gideon (1:2.999-0cvs20030530) unstable; urgency=low
+
+  * Updated CVS sources
+
+ -- Norman Jordan <njordan at debian.org>  Fri, 30 May 2003 11:53:23 -0700
+
+gideon (1:2.999-0cvs20030526) unstable; urgency=low
+
+  * Updated CVS sources
+  * Cleaned up debian/rules
+
+ -- Norman Jordan <njordan at debian.org>  Mon, 26 May 2003 11:20:05 -0700
+
+gideon (1:2.999-0cvs20030518) unstable; urgency=low
+
+  * Updated CVS sources
+  * Fixed up debian/rules to work with the new admin/debianrules file
+
+ -- Norman Jordan <njordan at debian.org>  Sun, 18 May 2003 13:31:34 -0700
+
+gideon (1:2.999-0cvs20030514) unstable; urgency=low
+
+  * Updated CVS sources
+  * Added the prefix to debian/rules and debian/buld-gideon
+  * Added stl-manual to the suggests field for gideon-doc
+  * Fixed up the path to the kdevelop manual
+
+ -- Norman Jordan <njordan at debian.org>  Wed, 14 May 2003 02:47:32 -0700
+
+gideon (1:2.999-0cvs20030511) unstable; urgency=low
+
+  * Updated CVS sources
+  * Added the documentation files to the gideon-doc package
+  * Added the antlr header files to the gideon-dev package
+
+ -- Norman Jordan <njordan at debian.org>  Sun, 11 May 2003 17:43:27 -0700
+
+gideon (1:2.999-0cvs20030507) unstable; urgency=low
+
+  * Updated CVS sources
+  * Fixed up the configure options for the file "debian/build-gideon"
+  * Moved the script update_doc_index.sh to /usr/share/gideon
+
+ -- Norman Jordan <njordan at debian.org>  Wed,  7 May 2003 11:42:59 -0700
+
+gideon (1:2.999-0cvs20030502) unstable; urgency=low
+
+  * Updated CVS sources
+  * Added automake1.7 to the build depends and gideon depends fields
+  * Fixed up the update_doc_index.sh script
+
+ -- Norman Jordan <njordan at debian.org>  Fri,  2 May 2003 09:28:26 -0700
+
+gideon (1:2.999-0cvs20030430) unstable; urgency=low
+
+  * Updated CVS sources
+
+ -- Norman Jordan <njordan at debian.org>  Wed, 30 Apr 2003 22:37:07 -0700
+
+gideon (1:2.999-0cvs20030429) unstable; urgency=low
+
+  * Created a new package gideon-plugins
+  * Fixed up the build dependencies
+  * Corrected path to htsearch
+  * Corrected configure options in admin/debianrules
+  * Now creates a global documentation index on installation
+  * Added a weekly cron job to update the global documentation index
+  * Modified to support a global documentation index if there is one
+  * Added support for building with java support (off by default)
+
+ -- Norman Jordan <njordan at debian.org>  Tue, 29 Apr 2003 17:42:39 -0700
+
+gideon (1:2.999+cvs20030301-0woody1) unstable; urgency=low
+
+  * Woody rebuild on KDE_3_1_BRANCH
+
+ -- Ralf Nolden (KDE) <nolden at kde.org>  Sat,  1 Mar 2003 15:37:10 +0100
+
+gideon (1:2.999-1) unstable; urgency=low
+
+  * Fixed for KDE3.
+
+ -- Stefan Schimanski <schimmi at kde.org>  Mon, 24 Sep 2002 00:08:15 +0200
+
+gideon (1:3.0-3) unstable; urgency=low
+
+  * Removed java support as jadhar at debian.org suggests.
+
+ -- Eray Ozkural (exa) <erayo at cs.bilkent.edu.tr>  Fri, 30 Nov 2001 00:08:15 +0200
+
+gideon (1:3.0-2) unstable; urgency=low
+
+  * updated configure args
+  * configured multiple debian doc packages for gideon doc browser
+  * everything except scripting support turned on.
+
+ -- Eray Ozkural (exa) <erayo at cs.bilkent.edu.tr>  Wed, 21 Nov 2001 01:46:34 +0200
+
+gideon (1:3.0-1) unstable; urgency=low
+
+  * Initial release of development version
+  * Added gideon-doc.files and gideon-doc.links
+  * Suggest stl-manual and symlink to it
+
+ -- Eray Ozkural (exa) <erayo at cs.bilkent.edu.tr>  Mon, 30 Jul 2001 18:52:20 +0300
+
+kdevelop (1:2.0b1-2) unstable; urgency=low
+
+  * Renamed debian doc-base entries to standard ones.
+
+ -- Christian Couder <chcouder at club-internet.fr>  Mon, 23 Jul 2001 22:58:54 +0100
+
+kdevelop (1:2.0b1-1) unstable; urgency=low
+
+  * New release
+  * don't compress tip database
+  * small fix to find kdelibs docs in setup wizard
+  * split into binary, doc and data packages
+  * added graphviz to suggests
+
+ -- Eray Ozkural (exa) <erayo at cs.bilkent.edu.tr>  Mon, 23 Jul 2001 20:18:09 +0300
+
+kdevelop (1:1.4.0-3.4) unstable; urgency=low
+
+  * Updated the build-depends field 
+
+ -- Norman Jordan <njordan at debian.org>  Sun, 13 May 2001 22:17:08 -0700
+
+kdevelop (1:1.4.0-3.3) unstable; urgency=low
+
+  * Suggests sgmltools-lite instead of sgmltools (Closes: #96274)
+
+ -- Norman Jordan <njordan at debian.org>  Sun, 13 May 2001 13:09:12 -0700
+
+kdevelop (1:1.4.0-3.2) unstable; urgency=low
+
+  * Change Maintainer (Closes: #90814)
+  * No longer installs extractrc (Closes: #93012)
+  * Suggests kdesdk-scripts 
+
+ -- Norman Jordan <njordan at debian.org>  Thu,  5 Apr 2001 11:03:57 -0700
+
+kdevelop (1:1.4.0-3.1) unstable; urgency=low
+ 
+  * NMU
+  * Fixing build-depends (Closes: #92190)
+ 
+ -- Ivan E. Moore II <rkrusty at debian.org>  Fri, 30 Mar 2001 21:22:00 -0700
+
+kdevelop (1:1.4.0-3) unstable; urgency=low
+ 
+  * Change Maintainer
+  * More upstream fixes while I'm at it
+ 
+ -- Ivan E. Moore II <rkrusty at debian.org>  Fri, 23 Mar 2001 03:00:00 -0700
+
+kdevelop (1:1.4.0-2) unstable; urgency=low
+ 
+  * Removed non en docs as they are provided in kde-i18n now
+ 
+ -- Ivan E. Moore II <rkrusty at debian.org>  Sun, 04 Mar 2001 20:00:00 -0700
+
+kdevelop (1:1.4.0-1) unstable; urgency=low
+ 
+  * Cleaned up source based off of current CVS branch
+  * Fix desktop file (Closes: #87802)
+  * Update Build-Depends
+  * If you install qt-doc and not qt2.2-doc this works (Closes: #88185)
+ 
+ -- Ivan E. Moore II <rkrusty at debian.org>  Fri, 02 Mar 2001 07:00:00 -0700
+
+kdevelop (1:1.4-final-1) unstable; urgency=low
+ 
+  * New upstream release
+  * Fix kde-i18n conflicts (Closes: #87381)
+ 
+ -- Ivan E. Moore II <rkrusty at debian.org>  Mon, 19 Feb 2001 02:06:00 -0700
+
+kdevelop (1:1.4-20010218-1) unstable; urgency=low
+ 
+  * New upstream cvs pull
+  * New upload to Debian with permission of Raphael Bossek who did the ITP
+  * Updating for potato/woody/sid
+ 
+ -- Ivan E. Moore II <rkrusty at debian.org>  Sun, 18 Feb 2001 02:06:00 -0700
+
+kdevelop (1:1.4-20010127-1) unstable; urgency=low
+
+  * New upstream release
+  * Updating for potato/woody/sid
+
+ -- Ivan E. Moore II <rkrusty at debian.org>  Sat, 27 Jan 2001 05:06:00 -0700
+
+kdevelop (1:1.1final-20000228-1) stable; urgency=low
+
+  * New upstream release
+  * Recommend kdelibs-doc
+  * Don't include Makefiles
+
+ -- Bernd Gehrmann <bernd at users.sourceforge.net>  Sun, 27 Feb 2000 12:00:00 +0100
+
+kdevelop (1:1.1beta2-20000206-1) stable; urgency=low
+
+  * Back to old configure arguments
+  * Mentioned debugger in control file, 
+    made kdebase a dependency
+
+ -- Bernd Gehrmann <bernd at physik.hu-berlin.de>  Mon,  7 Feb 2000 00:10:59 +0100
+
+kdevelop (1:1.1beta2-20000131-1) stable; urgency=low
+
+  * New upstream version: 1.1beta2
+  * Use --prefix in configure, set kde_confdir, kde_htmldir explicitly
+    because of new autoconf framework
+
+ -- Bernd Gehrmann <bernd at physik.hu-berlin.de>  Mon, 31 Jan 2000 21:15:04 +0100
+
+kdevelop (1:1.0-19991206-1) stable; urgency=low
+
+  * New upstream version: 1.0
+
+ -- Bernd Gehrmann <bernd at physik.hu-berlin.de>  Mon,  6 Dec 1999 20:21:54 +0100
+
+kdevelop (1:1.0beta4.1-19991030-1) unstable; urgency=low
+
+  * New upstream changes
+  * Disabled debug - is stripped anyway
+
+ -- Bernd Gehrmann <bernd at physik.hu-berlin.de>  Sat, 30 Oct 1999 09:02:41 +0200
+
+kdevelop (1:0.4-19990728-1) unstable; urgency=low
+
+  * Added further manuals to doc-base
+
+ -- Bernd Gehrmann <bernd at physik.hu-berlin.de>  Wed, 28 Jul 1999 23:29:03 +0200
+
+kdevelop (1:0.4-19990716-1) unstable; urgency=low
+
+  * Call ldconfig in postinst
+  * configure with flag --enable-kdoc2
+
+ -- Bernd Gehrmann <bernd at physik.hu-berlin.de>  Fri, 16 Jul 1999 20:47:55 +0200
+
+kdevelop (1:0.4-19990705-1) unstable; urgency=low
+
+  * configure with flag --enable-docbase
+  * install kdlgloader into the correct directories
+
+ -- Bernd Gehrmann <bernd at physik.hu-berlin.de>  Mon,  5 Jul 1999 12:21:59 +0200
+
+kdevelop (1:0.4-19990619-1) unstable; urgency=low
+
+  * Fixed a competing problem between kderules and dh_installdocs
+  * New upstream changes
+
+ -- Ivan E. Moore II <rkrusty at debian.org>  Sat, 19 Jun 1999 02:03:38 -0400
+
+kdevelop (1:0.4-19990614-1) unstable; urgency=low
+
+  * Aiiiiiiiiiie!! Fixed the broken kderules file
+
+ -- Bernd Gehrmann <bernd at physik.hu-berlin.de>  Mon, 14 Jun 1999 20:45:38 +0200
+
+kdevelop (1:0.4-19990613-1) unstable; urgency=low
+
+  * New upstream CVS version
+  * New kderules script
+  * Migrated from man-pages format to undocumented format
+  * Changed changelog versioning to fit the rest of the KDE package versioning
+
+ -- Ivan E. Moore II <rkrusty at debian.org>  Sun, 13 Jun 1999 09:49:48 -0400
+
+kdevelop (990531-1) experimental; urgency=low
+
+  * Use DESTDIR mechanism instead of --with-install-root
+  * Do not install subdirectories of doc-base
+
+ -- Bernd Gehrmann <bernd at physik.hu-berlin.de>  Mon, 31 May 1999 21:49:48 +0200
+
+kdevelop (990422-1) experimental; urgency=low
+
+  * Initial Release 
+
+ -- Bernd Gehrmann <bernd at physik.hu-berlin.de>  Thu, 22 Apr 1999 20:33:18 +0200
+
+Local variables:
+mode: debian-changelog
+End:

Added: people/jriddell/KDE/3.5/kdevelop/debian/compat
===================================================================
--- people/jriddell/KDE/3.5/kdevelop/debian/compat	2006-07-13 00:11:37 UTC (rev 4106)
+++ people/jriddell/KDE/3.5/kdevelop/debian/compat	2006-07-13 08:22:50 UTC (rev 4107)
@@ -0,0 +1 @@
+5

Added: people/jriddell/KDE/3.5/kdevelop/debian/control
===================================================================
--- people/jriddell/KDE/3.5/kdevelop/debian/control	2006-07-13 00:11:37 UTC (rev 4106)
+++ people/jriddell/KDE/3.5/kdevelop/debian/control	2006-07-13 08:22:50 UTC (rev 4107)
@@ -0,0 +1,79 @@
+Source: kdevelop
+Section: kde
+Priority: optional
+Maintainer: Jeremy Lainé <jeremy.laine at m4x.org>
+Build-Depends: cdbs (>= 0.4.38), debhelper (>= 5), autoconf, automake1.9, qt3-apps-dev, kdelibs4-dev (>= 4:3.5.2-2), gettext, kdelibs4-doc, qt3-doc, flex, libdb4.3-dev | libdb4.2-dev | libdb3-dev, python2.4, libcvsservice-dev (>= 4:3.5.2-1), po-debconf
+Standards-Version: 3.7.2
+
+Package: kdevelop
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, kdevelop-data (= ${Source-Version}), kdebase-bin
+Replaces: kdevelop3, kdevelop3-plugins, kdevelop-plugins
+Conflicts: kdevelop3 (<= 4:3.3.2-1), kdevelop3-plugins, kdevelop-plugins
+Recommends: kdevelop-doc, make, libtool, autoconf, automaken
+Suggests: libqt3-mt-dev, kdbg, kdelibs4-dev, sgmltools-lite, gettext, a2ps, enscript, gv, qt3-dev-tools, ark, kbabel, kiconedit, gdb, kdesdk-scripts, graphviz, stl-manual, wx2.4-examples | wx2.6-examples, libwxbase2.4-dev | libwxgtk2.4-dev | libwxgtk2.6-dev, kdesdk-kio-plugins | kdesvn-kio-plugins, exuberant-ctags
+Description: An IDE for Unix/X11 - development version
+ KDevelop is an easy to use Integrated Development Environment
+ for developing C/C++ applications under X11. It features 
+ project management, an advanced editor, a class browser
+ and an integrated debugger.
+ .
+ The application wizard can generate fully functional projects
+ for terminal programs and GUI programs using Qt, KDE or GNOME.
+ .
+ URL: http://www.kdevelop.org/
+
+Package: kdevelop-doc
+Section: doc
+Architecture: all
+Replaces: kdevelop3-doc
+Conflicts: kdevelop3-doc (<= 4:3.3.2-1)
+Suggests: kdelibs4-doc, qt3-doc, python2.4-doc | python2.3-doc, libglib2.0-doc, libgtk2.0-doc, gnome-dev-doc, stl-manual
+Description: An IDE for Unix/X11 - documentation
+ KDevelop is an easy to use Integrated Development Environment
+ for developing C/C++ applications under X11. It features 
+ project management, an advanced editor, a class browser
+ and an integrated debugger.
+ .
+ The application wizard can generate fully functional projects
+ for terminal programs and GUI programs using Qt, KDE or GNOME.
+ .
+ This package contains documentation for KDevelop.
+ .
+ URL: http://www.kdevelop.org/
+
+Package: kdevelop-data
+Architecture: all
+Replaces: kdevelop3-data
+Conflicts: kdevelop3-data
+Description: An IDE for Unix/X11 - data
+ KDevelop is an easy to use Integrated Development Environment
+ for developing C/C++ applications under X11. It features 
+ project management, an advanced editor, a class browser
+ and an integrated debugger.
+ .
+ The application wizard can generate fully functional projects
+ for terminal programs and GUI programs using Qt, KDE or GNOME.
+ .
+ This package contains arch independent data for KDevelop.
+ .
+ URL: http://www.kdevelop.org/
+
+Package: kdevelop-dev
+Architecture: any
+Depends: kdevelop (= ${Source-Version}), kdelibs4-dev
+Replaces: kdevelop3-dev
+Conflicts: kdevelop3-dev (<= 4:3.3.2-1)
+Description: An IDE for Unix/X11 - development files
+ KDevelop is an easy to use Integrated Development Environment
+ for developing C/C++ applications under X11. It features 
+ project management, an advanced editor, a class browser
+ and an integrated debugger.
+ .
+ The application wizard can generate fully functional projects
+ for terminal programs and GUI programs using Qt, KDE or GNOME.
+ .
+ This package contains development files for KDevelop.
+ .
+ URL: http://www.kdevelop.org/
+

Added: people/jriddell/KDE/3.5/kdevelop/debian/copyright
===================================================================
--- people/jriddell/KDE/3.5/kdevelop/debian/copyright	2006-07-13 00:11:37 UTC (rev 4106)
+++ people/jriddell/KDE/3.5/kdevelop/debian/copyright	2006-07-13 08:22:50 UTC (rev 4107)
@@ -0,0 +1,62 @@
+This package was debianized by Bernd Gehrmann <bernd at physik.hu-berlin.de>,
+then maintained by Ivan E. Moore II <rkrusty at debian.org> and
+Norman Jordan <njordan at debian.org>.
+
+The current Debian maintainer is Jeremy Lainé <jeremy.laine at m4x.org>.
+
+It was downloaded from http://www.kdevelop.org/
+
+Upstream Authors:
+
+  Bernd Gehrmann <bernd at physik.hu-berlin.de>
+  John Birch <jbb at kdevelop.org>
+  Jonas Nordin <jonas.nordin at cenacle.se>
+  Richard Dale <Richard_Dale at tipitina.demon.co.uk>
+  Sandy Meier <smeier at kdevelop.org>
+  Matthias Hoelzer-Kluepfel <hoelzer at kde.org>
+  Victor Roeder <victor_roeder at gmx.de>
+  Kurth Granroth <kurt at granroth.org>
+  The KWrite authors <kwrite-devel at kde.org>
+  Roberto Raggi <roberto at kdevelop.org>
+  Harald Fernengel <harry at kdevelop.org>
+  Simon Hausmann <hausmann at kde.org>
+  Mickael Marchand <marchand at kde.org>
+  Dominic Seichter <domseichter at t-online.de>
+  Yann Hodique <Yann.Hodique at lifl.fr>
+  Heinz Hornung <Hornung-Heinz at t-online.de>
+  Marion Klein <MarionKlein at wanadoo.fr>
+  Ramón Lamana Villar <ramon at alumnos.upm.es>
+  Caleb Tennis <caleb at aei-tech.com>
+  Mario Scalas <mario.scalas at libero.it>
+  Alexander Dymo <cloudtemple at mksat.net>
+  Dominik Haumann <dhdev at gmx.de>
+  Ian Reinhart Geiser <geiseri at kde.org>
+  Amilcar Lucas <a.lucas at tu-bs.de>
+  Jens Dagerbo  <jens.dagerbo at swipnet.se>
+  Robert Gruber <rgruber at users.sourceforge.net>
+
+Copyright: 1999-2006 The KDevelop developers
+
+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 of the License, 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 with
+the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL;
+if not, write to the Free Software Foundation, Inc., 51 Franklin St,
+Fifth Floor, Boston, MA 02110-1301, USA.
+
+On Debian GNU/Linux systems, the complete text of the GNU General Public
+License, version 2, can be found in `/usr/share/common-licenses/GPL-2'.
+
+The Debian packaging is (C) 1999-2006 Bernd Gehrmann 
+<bernd at physik.hu-berlin.de>, Ivan E. Moore II <rkrusty at debian.org>, 
+Norman Jordan <njordan at debian.org> and Jeremy Lainé <jeremy.laine at m4x.org>
+and is licensed under the GPL, see above.
+

Added: people/jriddell/KDE/3.5/kdevelop/debian/kdevelop-data.install
===================================================================
--- people/jriddell/KDE/3.5/kdevelop/debian/kdevelop-data.install	2006-07-13 00:11:37 UTC (rev 4106)
+++ people/jriddell/KDE/3.5/kdevelop/debian/kdevelop-data.install	2006-07-13 08:22:50 UTC (rev 4107)
@@ -0,0 +1,5 @@
+debian/tmp/usr/share/applications
+debian/tmp/usr/share/apps
+debian/tmp/usr/share/desktop-directories
+debian/tmp/usr/share/icons
+debian/tmp/usr/share/mimelnk

Added: people/jriddell/KDE/3.5/kdevelop/debian/kdevelop-dev.install
===================================================================
--- people/jriddell/KDE/3.5/kdevelop/debian/kdevelop-dev.install	2006-07-13 00:11:37 UTC (rev 4106)
+++ people/jriddell/KDE/3.5/kdevelop/debian/kdevelop-dev.install	2006-07-13 08:22:50 UTC (rev 4107)
@@ -0,0 +1,3 @@
+debian/tmp/usr/include/kde
+debian/tmp/usr/lib/lib*.so
+debian/tmp/usr/lib/lib*.la

Added: people/jriddell/KDE/3.5/kdevelop/debian/kdevelop-doc.install
===================================================================
--- people/jriddell/KDE/3.5/kdevelop/debian/kdevelop-doc.install	2006-07-13 00:11:37 UTC (rev 4106)
+++ people/jriddell/KDE/3.5/kdevelop/debian/kdevelop-doc.install	2006-07-13 08:22:50 UTC (rev 4107)
@@ -0,0 +1,2 @@
+debian/tmp/usr/share/doc/kde/HTML/en/kdevelop
+debian/tmp/usr/share/doc/kde/HTML/en/kde_app_devel

Added: people/jriddell/KDE/3.5/kdevelop/debian/kdevelop-doc.links
===================================================================
--- people/jriddell/KDE/3.5/kdevelop/debian/kdevelop-doc.links	2006-07-13 00:11:37 UTC (rev 4106)
+++ people/jriddell/KDE/3.5/kdevelop/debian/kdevelop-doc.links	2006-07-13 08:22:50 UTC (rev 4107)
@@ -0,0 +1 @@
+/usr/share/doc/stl-manual/html/ /usr/share/doc/kde/HTML/en/kdevdoctreeview/stl 

Added: people/jriddell/KDE/3.5/kdevelop/debian/kdevelop.install
===================================================================
--- people/jriddell/KDE/3.5/kdevelop/debian/kdevelop.install	2006-07-13 00:11:37 UTC (rev 4106)
+++ people/jriddell/KDE/3.5/kdevelop/debian/kdevelop.install	2006-07-13 08:22:50 UTC (rev 4107)
@@ -0,0 +1,14 @@
+debian/tmp/etc/kde3/kdevassistantrc
+debian/tmp/etc/kde3/kdeveloprc
+debian/tmp/usr/bin/kdevelop-htdig
+debian/tmp/usr/bin/kdevdesigner
+debian/tmp/usr/bin/r++
+debian/tmp/usr/bin/kdevprofileeditor
+debian/tmp/usr/bin/kdevassistant
+debian/tmp/usr/bin/kdevprj2kdevelop
+debian/tmp/usr/bin/kdevelop
+debian/tmp/usr/lib/kconf_update_bin/kdev-gen-settings-kconf_update
+debian/tmp/usr/share/services
+debian/tmp/usr/share/servicetypes
+debian/tmp/usr/lib/kde3
+debian/tmp/usr/lib/lib*.so.*

Added: people/jriddell/KDE/3.5/kdevelop/debian/kdevelop.xpm
===================================================================
--- people/jriddell/KDE/3.5/kdevelop/debian/kdevelop.xpm	2006-07-13 00:11:37 UTC (rev 4106)
+++ people/jriddell/KDE/3.5/kdevelop/debian/kdevelop.xpm	2006-07-13 08:22:50 UTC (rev 4107)
@@ -0,0 +1,295 @@
+/* XPM */
+static char *kdevelop[] = {
+/* columns rows colors chars-per-pixel */
+"32 32 257 2",
+"   c #000000",
+".  c #04040C",
+"X  c #000D00",
+"o  c #0B0B0E",
+"O  c #0D0D10",
+"+  c #071700",
+"@  c #001A00",
+"#  c #131316",
+"$  c #14141A",
+"%  c #19191D",
+"&  c #1B1B24",
+"*  c #1F1F2C",
+"=  c #15152A",
+"-  c #002B00",
+";  c #003E00",
+":  c #0A3000",
+">  c #153D03",
+",  c #212126",
+"<  c #22222C",
+"1  c #2C2C35",
+"2  c #2D2D3B",
+"3  c #34343F",
+"4  c #373748",
+"5  c #383844",
+"6  c #004F00",
+"7  c #005600",
+"8  c #015900",
+"9  c #095C00",
+"0  c #164A02",
+"q  c #195502",
+"w  c #006500",
+"e  c #006C00",
+"r  c #404047",
+"t  c #40404A",
+"y  c gray29",
+"u  c #424252",
+"i  c #484852",
+"p  c #4A4A5C",
+"a  c #535355",
+"s  c #54545C",
+"d  c #5C5C5D",
+"f  c #5C5C6B",
+"g  c #5B5B71",
+"h  c #636363",
+"j  c #63636C",
+"k  c #6B6B6B",
+"l  c #686776",
+"z  c #70707C",
+"x  c #7C7C7C",
+"c  c #747474",
+"v  c #727283",
+"b  c #7D7C8C",
+"n  c #79778C",
+"m  c #7B7B93",
+"M  c #7F7FBF",
+"N  c #0A8A04",
+"B  c #029B00",
+"V  c #079906",
+"C  c #108F0A",
+"Z  c #118D00",
+"A  c #189207",
+"S  c #1F9C1C",
+"D  c #0DA400",
+"F  c #07A300",
+"G  c #14A301",
+"H  c #1DAD01",
+"J  c #1DA91B",
+"K  c #29911F",
+"L  c #298E28",
+"P  c #309A29",
+"I  c #20AD00",
+"U  c #23A716",
+"Y  c #2AB300",
+"T  c #2EB802",
+"R  c #27B601",
+"E  c #39AC01",
+"W  c #33B902",
+"Q  c #3CB200",
+"!  c #37B716",
+"~  c #2AA920",
+"^  c #30AA2C",
+"/  c #30A828",
+"(  c #34B027",
+")  c #3BC102",
+"_  c #439A3E",
+"`  c #40A71D",
+"'  c #42BC05",
+"]  c #5ABB0E",
+"[  c #47A726",
+"{  c #4EBD35",
+"}  c #46B63C",
+"|  c #58A82C",
+" . c #78B93D",
+".. c #69B42A",
+"X. c #49B449",
+"o. c #50BB4C",
+"O. c #5BBF54",
+"+. c #5FBE58",
+"@. c #55BB51",
+"#. c #61AF4E",
+"$. c #64B440",
+"%. c #62BD5C",
+"&. c #72B544",
+"*. c #77B46F",
+"=. c #4DCA01",
+"-. c #48C408",
+";. c #4BC31C",
+":. c #54CE07",
+">. c #54CB1C",
+",. c #5ED700",
+"<. c #68D800",
+"1. c #75C91A",
+"2. c #7DD610",
+"3. c #6AC714",
+"4. c #6CD233",
+"5. c #71D634",
+"6. c #7AE200",
+"7. c #61C252",
+"8. c #72C35C",
+"9. c #7BD541",
+"0. c #6DC46B",
+"q. c #65C463",
+"w. c #75C96C",
+"e. c #73C76F",
+"r. c #73C672",
+"t. c #7CC878",
+"y. c #84CD27",
+"u. c #89CB36",
+"i. c #81EA15",
+"p. c #87F000",
+"a. c #90EC18",
+"s. c #98F90D",
+"d. c #80E136",
+"f. c GreenYellow",
+"g. c #ABFF24",
+"h. c #A6F832",
+"j. c #8DC949",
+"k. c #8ADF4D",
+"l. c #95C85B",
+"z. c #83C47F",
+"x. c #91C577",
+"c. c #8CE245",
+"v. c #9BEF43",
+"b. c #9FE960",
+"n. c #A3CB7B",
+"m. c #A3E276",
+"M. c #B0F263",
+"N. c #BCF678",
+"B. c #838383",
+"V. c #83838B",
+"C. c #8A8A8A",
+"Z. c #8A8A9D",
+"A. c #848497",
+"S. c #90909E",
+"D. c #9A9A9B",
+"F. c #929293",
+"G. c #8E8DA4",
+"H. c #9494A3",
+"J. c #9A9AAC",
+"K. c #9594A7",
+"L. c #9E9EB2",
+"P. c #A9A8AD",
+"I. c #A5A3B9",
+"U. c #AEABB3",
+"Y. c #ABABBB",
+"T. c #A6A5BA",
+"R. c #B2AEBE",
+"E. c #B1B1B1",
+"W. c #ACAAC0",
+"Q. c #AAA5C1",
+"!. c #B2B2C4",
+"~. c #B6B4CA",
+"^. c #BCBBCB",
+"/. c #BEBCD1",
+"(. c #85CE85",
+"). c #89CF89",
+"_. c #8CCD85",
+"`. c #89D086",
+"'. c #8AD089",
+"]. c #87D082",
+"[. c #96C588",
+"{. c #97C295",
+"}. c #92D293",
+"|. c #A8C596",
+" X c #A7DE93",
+".X c #AACFA1",
+"XX c #A6D0A0",
+"oX c #A7D1A8",
+"OX c #A4DAA4",
+"+X c #A7DDA8",
+"@X c #AAD3A5",
+"#X c #A8DBA8",
+"$X c #B3D0A1",
+"%X c #B3DEB2",
+"&X c #B0D5B0",
+"*X c #BDF288",
+"=X c #AFE2AE",
+"-X c #B4E5B4",
+";X c #C3BFD6",
+":X c #C7F2A5",
+">X c #D6FBB1",
+",X c #C3C2C5",
+"<X c #C0C0CD",
+"1X c #C4C9CA",
+"2X c #C8C8C9",
+"3X c #C4C4D2",
+"4X c #CBCAD6",
+"5X c #CBCBD9",
+"6X c #C8C4D6",
+"7X c #C2D9C5",
+"8X c #CCDCC6",
+"9X c #CBDCCE",
+"0X c #CED4D6",
+"qX c #CFDBD0",
+"wX c #D0CDDE",
+"eX c #D1DDCD",
+"rX c #D2D1D5",
+"tX c #D3D3DD",
+"yX c #D8D8DB",
+"uX c #D5D3E4",
+"iX c #D9D4E6",
+"pX c #DBDBE4",
+"aX c #DDDBEB",
+"sX c #C0E6C0",
+"dX c #CCE9C8",
+"fX c #DAE2DC",
+"gX c #D5E1D5",
+"hX c #D6F1D6",
+"jX c #DEF2DE",
+"kX c #DEE0E3",
+"lX c #E4DEEE",
+"zX c #E1DFE4",
+"xX c #E6FFC8",
+"cX c #E3FDC0",
+"vX c #E9F6DD",
+"bX c #E2E2E5",
+"nX c #E4E2EA",
+"mX c #E8E5ED",
+"MX c #EAEAEE",
+"NX c #E0EAE0",
+"BX c #EAE3F2",
+"VX c #ECEBF1",
+"CX c #EEECF8",
+"ZX c #E4F4E4",
+"AX c #EBF5EB",
+"SX c #EAF8EA",
+"DX c #F2EDF8",
+"FX c #F9FFEF",
+"GX c #F5FDEA",
+"HX c #F2F2F5",
+"JX c #F6F6F9",
+"KX c #F4FAF3",
+"LX c #F7FDF8",
+"PX c #F9F5FC",
+"IX c #FAFCF7",
+"UX c #FDFCFD",
+"YX c None",
+/* pixels */
+"YXYXYX# B.  YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
+"YXYX  A.UXV.v z   YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
+"YXYXYX1 Y.pXpXpXb & YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
+"YXYXYXYXk nXUXUXMXJ.4 = S.b YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
+"YXYXYXYXf MXUXUXUXUX!.J.BXK.- e e w 8 9 - YXYXYXYXYXYXYXYXYXYXYX",
+"YXYXYXYX. H.JXUXUXMXnXJX{.L C ^ X.X.( K N 8 @ YXYXYXYXYXYXYXYXYX",
+"YXYXYXYXYX1 <XUXMXBXfX_ P `.hXSXLXLXKXSX-Xq.C ;   YXYXYXYXYXYXYX",
+"YXYXYXYXYX  f 5XnXgXK %.hXSXZXjXjXjXjXjXAXSX=X^ 6   YXYXYXYXYXYX",
+"YXYXYXYXYXYX$ ~.AXP %.dXsXsXsXsXsXsXsXsXsXsXdX=XU ; YXYXYXYXYXYX",
+"YXYXYXYXYXYXa PX*.U #X#XOXOXOXOXOXOXOXOXOXOXOX%Xt.C @ YXYXYXYXYX",
+"YXYXYXYXYXYXP.kXA @.}.).].].`.).`.].`.`.'.'.).).].J 9   YXYXYXYX",
+"YXM I.J.J.G.lX[.B X.r.0.z.oX7X9X7X&X`.w.w.r.e.r.0.J Z + YXYXYXYX",
+"f <X<X4XyXtXVX#.B ^ @.[.pXJXUXUXUXUXMXoX7.7.7.+. at .V G : YXYXYXYX",
+"s JXUXUXUXnXbX[ B V (.mXPXJXJXUXUXHXmXlXXX{ { } ( B H 0 YXYXYXYX",
+"s UXUXUXUXnXkX` D ~ rXDXJXHXMXyX,XE.P.zXBX8.! ! H D I q   YXYXYX",
+"a aXHXUXUXnXbX[ D z.VXMXrXU.F.B.B.x D.mXBX.XW Y I G R 0   YXYXYX",
+"$ i l A.Y.~.aX .I $XU.k h h h k k h E.MXlXeX' W Y I T > YXYXYXYX",
+"YX    . $ u aXx.Y %X6Xa y d d h d h rXMXMXfX-.W W W E + YXYXYXYX",
+"YXYXYXYXYX  R.dXQ  XUXrXc d k c k F.HXMXDX8X=.-.;.) | n * YXYXYX",
+"YXYXYXYXYXYXs DX&.9.UXUXbXC.c x x 2XIXHXPXm.:.5.>.' |.~.$ YXYXYX",
+"YXYXYXYXYXYX1 6XeX] :XUXUXMXD.C.D.HXUXUXvXc.k.5.=.&.wXv   YXYXYX",
+"YXYXYXYXYX  J.<XpX$X3.>XUXUXUX,XrXIXUXGX*Xb.5.<...1XT.L.t YXYXYX",
+"YXYXYXYXYXk tXJX5XiX$X1.M.xXIXLXKXFXcXN.v.i.<. .1XQ.<XtXA.. YXYX",
+"YXYXYXYX3 ~.HXUXJX5XuXeXj.2.a.h.f.g.s.p.6.1.[.rXQ.^.VXnX~.p   YX",
+"YXYXYX  H.MXUXJXUXnXK.I.aX9Xn.j.y.y.u.l.|.0X/.G.!.bXmXkXpXG.& YX",
+"YXYXYX  z nXUXJX5Xb 2 o 5 G.;X5X6X3X6X3XQ.l & % v W.tXnXpXJ.* YX",
+"YXYXYXYX  f tXY.p o   YX    b ^.3X^.^.G.<     YX  3 A./.L.3XH.o ",
+"YXYXYXYXYX  4 <     YXYXYXYXj iXHXHXnXA.. YXYXYXYXYXo u 2 H.aX1 ",
+"YXYXYXYXYXYX    YXYXYXYXYXYX5 3XMXMXwXg   YXYXYXYXYXYX    # 3   ",
+"YXYXYXYXYXYXYXYXYXYXYXYXYXYX< Y.HXHX3X4   YXYXYXYXYXYXYXYXYX  YX",
+"YXYXYXYXYXYXYXYXYXYXYXYXYXYX. Z.3X<XK.& YXYXYXYXYXYXYXYXYXYXYXYX",
+"YXYXYXYXYXYXYXYXYXYXYXYXYXYX  & , & & . YXYXYXYXYXYXYXYXYXYXYXYX"
+};

Added: people/jriddell/KDE/3.5/kdevelop/debian/menu
===================================================================
--- people/jriddell/KDE/3.5/kdevelop/debian/menu	2006-07-13 00:11:37 UTC (rev 4106)
+++ people/jriddell/KDE/3.5/kdevelop/debian/menu	2006-07-13 08:22:50 UTC (rev 4107)
@@ -0,0 +1,7 @@
+?package(kdevelop):\
+        needs="X11"\
+        section="Apps/Programming"\
+        hints="KDE,Development"\
+        title="KDevelop"\
+	icon="/usr/share/pixmaps/kdevelop.xpm"\
+        command="kdevelop"

Added: people/jriddell/KDE/3.5/kdevelop/debian/patches/buildtools_plugins_path.diff
===================================================================
--- people/jriddell/KDE/3.5/kdevelop/debian/patches/buildtools_plugins_path.diff	2006-07-13 00:11:37 UTC (rev 4106)
+++ people/jriddell/KDE/3.5/kdevelop/debian/patches/buildtools_plugins_path.diff	2006-07-13 08:22:50 UTC (rev 4107)
@@ -0,0 +1,48 @@
+diff -urN kdevelop-3.3.2.orig/buildtools/projectmanager/builders/makebuilder/Makefile.am kdevelop-3.3.2/buildtools/projectmanager/builders/makebuilder/Makefile.am
+--- kdevelop-3.3.2.orig/buildtools/projectmanager/builders/makebuilder/Makefile.am	2005-09-10 10:21:41.000000000 +0200
++++ kdevelop-3.3.2/buildtools/projectmanager/builders/makebuilder/Makefile.am	2006-05-04 11:53:37.000000000 +0200
+@@ -5,7 +5,7 @@
+     
+ METASOURCES = AUTO
+ 
+-lib_LTLIBRARIES = \
++kde_module_LTLIBRARIES = \
+     libkdevmakebuilder.la
+ 
+ noinst_HEADERS = \
+diff -urN kdevelop-3.3.2.orig/buildtools/projectmanager/importers/automake/Makefile.am kdevelop-3.3.2/buildtools/projectmanager/importers/automake/Makefile.am
+--- kdevelop-3.3.2.orig/buildtools/projectmanager/importers/automake/Makefile.am	2005-09-10 10:21:40.000000000 +0200
++++ kdevelop-3.3.2/buildtools/projectmanager/importers/automake/Makefile.am	2006-05-04 11:52:08.000000000 +0200
+@@ -7,7 +7,7 @@
+     
+ METASOURCES = AUTO
+ 
+-lib_LTLIBRARIES = \
++kde_module_LTLIBRARIES = \
+     libkdevautomakeimporter.la
+ 
+ noinst_HEADERS = \
+diff -urN kdevelop-3.3.2.orig/buildtools/projectmanager/importers/custom/Makefile.am kdevelop-3.3.2/buildtools/projectmanager/importers/custom/Makefile.am
+--- kdevelop-3.3.2.orig/buildtools/projectmanager/importers/custom/Makefile.am	2005-09-10 10:21:40.000000000 +0200
++++ kdevelop-3.3.2/buildtools/projectmanager/importers/custom/Makefile.am	2006-05-04 11:52:43.000000000 +0200
+@@ -7,7 +7,7 @@
+     
+ METASOURCES = AUTO
+ 
+-lib_LTLIBRARIES = \
++kde_module_LTLIBRARIES = \
+     libkdevcustomimporter.la
+ 
+ noinst_HEADERS = \
+diff -urN kdevelop-3.3.2.orig/buildtools/projectmanager/importers/qmake/Makefile.am kdevelop-3.3.2/buildtools/projectmanager/importers/qmake/Makefile.am
+--- kdevelop-3.3.2.orig/buildtools/projectmanager/importers/qmake/Makefile.am	2005-09-10 10:21:40.000000000 +0200
++++ kdevelop-3.3.2/buildtools/projectmanager/importers/qmake/Makefile.am	2006-05-04 11:52:21.000000000 +0200
+@@ -1,7 +1,7 @@
+ INCLUDES = -I$(top_srcdir)/buildtools/lib/parsers/qmake \
+ 	-I$(top_srcdir)/buildtools/projectmanager/interfaces -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_includes)
+ METASOURCES = AUTO
+-lib_LTLIBRARIES = libqmakeimporter.la
++kde_module_LTLIBRARIES = libqmakeimporter.la
+ libqmakeimporter_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN)
+ noinst_HEADERS = kdevqmakeeditor.h qmakeprojectmodel.h modelcreator.h \
+ 	projectconfigurationdlg.h

Added: people/jriddell/KDE/3.5/kdevelop/debian/patches/kofficepart_template.diff
===================================================================
--- people/jriddell/KDE/3.5/kdevelop/debian/patches/kofficepart_template.diff	2006-07-13 00:11:37 UTC (rev 4106)
+++ people/jriddell/KDE/3.5/kdevelop/debian/patches/kofficepart_template.diff	2006-07-13 08:22:50 UTC (rev 4107)
@@ -0,0 +1,65 @@
+diff -urN kdevelop3-3.3.0.orig/languages/cpp/app_templates/kofficepart/kopart_part.cpp kdevelop3-3.3.0/languages/cpp/app_templates/kofficepart/kopart_part.cpp
+--- kdevelop3-3.3.0.orig/languages/cpp/app_templates/kofficepart/kopart_part.cpp	2005-09-10 10:22:32.000000000 +0200
++++ kdevelop3-3.3.0/languages/cpp/app_templates/kofficepart/kopart_part.cpp	2006-01-25 22:06:59.000000000 +0100
+@@ -13,7 +13,7 @@
+ {
+ }
+ 
+-bool %{APPNAME}Part::initDoc()
++bool %{APPNAME}Part::initDoc( InitDocFlags flags, QWidget* parentWidget )
+ {
+     // If nothing is loaded, do initialize here
+     return TRUE;
+@@ -24,6 +24,12 @@
+     return new %{APPNAME}View( this, parent, name );
+ }
+ 
++bool %{APPNAME}Part::loadOasis( const QDomDocument & doc, KoOasisStyles& oasisStyles, const QDomDocument & settings, KoStore* store )
++{
++    /// @todo load the document using the OASIS format
++    return true;
++}
++
+ bool %{APPNAME}Part::loadXML( QIODevice *, const QDomDocument & )
+ {
+     /// @todo load the document from the QDomDocument
+@@ -36,6 +42,12 @@
+     return QDomDocument();
+ }
+ 
++bool %{APPNAME}Part::saveOasis( KoStore* store, KoXmlWriter* manifestWriter )
++{
++    /// @todo save the document using the OASIS format
++    return true;
++}
++
+ 
+ void %{APPNAME}Part::paintContent( QPainter& painter, const QRect& rect, bool /*transparent*/,
+                                 double /*zoomX*/, double /*zoomY*/ )
+diff -urN kdevelop3-3.3.0.orig/languages/cpp/app_templates/kofficepart/kopart_part.h kdevelop3-3.3.0/languages/cpp/app_templates/kofficepart/kopart_part.h
+--- kdevelop3-3.3.0.orig/languages/cpp/app_templates/kofficepart/kopart_part.h	2005-09-10 10:22:32.000000000 +0200
++++ kdevelop3-3.3.0/languages/cpp/app_templates/kofficepart/kopart_part.h	2006-01-25 22:06:59.000000000 +0100
+@@ -16,10 +16,12 @@
+ 
+     virtual void paintContent( QPainter& painter, const QRect& rect, bool transparent = FALSE, double zoomX = 1.0, double zoomY = 1.0 );
+ 
+-    virtual bool initDoc();
++    virtual bool initDoc( InitDocFlags flags, QWidget* parentWidget = 0 );
+ 
++    virtual bool loadOasis( const QDomDocument & doc, KoOasisStyles& oasisStyles, const QDomDocument & settings, KoStore* store );
+     virtual bool loadXML( QIODevice *, const QDomDocument & );
+     virtual QDomDocument saveXML();
++    virtual bool saveOasis( KoStore* store, KoXmlWriter* manifestWriter );
+ 
+ protected:
+     virtual KoView* createViewInstance( QWidget* parent, const char* name );
+diff -urN kdevelop3-3.3.0.orig/languages/cpp/app_templates/kofficepart/src-Makefile.am kdevelop3-3.3.0/languages/cpp/app_templates/kofficepart/src-Makefile.am
+--- kdevelop3-3.3.0.orig/languages/cpp/app_templates/kofficepart/src-Makefile.am	2005-09-10 10:22:32.000000000 +0200
++++ kdevelop3-3.3.0/languages/cpp/app_templates/kofficepart/src-Makefile.am	2006-01-25 22:06:59.000000000 +0100
+@@ -1,5 +1,5 @@
+ 
+-INCLUDES  = $(KOFFICE_INCLUDES) -I$(interfacedir) $(all_includes)
++INCLUDES  = $(KOFFICE_INCLUDES) $(all_includes)
+ 
+ ## The part
+ kde_module_LTLIBRARIES = lib%{APPNAMELC}part.la

Added: people/jriddell/KDE/3.5/kdevelop/debian/patches/kubuntu_01_kdepot.diff
===================================================================
--- people/jriddell/KDE/3.5/kdevelop/debian/patches/kubuntu_01_kdepot.diff	2006-07-13 00:11:37 UTC (rev 4106)
+++ people/jriddell/KDE/3.5/kdevelop/debian/patches/kubuntu_01_kdepot.diff	2006-07-13 08:22:50 UTC (rev 4107)
@@ -0,0 +1,26 @@
+--- kde/admin/cvs.sh	2005-11-26 02:42:02.000000000 +0000
++++ kde/admin/cvs.sh	2005-11-26 02:42:26.000000000 +0000
+@@ -537,6 +537,8 @@
+ if test -z "$PREPARETIPS"; then PREPARETIPS=preparetips ; fi
+ export EXTRACTRC PREPARETIPS
+ 
++kdepotpath=/usr/include/kde/kde.pot
++
+ for subdir in $dirs; do
+   test -z "$VERBOSE" || echo "Making messages in $subdir"
+   (cd $subdir
+@@ -554,10 +556,10 @@
+    fi
+    perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
+ 
+-   kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+-   if ! test -f $kdepotpath; then
+-	kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+-   fi
++#   kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
++#   if ! test -f $kdepotpath; then
++#	kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
++#   fi
+ 
+    $MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \
+ 	XGETTEXT="${XGETTEXT:-xgettext} --foreign-user -C -ci18n -ki18n -ktr2i18n -kI18N_NOOP -kI18N_NOOP2 -kaliasLocale -x $kdepotpath" messages

Added: people/jriddell/KDE/3.5/kdevelop/debian/patches/pcsimporter_plugins_path.diff
===================================================================
--- people/jriddell/KDE/3.5/kdevelop/debian/patches/pcsimporter_plugins_path.diff	2006-07-13 00:11:37 UTC (rev 4106)
+++ people/jriddell/KDE/3.5/kdevelop/debian/patches/pcsimporter_plugins_path.diff	2006-07-13 08:22:50 UTC (rev 4107)
@@ -0,0 +1,36 @@
+diff -urN kdevelop-3.3.2.orig/languages/cpp/pcsimporter/customimporter/Makefile.am kdevelop-3.3.2/languages/cpp/pcsimporter/customimporter/Makefile.am
+--- kdevelop-3.3.2.orig/languages/cpp/pcsimporter/customimporter/Makefile.am	2005-09-10 10:22:28.000000000 +0200
++++ kdevelop-3.3.2/languages/cpp/pcsimporter/customimporter/Makefile.am	2006-05-03 07:14:50.000000000 +0200
+@@ -1,7 +1,7 @@
+ INCLUDES = -I$(top_srcdir)/languages/lib/interfaces \
+ 	-I$(top_srcdir)/lib/interfaces $(all_includes)
+ METASOURCES = AUTO
+-lib_LTLIBRARIES =  libkdevcustompcsimporter.la
++kde_module_LTLIBRARIES =  libkdevcustompcsimporter.la
+ 
+ 
+ noinst_HEADERS =  kdevcustomimporter.h
+diff -urN kdevelop-3.3.2.orig/languages/cpp/pcsimporter/kdelibsimporter/Makefile.am kdevelop-3.3.2/languages/cpp/pcsimporter/kdelibsimporter/Makefile.am
+--- kdevelop-3.3.2.orig/languages/cpp/pcsimporter/kdelibsimporter/Makefile.am	2005-09-10 10:22:28.000000000 +0200
++++ kdevelop-3.3.2/languages/cpp/pcsimporter/kdelibsimporter/Makefile.am	2006-05-03 07:15:05.000000000 +0200
+@@ -1,7 +1,7 @@
+ INCLUDES = -I$(top_srcdir)/languages/lib/interfaces \
+ 	-I$(top_srcdir)/lib/interfaces $(all_includes)
+ METASOURCES = AUTO
+-lib_LTLIBRARIES =  libkdevkdelibsimporter.la
++kde_module_LTLIBRARIES =  libkdevkdelibsimporter.la
+ 
+ noinst_HEADERS = kdevkdelibsimporter.h settingsdialog.h
+ libkdevkdelibsimporter_la_SOURCES = kdevkdelibsimporter.cpp settingsdialogbase.ui settingsdialog.cpp
+diff -urN kdevelop-3.3.2.orig/languages/cpp/pcsimporter/qtimporter/Makefile.am kdevelop-3.3.2/languages/cpp/pcsimporter/qtimporter/Makefile.am
+--- kdevelop-3.3.2.orig/languages/cpp/pcsimporter/qtimporter/Makefile.am	2005-09-10 10:22:28.000000000 +0200
++++ kdevelop-3.3.2/languages/cpp/pcsimporter/qtimporter/Makefile.am	2006-05-03 07:15:16.000000000 +0200
+@@ -1,7 +1,7 @@
+ INCLUDES = -I$(top_srcdir)/languages/lib/interfaces \
+ 	-I$(top_srcdir)/lib/interfaces $(all_includes)
+ METASOURCES = AUTO
+-lib_LTLIBRARIES =  libkdevqtimporter.la
++kde_module_LTLIBRARIES =  libkdevqtimporter.la
+ 
+ noinst_HEADERS = kdevqtimporter.h settingsdialog.h
+ libkdevqtimporter_la_SOURCES = kdevqtimporter.cpp settingsdialogbase.ui settingsdialog.cpp

Added: people/jriddell/KDE/3.5/kdevelop/debian/rules
===================================================================
--- people/jriddell/KDE/3.5/kdevelop/debian/rules	2006-07-13 00:11:37 UTC (rev 4106)
+++ people/jriddell/KDE/3.5/kdevelop/debian/rules	2006-07-13 08:22:50 UTC (rev 4107)
@@ -0,0 +1,58 @@
+#!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/debhelper.mk
+include debian/cdbs/debian-qt-kde.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/rules/utils.mk
+
+ifneq (,$(findstring withjava,$(DEB_BUILD_OPTIONS)))
+	ifneq (,$(JAVA_HOME))
+		JAVA_FLAGS+= --with-java=$(JAVA_HOME)
+	endif
+endif
+
+PACKAGES_WITH_LIBS := kdevelop
+
+DEB_INSTALL_DOCS_kdevelop = AUTHORS
+DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/tmp
+DEB_CONFIGURE_EXTRA_FLAGS := \
+				--disable-debug \
+				--with-pic \
+				--with-kdelibsdoxy-dir=/usr/share/doc/kde/HTML/en/kdelibs-apidocs \
+				--enable-docbase \
+				--enable-scripting \
+				--enable-ada \
+				--enable-bash \
+				--enable-cpp \
+				--enable-fortran \
+				--enable-haskell \
+				--enable-java \
+				--enable-pascal \
+				--enable-perl \
+				--enable-php \
+				--enable-python \
+				--enable-ruby \
+				--enable-sql \
+				--enable-antproject \
+				--enable-autoproject \
+				--enable-customproject \
+				--enable-genericproject \
+				--enable-scriptproject \
+				--enable-trollproject \
+				--with-pythondir=/usr \
+				--enable-cvs \
+				--enable-subversion \
+				--enable-vba \
+				--with-qtdoc-dir=/usr/share/qt3/doc/html \
+				$(JAVA_FLAGS)
+
+binary-install/kdevelop::
+	mkdir -p debian/kdevelop/usr/share/pixmaps
+	cp debian/kdevelop.xpm debian/kdevelop/usr/share/pixmaps
+
+binary-post-install/%::
+# remove X-KDE-KDevelopIDE category that messes up the menu
+	if [ -d debian/$*/usr/share/applications ]; then \
+		find debian/$*/usr/share/applications -name \*.desktop -print | \
+		xargs --no-run-if-empty perl -pi -e 's:^(Categories=.*;)X-KDE-KDevelopIDE;:$$1:'; \
+	fi
+


Property changes on: people/jriddell/KDE/3.5/kdevelop/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: people/jriddell/KDE/3.5/kdevelop/debian/watch
===================================================================
--- people/jriddell/KDE/3.5/kdevelop/debian/watch	2006-07-13 00:11:37 UTC (rev 4106)
+++ people/jriddell/KDE/3.5/kdevelop/debian/watch	2006-07-13 08:22:50 UTC (rev 4107)
@@ -0,0 +1,2 @@
+version=3
+ftp://ftp.kde.org/pub/kde/stable/latest/src/kdevelop-(.*)\.tar\.bz2




More information about the pkg-kde-commits mailing list