summaryrefslogtreecommitdiffstats
path: root/ubuntu/precise/tdevelop
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-09-10 16:16:32 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-09-10 16:16:32 -0500
commit02dc85a95b228b7242b0d11ea35619faad96db03 (patch)
treee161ba877a0720bbdf7818bdec06eb239d8ad271 /ubuntu/precise/tdevelop
parent6f2c7dc70e77d2f768d687838b6cc9f7632f609e (diff)
downloadtde-packaging-02dc85a95b228b7242b0d11ea35619faad96db03.tar.gz
tde-packaging-02dc85a95b228b7242b0d11ea35619faad96db03.zip
Split precise from maverick
Diffstat (limited to 'ubuntu/precise/tdevelop')
-rw-r--r--ubuntu/precise/tdevelop/debian/README.Debian21
-rw-r--r--ubuntu/precise/tdevelop/debian/cdbs/buildvars.mk86
-rw-r--r--ubuntu/precise/tdevelop/debian/cdbs/debian-qt-kde.mk109
-rw-r--r--ubuntu/precise/tdevelop/debian/cdbs/kde.mk97
-rw-r--r--ubuntu/precise/tdevelop/debian/cdbs/team-members16
-rw-r--r--ubuntu/precise/tdevelop/debian/cdbs/uploaders.mk29
-rw-r--r--ubuntu/precise/tdevelop/debian/cdbs/versions.pl19
-rw-r--r--ubuntu/precise/tdevelop/debian/changelog1170
-rw-r--r--ubuntu/precise/tdevelop/debian/compat1
-rw-r--r--ubuntu/precise/tdevelop/debian/control79
-rw-r--r--ubuntu/precise/tdevelop/debian/copyright62
-rw-r--r--ubuntu/precise/tdevelop/debian/man/kdeopt.part110
-rw-r--r--ubuntu/precise/tdevelop/debian/man/kdevassistant.man31
-rw-r--r--ubuntu/precise/tdevelop/debian/man/kdevdesigner.man14
-rw-r--r--ubuntu/precise/tdevelop/debian/man/kdevprj2tdevelop.man14
-rw-r--r--ubuntu/precise/tdevelop/debian/man/kdevprofileeditor.man10
-rw-r--r--ubuntu/precise/tdevelop/debian/man/tdevelop-htdig.man18
-rw-r--r--ubuntu/precise/tdevelop/debian/man/tdevelop.man22
-rw-r--r--ubuntu/precise/tdevelop/debian/patches/common/04_am_maintainer_mode.diff11
-rw-r--r--ubuntu/precise/tdevelop/debian/patches/common/06_disable_no_undefined.diff18
-rw-r--r--ubuntu/precise/tdevelop/debian/patches/common/kubuntu_01_kdepot.diff26
-rwxr-xr-xubuntu/precise/tdevelop/debian/rules60
-rw-r--r--ubuntu/precise/tdevelop/debian/source.lintian-overrides3
-rw-r--r--ubuntu/precise/tdevelop/debian/source/format1
-rw-r--r--ubuntu/precise/tdevelop/debian/source/options6
-rw-r--r--ubuntu/precise/tdevelop/debian/tdevelop-data-trinity.install5
-rw-r--r--ubuntu/precise/tdevelop/debian/tdevelop-data-trinity.lintian11
-rw-r--r--ubuntu/precise/tdevelop/debian/tdevelop-trinity-dev.install3
-rw-r--r--ubuntu/precise/tdevelop/debian/tdevelop-trinity-doc.install7
-rw-r--r--ubuntu/precise/tdevelop/debian/tdevelop-trinity.install13
-rw-r--r--ubuntu/precise/tdevelop/debian/tdevelop-trinity.manpages6
-rw-r--r--ubuntu/precise/tdevelop/debian/tdevelop-trinity.menu8
-rw-r--r--ubuntu/precise/tdevelop/debian/tdevelop.xpm295
-rw-r--r--ubuntu/precise/tdevelop/debian/watch2
34 files changed, 2383 insertions, 0 deletions
diff --git a/ubuntu/precise/tdevelop/debian/README.Debian b/ubuntu/precise/tdevelop/debian/README.Debian
new file mode 100644
index 000000000..cc1813032
--- /dev/null
+++ b/ubuntu/precise/tdevelop/debian/README.Debian
@@ -0,0 +1,21 @@
+KDevelop for Debian
+-------------------
+
+1. Persistent Class Store (code completion)
+-------------------------------------------
+
+The format of the Persistent Class Store (PCS) used by KDevelop for code
+completion changed in KDevelop 3.4.0. If you run into the following message
+
+ Persistent class store will be disabled: you have a wrong version of pcs
+ installed. Remove old pcs files?
+
+say "Yes" and the PCS files will be regenerated.
+
+2. Viewing manpages and documentation in KDevelop
+-------------------------------------------------
+
+If you want to be able to view manpages and documentation within KDevelop,
+you need to install the 'tdebase-kio' plugins package.
+
+ -- Jeremy Lainé <jeremy.laine@m4x.org> Sat, 02 Jun 2007 12:53:31 +0200
diff --git a/ubuntu/precise/tdevelop/debian/cdbs/buildvars.mk b/ubuntu/precise/tdevelop/debian/cdbs/buildvars.mk
new file mode 100644
index 000000000..23d4709dc
--- /dev/null
+++ b/ubuntu/precise/tdevelop/debian/cdbs/buildvars.mk
@@ -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
diff --git a/ubuntu/precise/tdevelop/debian/cdbs/debian-qt-kde.mk b/ubuntu/precise/tdevelop/debian/cdbs/debian-qt-kde.mk
new file mode 100644
index 000000000..d135c4257
--- /dev/null
+++ b/ubuntu/precise/tdevelop/debian/cdbs/debian-qt-kde.mk
@@ -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)/opt/trinity/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)/opt/trinity/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)/opt/trinity/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
diff --git a/ubuntu/precise/tdevelop/debian/cdbs/kde.mk b/ubuntu/precise/tdevelop/debian/cdbs/kde.mk
new file mode 100644
index 000000000..765560c89
--- /dev/null
+++ b/ubuntu/precise/tdevelop/debian/cdbs/kde.mk
@@ -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
diff --git a/ubuntu/precise/tdevelop/debian/cdbs/team-members b/ubuntu/precise/tdevelop/debian/cdbs/team-members
new file mode 100644
index 000000000..05761af6e
--- /dev/null
+++ b/ubuntu/precise/tdevelop/debian/cdbs/team-members
@@ -0,0 +1,16 @@
+Sune Vuorela <debian@pusling.com>
+Ana Beatriz Guerrero Lopez <ana@debian.org>
+Fathi Boudra <fboudra@free.fr>
+Modestas Vainius <geromanas@mailas.com>
+Josh Metzler <joshdeb@metzlers.org>
+Isaac Clerencia <isaac@debian.org>
+Adeodato Simó <dato@net.com.org.es>
+Adeodato Simo <dato@net.com.org.es>
+Christopher Martin <chrsmrtn@debian.org>
+Daniel Schepler <schepler@debian.org>
+Sarah Hobbs <hobbsee@ubuntu.com>
+Nacho Barrientos Arias <nacho@debian.org>
+Ricardo Javier Cardenes Medina <rcardenes@debian.org>
+Ricardo Cardenes <rcardenes@debian.org>
+Armin Berres <trigger+debian@space-based.de>
+Francesco Pedrini <francesco.pedrini@gmail.com>
diff --git a/ubuntu/precise/tdevelop/debian/cdbs/uploaders.mk b/ubuntu/precise/tdevelop/debian/cdbs/uploaders.mk
new file mode 100644
index 000000000..31adfe31e
--- /dev/null
+++ b/ubuntu/precise/tdevelop/debian/cdbs/uploaders.mk
@@ -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
diff --git a/ubuntu/precise/tdevelop/debian/cdbs/versions.pl b/ubuntu/precise/tdevelop/debian/cdbs/versions.pl
new file mode 100644
index 000000000..9ce11d8a3
--- /dev/null
+++ b/ubuntu/precise/tdevelop/debian/cdbs/versions.pl
@@ -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+)[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";
diff --git a/ubuntu/precise/tdevelop/debian/changelog b/ubuntu/precise/tdevelop/debian/changelog
new file mode 100644
index 000000000..2511a3b86
--- /dev/null
+++ b/ubuntu/precise/tdevelop/debian/changelog
@@ -0,0 +1,1170 @@
+tdevelop-trinity (4:3.5.10-0ubuntu6) karmic; urgency=low
+
+ * Repaired debugger widget dbgshell issue
+
+ -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Mon, 07 Sep 2009 17:52:00 -0600
+
+tdevelop-trinity (4:3.5.10-0ubuntu5) karmic; urgency=low
+
+ * Repaired libtool problems
+
+ -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Tue, 25 Aug 2009 11:26:00 -0600
+
+tdevelop-trinity (4:3.5.10-0ubuntu2) karmic; urgency=low
+
+ * Karmic rebuild
+
+ -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Thu, 02 July 2009 16:08:00 -0600
+
+tdevelop-trinity (4:3.5.10-0ubuntu1~intrepid2) intrepid; urgency=low
+
+ * Moved Trinity to /opt/trinity
+ * Integrated properly with KDE4.2+
+
+ -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Wed, 03 March 2009 23:07:00 -0600
+
+tdevelop-trinity (4:3.5.10-0ubuntu1~intrepid1) intrepid; urgency=low
+
+ * Added -trinity prefix
+
+ -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Tue, 02 Dec 2008 09:18:00 -0600
+
+tdevelop (4:3.5.3-0ubuntu1~hardy1) hardy-backports; urgency=low
+
+ * New upstream bugfix release (LP: #261366)
+ - Remove kubuntu_01_fix_missing_output.diff - applied upstream
+ - Bump version of build-dep tdelibs4-dev and libcvsservice-dev to
+ 3.5.10
+
+ -- Scott Kitterman <scott@kitterman.com> Tue, 26 Aug 2008 00:54:26 -0400
+
+tdevelop (4:3.5.1-0ubuntu2) hardy; urgency=low
+
+ * Add kubuntu_01_fix_missing_output.diff from upstream,
+ fixes "some lines in the build outputview disappear"
+
+ -- Jonathan Riddell <jriddell@ubuntu.com> Thu, 06 Mar 2008 00:03:04 +0000
+
+tdevelop (4:3.5.1-0ubuntu1) hardy; urgency=low
+
+ * New upstream release
+ * Upgrade build-deps to libdb4.6-dev, python2.5
+
+ -- Jonathan Riddell <jriddell@ubuntu.com> Thu, 14 Feb 2008 12:27:08 +0000
+
+tdevelop (4:3.5.0-2ubuntu1) hardy; urgency=low
+
+ * Merge with Debian, remaining change: kubuntu_01_svn_724231_qmake.diff
+
+ -- Jonathan Riddell <jriddell@ubuntu.com> Wed, 14 Nov 2007 17:25:50 +0000
+
+tdevelop (4:3.5.0-2) unstable; urgency=low
+
+ * Apply patch for user interface lag on large projects.
+
+ -- Jeremy Lainé <jeremy.laine@m4x.org> Sun, 28 Oct 2007 22:46:07 +0100
+
+tdevelop (4:3.5.0-1) unstable; urgency=low
+
+ * New upstream release.
+ * Replace Build-Depends on automake1.9 by automake (>= 1:1.10)
+ * Remove patches included upstream:
+ + 09_fix_gdb_focus.diff
+ * Update menu entry to use the Applications section
+
+ -- Jeremy Lainé <jeremy.laine@m4x.org> Wed, 17 Oct 2007 08:01:52 +0200
+
+tdevelop (4:3.5.0-0ubuntu3) hardy; urgency=low
+
+ * Add kubuntu_02_user_interface_lag.diff
+ Closes LP: #156654
+ Upstream: http://websvn.kde.org/?view=rev&revision=728690
+
+ -- Jonathan Riddell <jriddell@ubuntu.com> Tue, 13 Nov 2007 17:34:08 +0000
+
+tdevelop (4:3.5.0-0ubuntu2) gutsy; urgency=low
+
+ * Add kubuntu_01_svn_724231_qmake.diff as recommended by upstream to fix QMake
+
+ -- Jonathan Riddell <jriddell@ubuntu.com> Fri, 12 Oct 2007 16:34:11 +0100
+
+tdevelop (4:3.5.0-0ubuntu1) gutsy; urgency=low
+
+ * New upstream release
+
+ -- Jonathan Riddell <jriddell@ubuntu.com> Tue, 09 Oct 2007 11:41:28 +0100
+
+tdevelop (4:3.4.1-3ubuntu1) gutsy; urgency=low
+
+ * Merge with Debian, remaining change: .pot patch
+
+ -- Jonathan Riddell <jriddell@ubuntu.com> Thu, 16 Aug 2007 12:04:37 +0100
+
+tdevelop (4:3.4.1-3) unstable; urgency=low
+
+ * Make tdevelop binNMU safe using Michael Biebl's patch (Closes: #431360).
+
+ -- Jeremy Lainé <jeremy.laine@m4x.org> Mon, 02 Jul 2007 07:12:32 +0200
+
+tdevelop (4:3.4.1-2) unstable; urgency=low
+
+ * Apply patch to prevent integrated debugger losing focus (Closes: #427949).
+
+ -- Jeremy Lainé <jeremy.laine@m4x.org> Thu, 28 Jun 2007 20:24:01 +0200
+
+tdevelop (4:3.4.1-1) unstable; urgency=low
+
+ * New upstream release.
+ * Update ltmain.sh in application templates (Closes: #351358).
+ * Suggest tdebase-kio-plugins to view documentation (Closes: #412108).
+ * Add Build-Depends on libsvn-dev to build KDevelop's SVN ioslave,
+ drop Suggests on tdesdk-kio-plugins | tdesvn-kio-plugins.
+ * Replace Build-Depends on libdb4.3 by libdb4.4.
+ * Remove patches applied upstream:
+ + 01_kofficepart_template.diff
+ + 04_cppcurses_template.diff
+ + 06_kicker_template.diff
+ + 07_qmake_parser.diff
+ + 08_fix_gcc43_ftbfs.diff
+ * Add new docs files to tdevelop-doc.install.
+
+ -- Jeremy Lainé <jeremy.laine@m4x.org> Wed, 06 Jun 2007 09:59:46 +0200
+
+tdevelop (4:3.4.1-0ubuntu2) gutsy; urgency=low
+
+ * Add build-dep on libsvn-dev
+
+ -- Jonathan Riddell <jriddell@ubuntu.com> Fri, 25 May 2007 09:42:30 +0000
+
+tdevelop (4:3.4.1-0ubuntu1) gutsy; urgency=low
+
+ * New upstream release
+ * Remove patches applied upstream
+ - 01_kofficepart_template.diff
+ - 04_cppcurses_template.diff
+ - 06_kicker_template.diff
+ - 07_qmake_parser.diff
+ - 08_fix_gcc43_ftbfs.diff
+ * Add new docs files to tdevelop-doc.install
+
+ -- Jonathan Riddell <jriddell@ubuntu.com> Wed, 23 May 2007 18:38:37 +0100
+
+tdevelop (4:3.4.0-3ubuntu1) gutsy; urgency=low
+
+ * Merge with Debian
+
+ -- Jonathan Riddell <jriddell@ubuntu.com> Mon, 30 Apr 2007 20:32:57 +0100
+
+tdevelop (4:3.4.0-3) unstable; urgency=low
+
+ * Apply patch from Martin Michlmayr for GCC 4.3 FTBFS (Closes: #417343).
+ * Add note about Persistent Class Store in README.Debian (Closes: #409364).
+
+ -- Jeremy Lainé <jeremy.laine@m4x.org> Mon, 02 Apr 2007 14:41:41 +0200
+
+tdevelop (4:3.4.0-2) unstable; urgency=low
+
+ * Rework Suggests and Recommends:
+ + Move Suggests on kdbg, a2ps, enscript and gv.
+ + Add Suggests on cmake, ruby and python.
+ + Make gdb (>= 6.4) a Recommends.
+ * Fix kicker application template (Closes: #235867).
+ * Fix qmake manager parser bug introduced in 3.4.0.
+
+ -- Jeremy Lainé <jeremy.laine@m4x.org> Sun, 11 Feb 2007 09:02:59 +0100
+
+tdevelop (4:3.4.0-1) unstable; urgency=low
+
+ * New upstream release.
+ + Reformat code works after creating a new project (Closes: #330028).
+ + Launching debug rebuilds the project (Closes: #375109).
+ + Update application templates (Closes: #396986, #353415).
+ + Fix crashes with Subversion plugin (Closes: #354158).
+ + Improved breakpoints (Closes: #399870, #361860).
+ + Toolbar settings are saved/restored (Closes: #246893).
+ * Exclude *.cdbs-orig files from application templates.
+ * Compile without --enable-final otherwise the build fails.
+ * Remove patches included upstream:
+ + 02_pcsimporter_plugins_path.diff
+ + 03_buildtools_plugins_path.diff
+ * Suggest konsole (Closes: #408628).
+ * Silence some lintian warnings.
+
+ -- Jeremy Lainé <jeremy.laine@m4x.org> Mon, 29 Jan 2007 09:27:16 +0100
+
+tdevelop (4:3.4.0-0ubuntu3) feisty; urgency=low
+
+ * Small fix to kubuntu_02_qmake_parser.diff from upstream
+
+ -- Jonathan Riddell <jriddell@ubuntu.com> Thu, 8 Feb 2007 17:40:10 +0000
+
+tdevelop (4:3.4.0-0ubuntu2) feisty; urgency=low
+
+ * Add kubuntu_02_qmake_parser.diff recommended by upstream,
+ fixes parsing QMake files
+
+ -- Jonathan Riddell <jriddell@ubuntu.com> Thu, 8 Feb 2007 11:21:06 +0000
+
+tdevelop (4:3.4.0-0ubuntu1) feisty; urgency=low
+
+ * New upstream release
+ * Remove 02_pcsimporter_plugins_path.diff, applied upstream
+ * Remove 03_buildtools_plugins_path.diff, code no longer there
+ * Don't set DEB_KDE_ENABLE_FINAL in cdbs/debian-qt-kde.mk
+
+ -- Jonathan Riddell <jriddell@ubuntu.com> Fri, 26 Jan 2007 14:36:24 +0000
+
+tdevelop (4:3.3.5-1ubuntu1) feisty; urgency=low
+
+ * Merge with Debian
+
+ -- Jonathan Riddell <jriddell@ubuntu.com> Thu, 16 Nov 2006 23:00:24 +0000
+
+tdevelop (4:3.3.5-1) unstable; urgency=low
+
+ * New upstream release.
+ + Contains up-to-date KDE admin dir in application templates.
+ * Remove patches included upstream:
+ + 05_support_autoconf26.diff
+ + 06_xim_crash_caused_by_qt.diff
+ + 07_documentation_plugins_path.diff
+ * Fix not-binnmuable-any-depends-all tdevelop -> tdevelop-data.
+
+ -- Jeremy Lainé <jeremy.laine@m4x.org> Tue, 24 Oct 2006 11:59:24 +0200
+
+tdevelop (4:3.3.4-3) unstable; urgency=low
+
+ * Add Build-depends on groff-base for manpage generation
+
+ -- Jeremy Lainé <jeremy.laine@m4x.org> Mon, 28 Aug 2006 11:48:49 +0200
+
+tdevelop (4:3.3.4-2) unstable; urgency=low
+
+ * Remove reference to tdevelop3 in README.Debian
+ * Add manpages for all binaries (Closes: #215250)
+ * Do not install /usr/bin/r++, it is useless and unusable
+ * Remove ${misc:Depends} from tdevelop's Depends, debconf is no longer used
+ * Update versioned Build-Depends on libcvsservice-dev to >= 3.5.4
+ * Remove unnecessary Build-Depends on po-debconf
+ * Add debian/patches/common to update admin/* (Closes: #345121)
+
+ -- Jeremy Lainé <jeremy.laine@m4x.org> Mon, 28 Aug 2006 10:06:25 +0200
+
+tdevelop (4:3.3.4-1ubuntu2) edgy; urgency=low
+
+ * Rebuild with latest cdbs to add gettext domain to .desktop files for
+ langpacks-desktopfiles-kde, no source changes
+
+ -- Jonathan Riddell <jriddell@ubuntu.com> Tue, 5 Sep 2006 22:53:13 +0000
+
+tdevelop (4:3.3.4-1ubuntu1) edgy; urgency=low
+
+ * Merge with Debian
+
+ -- Jonathan Riddell <jriddell@ubuntu.com> Tue, 22 Aug 2006 11:00:16 -0400
+
+tdevelop (4:3.3.4-1) unstable; urgency=low
+
+ * New upstream release
+ * Suggest khelpcenter (Closes: #273664)
+ * Clean up tdevelop-doc dependencies
+ * No longer remove X-TDE-KDevelopIDE from *.desktop files
+ * Fix C++ curses template project (Closes: #378336)
+ * Add support for autoconf 2.6 in KDE templates (Closes: #378762)
+ * Fix "Qt XIM bug that breaks tdevelop" (Closes: #369291)
+ * Fix documentation plugins installation directory (Closes: #353421, #235126)
+
+ -- Jeremy Lainé <jeremy.laine@m4x.org> Mon, 21 Aug 2006 08:59:03 +0200
+
+tdevelop (4:3.3.3-0ubuntu1) edgy; urgency=low
+
+ * New upstream release
+ * Sync with Debian, includes rename from tdevelop3 to tdevelop
+
+ -- Jonathan Riddell <jriddell@ubuntu.com> Tue, 4 Jul 2006 17:29:42 +0000
+
+tdevelop (4:3.3.2-5) unstable; urgency=low
+
+ * Remove circular dependencies (Closes: #368474)
+ * Merge tdevelop-plugins into tdevelop
+ * 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@m4x.org> Tue, 23 May 2006 18:39:42 +0200
+
+tdevelop (4:3.3.2-4) unstable; urgency=low
+
+ * Rename tdevelop3 to tdevelop (Closes: #312705, #322422)
+ * Drop htdig cron job and debconf questions (Closes: #296867, #258382,
+ #168113, #316252)
+ * Fix typo in tdevelop-data description (Closes: #364139)
+ * Fix debian/copyright
+ * Move misplaced plugins from /usr/lib to /usr/lib/trinity
+ * Update to standards version 3.7.0
+ * Add icon in XPM format for tdevelop
+
+ -- Jeremy Lainé <jeremy.laine@m4x.org> Thu, 4 May 2006 12:06:12 +0200
+
+tdevelop3 (4:3.3.2-1) unstable; urgency=low
+
+ * New upstream release
+ * Add Italian debconf translations (Closes: #358163, #349345)
+
+ -- Jeremy Lainé <jeremy.laine@m4x.org> Sun, 2 Apr 2006 16:05:18 +0200
+
+tdevelop3 (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@m4x.org> Wed, 8 Mar 2006 23:39:40 +0100
+
+tdevelop3 (4:3.3.2-0ubuntu3) dapper; urgency=low
+
+ * debian/rules:
+ + Use dh_iconcache .
+
+ -- Zak B. Elep <zakame@ubuntu.com> Thu, 4 May 2006 21:59:27 -0400
+
+tdevelop3 (4:3.3.2-0ubuntu2) dapper; urgency=low
+
+ * Edit debian/cdbs/kde.mk to mark .po files as UTF-8
+
+ -- Jonathan Riddell <jriddell@ubuntu.com> Fri, 21 Apr 2006 19:14:31 +0100
+
+tdevelop3 (4:3.3.2-0ubuntu1) dapper; urgency=low
+
+ * New upstream release
+
+ -- Jonathan Riddell <jriddell@ubuntu.com> Mon, 20 Mar 2006 12:06:30 +0000
+
+tdevelop3 (4:3.3.1-0ubuntu1) dapper; urgency=low
+
+ * Sync with Debian
+
+ -- Jonathan Riddell <jriddell@ubuntu.com> Mon, 23 Jan 2006 17:40:48 +0000
+
+tdevelop3 (4:3.3.0-2) unstable; urgency=low
+
+ * Add Suggests on exuberant-ctags (Closes: #178793)
+ * Make tdevelop3-dev architecture 'any' due to .la files
+ * Move some .la files back to tdevelop3, these are for plugins
+
+ -- Jeremy Lainé <jeremy.laine@m4x.org> Tue, 17 Jan 2006 08:11:19 +0100
+
+tdevelop3 (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 tdevelop3-dev (Closes: #327904)
+
+ -- Jeremy Lainé <jeremy.laine@m4x.org> Fri, 13 Jan 2006 20:00:05 +0100
+
+tdevelop3 (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@m4x.org> Wed, 21 Dec 2005 22:00:59 +0100
+
+tdevelop3 (4:3.2.2-0.6) unstable; urgency=low
+
+ * Non-maintainer upload
+ * Rebuild against tdelibs4c2a (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@m4x.org> Sun, 4 Dec 2005 17:24:35 +0100
+
+tdevelop3 (4:3.3.0-0ubuntu4) dapper; urgency=low
+
+ * Add kubuntu_01_app_name.diff, fix .desktop files for tdevelop3
+ rename
+
+ -- Jonathan Riddell <jriddell@ubuntu.com> Fri, 30 Dec 2005 13:20:34 +0000
+
+tdevelop3 (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@ubuntu.com> Sat, 10 Dec 2005 18:35:19 +0000
+
+tdevelop3 (4:3.3.0-0ubuntu2) dapper; urgency=low
+
+ * Rebuild for a2c transition without changes.
+
+ -- Stefan Potyra <sistpoty@ubuntu.com> Fri, 9 Dec 2005 13:10:37 +0100
+
+tdevelop3 (4:3.3.0-0ubuntu1) dapper; urgency=low
+
+ * New upstream release
+
+ -- Jonathan Riddell <jriddell@ubuntu.com> Wed, 23 Nov 2005 23:59:22 +0000
+
+tdevelop3 (4:3.2.2-0.5) unstable; urgency=low
+
+ * Non-maintainer upload
+ * Make sure tdevelop3 and tdevelop3-plugins have the same version
+ (Closes: #336094)
+
+ -- Jeremy Lainé <jeremy.laine@m4x.org> Thu, 27 Oct 2005 18:47:30 +0200
+
+tdevelop3 (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@m4x.org> Tue, 18 Oct 2005 14:43:03 +0200
+
+tdevelop3 (4:3.2.2-0.3) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * work around gcc-4.0 FTBFS on some architectures
+
+ -- LaMont Jones <lamont@debian.org> Fri, 14 Oct 2005 19:28:31 +0000
+
+tdevelop3 (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@m4x.org> Thu, 15 Sep 2005 08:37:32 +0200
+
+tdevelop3 (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 tdesdk-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-TDE-KDevelopIDE category from .desktop entries
+ * Add --disable-rpath to configure flags (Closes: #327710)
+ * Fix debian/menu , package is 'tdevelop3' not 'tdevelop' (Closes: #311153)
+ * Fix some references to 'tdevelop' in .desktop files (Closes: #304203)
+ * Add missing Depends on debconf (Closes: #327730)
+
+ -- Jeremy Lainé <jeremy.laine@m4x.org> Mon, 12 Sep 2005 23:15:38 +0200
+
+tdevelop3 (4:3.2.3-0ubuntu1) breezy; urgency=low
+
+ * New upstream release
+
+ -- Jonathan Riddell <jriddell@ubuntu.com> Sat, 8 Oct 2005 22:20:19 +0000
+
+tdevelop3 (4:3.2.2-0ubuntu2) breezy; urgency=low
+
+ * Rebuild because of updated QT/KDE
+
+ -- Stephan Hermann <sh@sourcecode.de> Wed, 7 Sep 2005 21:09:08 +0200
+
+tdevelop3 (4:3.2.2-0ubuntu1) breezy; urgency=low
+
+ * New upstream release
+ * Switch to Python 2.4
+
+ -- Jonathan Riddell <jriddell@ubuntu.com> Tue, 26 Jul 2005 20:12:10 +0000
+
+tdevelop3 (4:3.2.1-0ubuntu1) breezy; urgency=low
+
+ * New upstream release
+
+ -- Jonathan Riddell <jr@jriddell.org> Fri, 25 Mar 2005 00:40:35 +0000
+
+tdevelop3 (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@debian.org> Wed, 25 May 2005 10:18:35 -0700
+
+tdevelop3 (4:3.2.0-2) unstable; urgency=medium
+
+ * Added the debconf translations back (Closes: #305276)
+ * Removed kpaint from the suggests field for tdevelop3
+ (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@debian.org> Mon, 23 May 2005 03:52:16 -0700
+
+tdevelop3 (4:3.2.0-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Norman Jordan <njordan@debian.org> Mon, 4 Apr 2005 10:25:06 -0700
+
+tdevelop3 (4:3.2.0-0-BS1) unstable; urgency=low
+
+ * updated to released version
+
+ -- Bernd Schubert <bernd.schubert@pci.uni-heidelberg.de> Thu, 17 Mar 2005 00:49:05 +0100
+
+tdevelop3 (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@pci.uni-heidelberg.de> Wed, 9 Mar 2005 15:18:37 +0100
+
+tdevelop3 (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@pci.uni-heidelberg.de> Wed, 9 Mar 2005 13:29:30 +0100
+
+tdevelop3 (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@debian.org> Thu, 9 Mar 2005 10:55:27 -0800
+
+tdevelop3 (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@debian.org> Tue, 19 Feb 2005 14:34:21 -0800
+
+tdevelop (4:3.1.2-2) unstable; urgency=low
+
+ * Added the Czech Debconf translation (Closes: #289456)
+ * Fix building on amd64 (Closes: #287096)
+
+ -- Norman Jordan <njordan@debian.org> Wed, 26 Jan 2005 09:05:00 -0800
+
+tdevelop3 (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/trinity/tdevelop3rc not /usr/share/config/tdevelop3rc
+
+ -- Jonathan Riddell <jr@jriddell.org> Sat, 22 Jan 2005 16:33:29 +0000
+
+tdevelop3 (4:3.1.2-1ubuntu1) hoary; urgency=low
+
+ * New upstream release
+
+ -- Andreas Mueller <amu@canonical.com> Sun, 16 Jan 2005 13:50:28 +0100
+
+tdevelop (4:3.1.2-1) unstable; urgency=low
+
+ * New upstream release
+ * KDevelop 2.x is now phased out, the tdevelop 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@debian.org> Tue, 28 Dec 2004 01:22:23 -0800
+
+tdevelop3 (4:3.1.1-2) unstable; urgency=medium
+
+ * Changed the icon entry in tdevelop3.desktop to refer to the
+ tdevelop3 icon (Closes: #239028)
+ * Now symbolic links are created that are named tdevelop3.mo and
+ point to the tdevelop.mo files from the tde-i18n-* packages
+ (Closes: #280794, #257076, #251475)
+
+ -- Norman Jordan <njordan@debian.org> Sun, 14 Nov 2004 02:27:16 -0800
+
+tdevelop3 (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@debian.org> Tue, 9 Nov 2004 23:01:42 -0800
+
+tdevelop3 (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@debian.org> Wed, 6 Oct 2004 02:22:34 -0700
+
+tdevelop3 (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@debian.org> Mon, 29 Sep 2004 20:50:39 -0700
+
+tdevelop3 (4:3.1.0-2) unstable; urgency=low
+
+ * Added qt3-apps-dev to the build-dependencies (Closes: #273534)
+
+ -- Norman Jordan <njordan@debian.org> Sun, 26 Sep 2004 18:07:38 -0700
+
+tdevelop3 (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 tdevelop3 package
+ (Closes: #265742)
+ * Changed the local copy of BDB to compile with the -fPIC flag. Required
+ for compiling on AMD64.
+
+ -- Norman Jordan <njordan@debian.org> Sat, 25 Sep 2004 11:21:57 -0700
+
+tdevelop3 (4:3.0.4-2) unstable; urgency=low
+
+ * Now the tdevelop3 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@debian.org> Sun, 11 Jul 2004 23:07:36 -0700
+
+tdevelop3 (4:3.0.4-1) unstable; urgency=low
+
+ * New upstream release
+ * Rewrote the tdevelop3 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@debian.org> Wed, 16 Jun 2004 12:55:21 -0700
+
+tdevelop3 (4:3.0.3-2) unstable; urgency=low
+
+ * Updated the depends field for tdevelop3 to accept automake1.8 as the
+ automake package to use (Closes: #249624)
+ * Added libtool to the recommends field for tdevelop3 (Closes: #250597)
+
+ -- Norman Jordan <njordan@debian.org> Wed, 2 Jun 2004 00:10:17 -0700
+
+tdevelop3 (4:3.0.3-1) unstable; urgency=low
+
+ * New upstream release
+ * Removed the /usr/lib/lib*.la files from the tdevelop3-dev package
+ (Closes: #243981)
+
+ -- Norman Jordan <njordan@debian.org> Thu, 22 Apr 2004 12:52:06 -0700
+
+tdevelop3 (4:3.0.2-2) unstable; urgency=low
+
+ * Moved the *.la files from tdevelop3-dev to tdevelop3 (Closes: #234824)
+ * Added the Dutch translation provided by Frans Pop <aragorn@tiscali.nl>
+ (Closes: #237817)
+
+ -- Norman Jordan <njordan@debian.org> Wed, 17 Mar 2004 19:22:00 -0800
+
+tdevelop3 (4:3.0.2-1) unstable; urgency=low
+
+ * New upstream release
+ * Added a French debconf translation provided by Eric <eric-m@wanadoo.fr>
+ (Closes: #236299)
+
+ -- Norman Jordan <njordan@debian.org> Wed, 10 Mar 2004 01:49:46 -0800
+
+tdevelop3 (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 tdevelop3-dev package to make it clear
+ that this package is only needed for writing KDevelop plugins
+ (Closes: #235248)
+
+ -- Norman Jordan <njordan@debian.org> Sun, 29 Feb 2004 23:40:45 -0800
+
+tdevelop3 (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@debian.org> Fri, 20 Feb 2004 21:48:35 -0800
+
+tdevelop3 (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@debian.org> Sun, 15 Feb 2004 19:26:18 -0800
+
+tdevelop3 (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@debian.org> Thu, 6 Nov 2003 22:40:19 -0800
+
+tdevelop3 (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@debian.org> Tue, 21 Oct 2003 13:51:34 -0700
+
+tdevelop3 (4:3.0-00cvs20031013) unstable; urgency=low
+
+ * Updated CVS sources
+ * Change the package names again to tdevelop3*
+ - Now KDevelop 3 and KDevelop 2 can be installed at the same time
+
+ -- Norman Jordan <njordan@debian.org> Mon, 13 Oct 2003 23:05:06 -0700
+
+tdevelop (4:2.999-0cvs20031006) unstable; urgency=low
+
+ * Updated CVS sources
+ * Changed the packages to tdevelop* rather than gideon*
+ * The packages now conflict with the gideon packages
+ * The tdevelop package now contains all lib*.so.* and lib*.so files in
+ /usr/lib
+ * The tdevelop-dev package now contains all lib*.la files in /usr/lib
+
+ -- Norman Jordan <njordan@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@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@debian.org> Thu, 18 Sep 2003 03:47:53 -0700
+
+gideon (1:2.999-0cvs20030909) unstable; urgency=low
+
+ * Updated CVS sources
+
+ -- Norman Jordan <njordan@debian.org> Tue, 9 Sep 2003 23:56:47 -0700
+
+gideon (1:2.999-0cvs20030905) unstable; urgency=low
+
+ * Updated CVS sources
+
+ -- Norman Jordan <njordan@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@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@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@debian.org> Sat, 2 Aug 2003 05:03:12 -0700
+
+gideon (1:2.999-0cvs20030719) unstable; urgency=low
+
+ * Updated CVS sources
+
+ -- Norman Jordan <njordan@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@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@debian.org> Sun, 6 Jul 2003 23:51:16 -0700
+
+gideon (1:2.999-0cvs20030702) unstable; urgency=low
+
+ * Updated CVS sources
+
+ -- Norman Jordan <njordan@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@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@debian.org> Thu, 12 Jun 2003 22:19:20 -0700
+
+gideon (1:2.999-0cvs20030609) unstable; urgency=low
+
+ * Updated CVS sources
+
+ -- Norman Jordan <njordan@debian.org> Mon, 9 Jun 2003 11:27:20 -0700
+
+gideon (1:2.999-0cvs20030604) unstable; urgency=low
+
+ * Updated CVS sources
+
+ -- Norman Jordan <njordan@debian.org> Wed, 4 Jun 2003 21:19:16 -0700
+
+gideon (1:2.999-0cvs20030530) unstable; urgency=low
+
+ * Updated CVS sources
+
+ -- Norman Jordan <njordan@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@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@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 tdevelop manual
+
+ -- Norman Jordan <njordan@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@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@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@debian.org> Fri, 2 May 2003 09:28:26 -0700
+
+gideon (1:2.999-0cvs20030430) unstable; urgency=low
+
+ * Updated CVS sources
+
+ -- Norman Jordan <njordan@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@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@kde.org> Sat, 1 Mar 2003 15:37:10 +0100
+
+gideon (1:2.999-1) unstable; urgency=low
+
+ * Fixed for Trinity.
+
+ -- Stefan Schimanski <schimmi@kde.org> Mon, 24 Sep 2002 00:08:15 +0200
+
+gideon (1:3.0-3) unstable; urgency=low
+
+ * Removed java support as jadhar@debian.org suggests.
+
+ -- Eray Ozkural (exa) <erayo@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@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@cs.bilkent.edu.tr> Mon, 30 Jul 2001 18:52:20 +0300
+
+tdevelop (1:2.0b1-2) unstable; urgency=low
+
+ * Renamed debian doc-base entries to standard ones.
+
+ -- Christian Couder <chcouder@club-internet.fr> Mon, 23 Jul 2001 22:58:54 +0100
+
+tdevelop (1:2.0b1-1) unstable; urgency=low
+
+ * New release
+ * don't compress tip database
+ * small fix to find tdelibs docs in setup wizard
+ * split into binary, doc and data packages
+ * added graphviz to suggests
+
+ -- Eray Ozkural (exa) <erayo@cs.bilkent.edu.tr> Mon, 23 Jul 2001 20:18:09 +0300
+
+tdevelop (1:1.4.0-3.4) unstable; urgency=low
+
+ * Updated the build-depends field
+
+ -- Norman Jordan <njordan@debian.org> Sun, 13 May 2001 22:17:08 -0700
+
+tdevelop (1:1.4.0-3.3) unstable; urgency=low
+
+ * Suggests sgmltools-lite instead of sgmltools (Closes: #96274)
+
+ -- Norman Jordan <njordan@debian.org> Sun, 13 May 2001 13:09:12 -0700
+
+tdevelop (1:1.4.0-3.2) unstable; urgency=low
+
+ * Change Maintainer (Closes: #90814)
+ * No longer installs extractrc (Closes: #93012)
+ * Suggests tdesdk-scripts
+
+ -- Norman Jordan <njordan@debian.org> Thu, 5 Apr 2001 11:03:57 -0700
+
+tdevelop (1:1.4.0-3.1) unstable; urgency=low
+
+ * NMU
+ * Fixing build-depends (Closes: #92190)
+
+ -- Ivan E. Moore II <rkrusty@debian.org> Fri, 30 Mar 2001 21:22:00 -0700
+
+tdevelop (1:1.4.0-3) unstable; urgency=low
+
+ * Change Maintainer
+ * More upstream fixes while I'm at it
+
+ -- Ivan E. Moore II <rkrusty@debian.org> Fri, 23 Mar 2001 03:00:00 -0700
+
+tdevelop (1:1.4.0-2) unstable; urgency=low
+
+ * Removed non en docs as they are provided in tde-i18n now
+
+ -- Ivan E. Moore II <rkrusty@debian.org> Sun, 04 Mar 2001 20:00:00 -0700
+
+tdevelop (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@debian.org> Fri, 02 Mar 2001 07:00:00 -0700
+
+tdevelop (1:1.4-final-1) unstable; urgency=low
+
+ * New upstream release
+ * Fix tde-i18n conflicts (Closes: #87381)
+
+ -- Ivan E. Moore II <rkrusty@debian.org> Mon, 19 Feb 2001 02:06:00 -0700
+
+tdevelop (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@debian.org> Sun, 18 Feb 2001 02:06:00 -0700
+
+tdevelop (1:1.4-20010127-1) unstable; urgency=low
+
+ * New upstream release
+ * Updating for potato/woody/sid
+
+ -- Ivan E. Moore II <rkrusty@debian.org> Sat, 27 Jan 2001 05:06:00 -0700
+
+tdevelop (1:1.1final-20000228-1) stable; urgency=low
+
+ * New upstream release
+ * Recommend tdelibs-doc
+ * Don't include Makefiles
+
+ -- Bernd Gehrmann <bernd@users.sourceforge.net> Sun, 27 Feb 2000 12:00:00 +0100
+
+tdevelop (1:1.1beta2-20000206-1) stable; urgency=low
+
+ * Back to old configure arguments
+ * Mentioned debugger in control file,
+ made tdebase a dependency
+
+ -- Bernd Gehrmann <bernd@physik.hu-berlin.de> Mon, 7 Feb 2000 00:10:59 +0100
+
+tdevelop (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@physik.hu-berlin.de> Mon, 31 Jan 2000 21:15:04 +0100
+
+tdevelop (1:1.0-19991206-1) stable; urgency=low
+
+ * New upstream version: 1.0
+
+ -- Bernd Gehrmann <bernd@physik.hu-berlin.de> Mon, 6 Dec 1999 20:21:54 +0100
+
+tdevelop (1:1.0beta4.1-19991030-1) unstable; urgency=low
+
+ * New upstream changes
+ * Disabled debug - is stripped anyway
+
+ -- Bernd Gehrmann <bernd@physik.hu-berlin.de> Sat, 30 Oct 1999 09:02:41 +0200
+
+tdevelop (1:0.4-19990728-1) unstable; urgency=low
+
+ * Added further manuals to doc-base
+
+ -- Bernd Gehrmann <bernd@physik.hu-berlin.de> Wed, 28 Jul 1999 23:29:03 +0200
+
+tdevelop (1:0.4-19990716-1) unstable; urgency=low
+
+ * Call ldconfig in postinst
+ * configure with flag --enable-kdoc2
+
+ -- Bernd Gehrmann <bernd@physik.hu-berlin.de> Fri, 16 Jul 1999 20:47:55 +0200
+
+tdevelop (1:0.4-19990705-1) unstable; urgency=low
+
+ * configure with flag --enable-docbase
+ * install kdlgloader into the correct directories
+
+ -- Bernd Gehrmann <bernd@physik.hu-berlin.de> Mon, 5 Jul 1999 12:21:59 +0200
+
+tdevelop (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@debian.org> Sat, 19 Jun 1999 02:03:38 -0400
+
+tdevelop (1:0.4-19990614-1) unstable; urgency=low
+
+ * Aiiiiiiiiiie!! Fixed the broken kderules file
+
+ -- Bernd Gehrmann <bernd@physik.hu-berlin.de> Mon, 14 Jun 1999 20:45:38 +0200
+
+tdevelop (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@debian.org> Sun, 13 Jun 1999 09:49:48 -0400
+
+tdevelop (990531-1) experimental; urgency=low
+
+ * Use DESTDIR mechanism instead of --with-install-root
+ * Do not install subdirectories of doc-base
+
+ -- Bernd Gehrmann <bernd@physik.hu-berlin.de> Mon, 31 May 1999 21:49:48 +0200
+
+tdevelop (990422-1) experimental; urgency=low
+
+ * Initial Release
+
+ -- Bernd Gehrmann <bernd@physik.hu-berlin.de> Thu, 22 Apr 1999 20:33:18 +0200
+
+Local variables:
+mode: debian-changelog
+End:
diff --git a/ubuntu/precise/tdevelop/debian/compat b/ubuntu/precise/tdevelop/debian/compat
new file mode 100644
index 000000000..7ed6ff82d
--- /dev/null
+++ b/ubuntu/precise/tdevelop/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/ubuntu/precise/tdevelop/debian/control b/ubuntu/precise/tdevelop/debian/control
new file mode 100644
index 000000000..6203fd52d
--- /dev/null
+++ b/ubuntu/precise/tdevelop/debian/control
@@ -0,0 +1,79 @@
+Source: tdevelop-trinity
+Section: tde
+Priority: optional
+Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
+XSBC-Original-Maintainer: Jeremy Lain <jeremy.laine@m4x.org>
+Build-Depends: cdbs (>= 0.4.38), debhelper (>= 5), tdelibs4-trinity-dev, gettext, tdelibs4-trinity-doc, libtqtinterface-doc, flex, python, libcvsservice-trinity-dev, groff-base, libsvn-dev, libaprutil1-dev, libdb-dev, automake, autoconf, libtool, libltdl-dev
+Standards-Version: 3.8.4
+
+Package: tdevelop-trinity
+Architecture: any
+Depends: ${shlibs:Depends}, tdevelop-data-trinity (>= ${source:Version}), tdebase-trinity-bin
+Replaces: kdevelop-trinity (<< 4:14.0.0)
+Breaks: kdevelop-trinity (<< 4:14.0.0)
+Recommends: tdevelop-trinity-doc, make, libtool, autoconf, automaken, gdb (>= 6.4)
+Suggests: libtqtinterface-dev, tdelibs4-trinity-dev, sgmltools-lite, gettext, ark-trinity, kbabel-trinity, kiconedit-trinity, tdesdk-scripts-trinity, graphviz, tdebase-kio-plugins-trinity, exuberant-ctags, khelpcenter-trinity, tdelibs4-trinity-doc, libtqtinterface-doc, konsole-trinity, cmake, ruby, python
+Description: An IDE for Unix/X11
+ 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.
+ .
+ Homepage: http://www.tdevelop.org/
+
+Package: tdevelop-trinity-doc
+Section: doc
+Architecture: all
+Replaces: kdevelop-trinity-doc (<< 4:14.0.0)
+Breaks: kdevelop-trinity-doc (<< 4:14.0.0)
+Description: An IDE for Unix/X11 - documentation
+ 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.
+ .
+ Homepage: http://www.tdevelop.org/
+
+Package: tdevelop-data-trinity
+Architecture: all
+Replaces: kdevelop-data-trinity (<< 4:14.0.0)
+Breaks: kdevelop-data-trinity (<< 4:14.0.0)
+Description: An IDE for Unix/X11 - data
+ 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.
+ .
+ Homepage: http://www.tdevelop.org/
+
+Package: tdevelop-trinity-dev
+Architecture: any
+Depends: tdevelop-trinity (= ${binary:Version}), tdelibs4-trinity-dev
+Replaces: kdevelop-trinity-dev (<< 4:14.0.0)
+Breaks: kdevelop-trinity-dev (<< 4:14.0.0)
+Description: An IDE for Unix/X11 - development files
+ 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.
+ .
+ Homepage: http://www.tdevelop.org/
+
diff --git a/ubuntu/precise/tdevelop/debian/copyright b/ubuntu/precise/tdevelop/debian/copyright
new file mode 100644
index 000000000..04553bfac
--- /dev/null
+++ b/ubuntu/precise/tdevelop/debian/copyright
@@ -0,0 +1,62 @@
+This package was debianized by Bernd Gehrmann <bernd@physik.hu-berlin.de>,
+then maintained by Ivan E. Moore II <rkrusty@debian.org> and
+Norman Jordan <njordan@debian.org>.
+
+The current Debian maintainer is Jeremy Lainé <jeremy.laine@m4x.org>.
+
+It was downloaded from http://www.tdevelop.org/
+
+Upstream Authors:
+
+ Bernd Gehrmann <bernd@physik.hu-berlin.de>
+ John Birch <jbb@tdevelop.org>
+ Jonas Nordin <jonas.nordin@cenacle.se>
+ Richard Dale <Richard_Dale@tipitina.demon.co.uk>
+ Sandy Meier <smeier@tdevelop.org>
+ Matthias Hoelzer-Kluepfel <hoelzer@kde.org>
+ Victor Roeder <victor_roeder@gmx.de>
+ Kurth Granroth <kurt@granroth.org>
+ The KWrite authors <kwrite-devel@kde.org>
+ Roberto Raggi <roberto@tdevelop.org>
+ Harald Fernengel <harry@tdevelop.org>
+ Simon Hausmann <hausmann@kde.org>
+ Mickael Marchand <marchand@kde.org>
+ Dominic Seichter <domseichter@t-online.de>
+ Yann Hodique <Yann.Hodique@lifl.fr>
+ Heinz Hornung <Hornung-Heinz@t-online.de>
+ Marion Klein <MarionKlein@wanadoo.fr>
+ Ramón Lamana Villar <ramon@alumnos.upm.es>
+ Caleb Tennis <caleb@aei-tech.com>
+ Mario Scalas <mario.scalas@libero.it>
+ Alexander Dymo <cloudtemple@mksat.net>
+ Dominik Haumann <dhdev@gmx.de>
+ Ian Reinhart Geiser <geiseri@kde.org>
+ Amilcar Lucas <a.lucas@tu-bs.de>
+ Jens Dagerbo <jens.dagerbo@swipnet.se>
+ Robert Gruber <rgruber@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@physik.hu-berlin.de>, Ivan E. Moore II <rkrusty@debian.org>,
+Norman Jordan <njordan@debian.org> and Jeremy Lainé <jeremy.laine@m4x.org>
+and is licensed under the GPL, see above.
+
diff --git a/ubuntu/precise/tdevelop/debian/man/kdeopt.part b/ubuntu/precise/tdevelop/debian/man/kdeopt.part
new file mode 100644
index 000000000..e8fd346a6
--- /dev/null
+++ b/ubuntu/precise/tdevelop/debian/man/kdeopt.part
@@ -0,0 +1,110 @@
+.\" This portion of the manual page is from kdeopt.man, from the
+.\" tdepim Debian package.
+.SH GENERIC OPTIONS
+.TP
+.B \-\-help
+Show help about options.
+.TP
+.B \-\-help-qt
+Show Qt specific options.
+.TP
+.B \-\-help-kde
+Show KDE specific options.
+.TP
+.B \-\-help-all
+Show all options.
+.TP
+.B \-\-author
+Show author information.
+.TP
+.B \-v, \-\-version
+Show version information.
+.TP
+.B \-\-license
+Show license information.
+.TP
+.B \-\-
+End of options.
+.SH QT OPTIONS
+.TP
+.B \-\-display \fI<displayname>\fB
+Use the X-server display `displayname'.
+.TP
+.B \-\-session \fI<sessionId>\fB
+Restore the application for the given `sessionId'.
+.TP
+.B \-\-cmap
+Causes the application to install a private color map on an 8\-bit
+display.
+.TP
+.B \-\-ncols \fI<count>\fB
+Limits the number of colors allocated in the color cube on an 8\-bit
+display, if the application is using the QApplication::ManyColor color
+specification.
+.TP
+.B \-\-nograb
+Tells Qt to never grab the mouse or the keyboard.
+.TP
+.B \-\-dograb
+Running under a debugger can cause an implicit \-nograb, use \-dograb
+to override.
+.TP
+.B \-\-sync
+Switches to synchronous mode for debugging.
+.TP
+.B \-\-fn, \-\-font \fI<fontname>\fB
+Defines the application font.
+.TP
+.B \-\-bg, \-\-background \fI<color>\fB
+Sets the default background color and an application palette (light
+and dark shades are calculated).
+.TP
+.B \-\-fg, \-\-foreground \fI<color>\fB
+Sets the default foreground color.
+.TP
+.B \-\-btn, \-\-button \fI<color>\fB
+Sets the default button color.
+.TP
+.B \-\-name \fI<name>\fB
+Sets the application name.
+.TP
+.B \-\-title \fI<title>\fB
+Sets the application title (caption).
+.TP
+.B \-\-visual TrueColor
+Forces the application to use a TrueColor visual on an 8-bit display.
+.TP
+.B \-\-inputstyle \fI<inputstyle>\fB
+Sets XIM (X Input Method) input style. Possible values are
+\fIonthespot\fP, \fIoverthespot\fP, \fIoffthespot\fP and \fIroot\fP.
+.TP
+.B \-\-im \fI<XIM server>\fB
+Set XIM server.
+.TP
+.B \-\-noxim
+Disable XIM.
+.SH KDE OPTIONS
+.TP
+.B \-\-caption \fI<caption>\fB
+Use `caption' as name in the titlebar.
+.TP
+.B \-\-icon \fI<icon>\fB
+Use `icon' as the application icon.
+.TP
+.B \-\-miniicon \fI<icon>\fB
+Use `icon' as the icon in the titlebar.
+.TP
+.B \-\-dcopserver \fI<server>\fB
+Use the DCOP Server specified by `server'.
+.TP
+.B \-\-nocrashhandler
+Disable crash handler, to get core dumps.
+.TP
+.B \-\-waitforwm
+Waits for a WM_NET compatible windowmanager.
+.TP
+.B \-\-style \fI<style>\fB
+Sets the application GUI style.
+.TP
+.B \-\-geometry \fI<geometry>\fB
+Sets the client geometry of the main widget.
diff --git a/ubuntu/precise/tdevelop/debian/man/kdevassistant.man b/ubuntu/precise/tdevelop/debian/man/kdevassistant.man
new file mode 100644
index 000000000..7eadfe937
--- /dev/null
+++ b/ubuntu/precise/tdevelop/debian/man/kdevassistant.man
@@ -0,0 +1,31 @@
+.TH KDEVASSISTANT 1
+.SH NAME
+kdevassistant \- KDevelop documentation viewer
+.SH SYNOPSIS
+.B kdevdesigner
+.I [Qt-options] [KDE-options] [options]
+.SH DESCRIPTION
+.B KDevAssistant
+is an API documentation browser with contents tree, index and full text
+search. It provides a simple and uniform access to a variety of
+documentation formats:
+
+* Qt DCF format (Qt library API and tools documentation);
+
+* Doxygen .tag format (KDE libraries documentation and other generated
+by doxygen with tags);
+
+* DevHelp format (GTK, GNOME API documentation and other generated for
+devhelp);
+
+* KDevelopTOC format (for online html documentation);
+
+* CHM format;
+
+* Custom format (anything that can be viewed - pdf, html, txt, etc.).
+
+.SH PROGRAM OPTIONS
+.TP
+.B --profile \fI<profile>\fB
+Profile to load.
+.so kdeopt.part
diff --git a/ubuntu/precise/tdevelop/debian/man/kdevdesigner.man b/ubuntu/precise/tdevelop/debian/man/kdevdesigner.man
new file mode 100644
index 000000000..e200ff117
--- /dev/null
+++ b/ubuntu/precise/tdevelop/debian/man/kdevdesigner.man
@@ -0,0 +1,14 @@
+.TH KDEVDESIGNER 1
+.SH NAME
+kdevdesigner \- KDE GUI Designer
+.SH SYNOPSIS
+.B kdevdesigner
+.I [Qt-options] [KDE-options] [URL]
+.SH DESCRIPTION
+.B KDevDesigner
+is a customised version of Qt Designer for KDE.
+.SH PROGRAM OPTIONS
+.TP
+.B URL
+Document to open.
+.so kdeopt.part
diff --git a/ubuntu/precise/tdevelop/debian/man/kdevprj2tdevelop.man b/ubuntu/precise/tdevelop/debian/man/kdevprj2tdevelop.man
new file mode 100644
index 000000000..c1f90ec97
--- /dev/null
+++ b/ubuntu/precise/tdevelop/debian/man/kdevprj2tdevelop.man
@@ -0,0 +1,14 @@
+.TH KDEVPRJ2KDEVELOP 1
+.SH NAME
+kdevprj2tdevelop \- KDevelop 2.x project converter
+.SH SYNOPSIS
+.B kdevprj2tdevelop
+.I file
+.SH DESCRIPTION
+.B kdevprj2tdevelop
+is a tool for converting KDevelop 2.x projects (*.kdevprj) to the
+format used by KDevelop 3.x (*.tdevelop).
+.SH PROGRAM OPTIONS
+.TP
+.B file
+KDevelop 2.x project to convert.
diff --git a/ubuntu/precise/tdevelop/debian/man/kdevprofileeditor.man b/ubuntu/precise/tdevelop/debian/man/kdevprofileeditor.man
new file mode 100644
index 000000000..40e8692e7
--- /dev/null
+++ b/ubuntu/precise/tdevelop/debian/man/kdevprofileeditor.man
@@ -0,0 +1,10 @@
+.TH KDEVPROFILEEDITOR 1
+.SH NAME
+kdevprofileeditor \- KDevelop profile editor
+.SH SYNOPSIS
+.B kdevprofileeditor
+.I [Qt-options] [KDE-options]
+.SH DESCRIPTION
+.B KDevProfileEditor
+is a tool for editing KDevelop profiles.
+.so kdeopt.part
diff --git a/ubuntu/precise/tdevelop/debian/man/tdevelop-htdig.man b/ubuntu/precise/tdevelop/debian/man/tdevelop-htdig.man
new file mode 100644
index 000000000..f05491dd8
--- /dev/null
+++ b/ubuntu/precise/tdevelop/debian/man/tdevelop-htdig.man
@@ -0,0 +1,18 @@
+.TH KDEVELOP-HTDIG 1
+.SH NAME
+tdevelop-htdig \- KDevelop index generator for documentation files
+.SH SYNOPSIS
+.B tdevelop-htdig
+.I [Qt-options] [KDE-options] [options]
+.SH DESCRIPTION
+.B tdevelop-htdig
+is an index generator for documentation files which is used by the
+KDevelop integrated development environment.
+.SH PROGRAM OPTIONS
+.TP
+.B -c
+Update user's htdig configuration file only.
+.TP
+.B -i
+-c and generate index.
+.so kdeopt.part
diff --git a/ubuntu/precise/tdevelop/debian/man/tdevelop.man b/ubuntu/precise/tdevelop/debian/man/tdevelop.man
new file mode 100644
index 000000000..8da6fd6b3
--- /dev/null
+++ b/ubuntu/precise/tdevelop/debian/man/tdevelop.man
@@ -0,0 +1,22 @@
+.TH KDEVELOP 1
+.SH NAME
+tdevelop \- Integrated Development Environment for KDE
+.SH SYNOPSIS
+.B tdevelop
+.I [Qt-options] [KDE-options] [options] file(s)
+.SH DESCRIPTION
+.B KDevelop
+is an integrated development environment for KDE.
+.SH PROGRAM OPTIONS
+.TP
+.B --profile \fI<profile>\fB
+Profile to load.
+.TP
+.B file(s)
+Files to load.
+.so kdeopt.part
+.SH SEE ALSO
+More detailed user documentation is available from
+.BR help:/tdevelop
+(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
+help:/tdevelop').
diff --git a/ubuntu/precise/tdevelop/debian/patches/common/04_am_maintainer_mode.diff b/ubuntu/precise/tdevelop/debian/patches/common/04_am_maintainer_mode.diff
new file mode 100644
index 000000000..391a80285
--- /dev/null
+++ b/ubuntu/precise/tdevelop/debian/patches/common/04_am_maintainer_mode.diff
@@ -0,0 +1,11 @@
+--- a/admin/configure.in.min
++++ b/admin/configure.in.min
+@@ -38,6 +38,8 @@
+ dnl Automake doc recommends to do this only here. (Janos)
+ AM_INIT_AUTOMAKE(@MODULENAME@, @VERSION@) dnl searches for some needed programs
+
++AM_MAINTAINER_MODE
++
+ KDE_SET_PREFIX
+
+ dnl generate the config header
diff --git a/ubuntu/precise/tdevelop/debian/patches/common/06_disable_no_undefined.diff b/ubuntu/precise/tdevelop/debian/patches/common/06_disable_no_undefined.diff
new file mode 100644
index 000000000..05c932c3c
--- /dev/null
+++ b/ubuntu/precise/tdevelop/debian/patches/common/06_disable_no_undefined.diff
@@ -0,0 +1,18 @@
+--- a/admin/acinclude.m4.in
++++ b/admin/acinclude.m4.in
+@@ -1689,15 +1689,6 @@
+ KDE_USE_CLOSURE_TRUE="#"
+ KDE_USE_CLOSURE_FALSE=""
+ KDE_NO_UNDEFINED=""
+- case $host in
+- *-*-linux-gnu)
+- KDE_CHECK_COMPILER_FLAG([Wl,--no-undefined],
+- [KDE_CHECK_COMPILER_FLAG([Wl,--allow-shlib-undefined],
+- [KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"],
+- [KDE_NO_UNDEFINED=""])],
+- [KDE_NO_UNDEFINED=""])
+- ;;
+- esac
+ fi
+ AC_SUBST(KDE_USE_CLOSURE_TRUE)
+ AC_SUBST(KDE_USE_CLOSURE_FALSE)
diff --git a/ubuntu/precise/tdevelop/debian/patches/common/kubuntu_01_kdepot.diff b/ubuntu/precise/tdevelop/debian/patches/common/kubuntu_01_kdepot.diff
new file mode 100644
index 000000000..20ad1b0b7
--- /dev/null
+++ b/ubuntu/precise/tdevelop/debian/patches/common/kubuntu_01_kdepot.diff
@@ -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=/opt/trinity/include/tde/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:-`tde-config --expandvars --install include`}/kde.pot
+- if ! test -f $kdepotpath; then
+- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+- fi
++# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
++# if ! test -f $kdepotpath; then
++# kdepotpath=`tde-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
diff --git a/ubuntu/precise/tdevelop/debian/rules b/ubuntu/precise/tdevelop/debian/rules
new file mode 100755
index 000000000..6bb4ec733
--- /dev/null
+++ b/ubuntu/precise/tdevelop/debian/rules
@@ -0,0 +1,60 @@
+#!/usr/bin/make -f
+
+# work around debian/cdbs/uploaders.mk
+makebuilddir::
+ [ -f debian/control.tmp ] || cp debian/control debian/control.tmp
+
+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
+
+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)
+
+PACKAGES_WITH_LIBS := tdevelop-trinity
+
+DEB_KDE_ENABLE_FINAL :=
+DEB_INSTALL_DOCS_tdevelop = AUTHORS
+DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/tmp
+DEB_CONFIGURE_EXTRA_FLAGS := \
+ --disable-debug \
+ --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 \
+ --enable-cvs \
+ --enable-vba \
+ --enable-subversion \
+ --with-pic \
+ --with-tdelibsdoxy-dir=/opt/trinity/share/doc/tde/HTML/en/tdelibs-apidocs \
+ --with-pythondir=/usr \
+ --with-qtdoc-dir=/usr/share/qt3/doc/html \
+ --prefix=/opt/trinity \
+ --with-extra-libs=/opt/trinity/lib
+
+binary-install/tdevelop-trinity::
+ mkdir -p debian/tdevelop-trinity/opt/trinity/share/pixmaps
+ cp debian/tdevelop.xpm debian/tdevelop-trinity/opt/trinity/share/pixmaps
+ mv debian/tdevelop-trinity/usr/share/man debian/tdevelop-trinity/opt/trinity/share/
+
diff --git a/ubuntu/precise/tdevelop/debian/source.lintian-overrides b/ubuntu/precise/tdevelop/debian/source.lintian-overrides
new file mode 100644
index 000000000..4aed86542
--- /dev/null
+++ b/ubuntu/precise/tdevelop/debian/source.lintian-overrides
@@ -0,0 +1,3 @@
+# These files are updated at build time by CDBS.
+tdevelop source: outdated-autotools-helper-file parts/appwizard/common/incadmin/config.guess 2002-10-21
+tdevelop source: outdated-autotools-helper-file parts/appwizard/common/incadmin/config.sub 2002-09-05
diff --git a/ubuntu/precise/tdevelop/debian/source/format b/ubuntu/precise/tdevelop/debian/source/format
new file mode 100644
index 000000000..89ae9db8f
--- /dev/null
+++ b/ubuntu/precise/tdevelop/debian/source/format
@@ -0,0 +1 @@
+3.0 (native)
diff --git a/ubuntu/precise/tdevelop/debian/source/options b/ubuntu/precise/tdevelop/debian/source/options
new file mode 100644
index 000000000..9d7c8e036
--- /dev/null
+++ b/ubuntu/precise/tdevelop/debian/source/options
@@ -0,0 +1,6 @@
+# Use bzip2 instead of gzip
+compression = "bzip2"
+compression-level = 9
+
+# Don't run differences
+diff-ignore = .*
diff --git a/ubuntu/precise/tdevelop/debian/tdevelop-data-trinity.install b/ubuntu/precise/tdevelop/debian/tdevelop-data-trinity.install
new file mode 100644
index 000000000..70e2f0ebc
--- /dev/null
+++ b/ubuntu/precise/tdevelop/debian/tdevelop-data-trinity.install
@@ -0,0 +1,5 @@
+debian/tmp/opt/trinity/share/applications
+debian/tmp/opt/trinity/share/apps
+debian/tmp/opt/trinity/share/desktop-directories
+debian/tmp/opt/trinity/share/icons
+debian/tmp/opt/trinity/share/mimelnk
diff --git a/ubuntu/precise/tdevelop/debian/tdevelop-data-trinity.lintian b/ubuntu/precise/tdevelop/debian/tdevelop-data-trinity.lintian
new file mode 100644
index 000000000..876c972e5
--- /dev/null
+++ b/ubuntu/precise/tdevelop/debian/tdevelop-data-trinity.lintian
@@ -0,0 +1,11 @@
+# These files are provided to create new applications.
+tdevelop-data: extra-license-file usr/share/apps/kdevappwizard/template-common/COPYING
+tdevelop-data: extra-license-file usr/share/apps/kdevappwizard/template-common/COPYING.LIB
+tdevelop-data: extra-license-file usr/share/apps/kdevappwizard/template-common/LICENSE.QPL
+tdevelop-data: extra-license-file usr/share/apps/kdevappwizard/template-common/LICENSE.BSD
+# This file is a template, not a script.
+tdevelop-data: script-not-executable ./usr/share/apps/kdevfilecreate/file-templates/pl
+# This file is used internally by kio_pydoc.la and invoked explicitly with python.
+tdevelop-data: script-not-executable ./usr/share/apps/kio_pydoc/kde_pydoc.py
+# This file is used internally by libkdevcvsservice.la and invoked explicitly with sh.
+tdevelop-data: script-not-executable ./usr/share/apps/kdevcvsservice/buildcvs.sh
diff --git a/ubuntu/precise/tdevelop/debian/tdevelop-trinity-dev.install b/ubuntu/precise/tdevelop/debian/tdevelop-trinity-dev.install
new file mode 100644
index 000000000..f9f8c82ab
--- /dev/null
+++ b/ubuntu/precise/tdevelop/debian/tdevelop-trinity-dev.install
@@ -0,0 +1,3 @@
+debian/tmp/opt/trinity/include/tde
+debian/tmp/opt/trinity/lib/lib*.so
+debian/tmp/opt/trinity/lib/lib*.la
diff --git a/ubuntu/precise/tdevelop/debian/tdevelop-trinity-doc.install b/ubuntu/precise/tdevelop/debian/tdevelop-trinity-doc.install
new file mode 100644
index 000000000..765acf0e0
--- /dev/null
+++ b/ubuntu/precise/tdevelop/debian/tdevelop-trinity-doc.install
@@ -0,0 +1,7 @@
+debian/tmp/opt/trinity/share/doc/tde/HTML/en/tdevelop
+debian/tmp/opt/trinity/share/doc/tde/HTML/en/tdevelop-apidocs/common
+debian/tmp/opt/trinity/share/doc/tde/HTML/en/kde_app_devel/appwizard.png
+debian/tmp/opt/trinity/share/doc/tde/HTML/en/kde_app_devel/index.docbook
+debian/tmp/opt/trinity/share/doc/tde/HTML/en/kde_app_devel/kscribblefiles.png
+debian/tmp/opt/trinity/share/doc/tde/HTML/en/kde_app_devel/index.cache.bz2
+debian/tmp/opt/trinity/share/doc/tde/HTML/en/kde_app_devel/common
diff --git a/ubuntu/precise/tdevelop/debian/tdevelop-trinity.install b/ubuntu/precise/tdevelop/debian/tdevelop-trinity.install
new file mode 100644
index 000000000..95659c5bc
--- /dev/null
+++ b/ubuntu/precise/tdevelop/debian/tdevelop-trinity.install
@@ -0,0 +1,13 @@
+debian/tmp/etc/trinity/kdevassistantrc
+debian/tmp/etc/trinity/tdeveloprc
+debian/tmp/opt/trinity/bin/tdevelop-htdig
+debian/tmp/opt/trinity/bin/kdevdesigner
+debian/tmp/opt/trinity/bin/kdevprofileeditor
+debian/tmp/opt/trinity/bin/kdevassistant
+debian/tmp/opt/trinity/bin/kdevprj2tdevelop
+debian/tmp/opt/trinity/bin/tdevelop
+debian/tmp/opt/trinity/lib/kconf_update_bin/kdev-gen-settings-kconf_update
+debian/tmp/opt/trinity/share/services
+debian/tmp/opt/trinity/share/servicetypes
+debian/tmp/opt/trinity/lib/trinity
+debian/tmp/opt/trinity/lib/lib*.so.*
diff --git a/ubuntu/precise/tdevelop/debian/tdevelop-trinity.manpages b/ubuntu/precise/tdevelop/debian/tdevelop-trinity.manpages
new file mode 100644
index 000000000..1e10ab62e
--- /dev/null
+++ b/ubuntu/precise/tdevelop/debian/tdevelop-trinity.manpages
@@ -0,0 +1,6 @@
+debian/man/out/tdevelop.1
+debian/man/out/kdevdesigner.1
+debian/man/out/kdevassistant.1
+debian/man/out/kdevprj2tdevelop.1
+debian/man/out/kdevprofileeditor.1
+debian/man/out/tdevelop-htdig.1
diff --git a/ubuntu/precise/tdevelop/debian/tdevelop-trinity.menu b/ubuntu/precise/tdevelop/debian/tdevelop-trinity.menu
new file mode 100644
index 000000000..3734293c3
--- /dev/null
+++ b/ubuntu/precise/tdevelop/debian/tdevelop-trinity.menu
@@ -0,0 +1,8 @@
+?package(tdevelop):\
+ needs="X11"\
+ section="Applications/Programming"\
+ hints="KDE,Development"\
+ title="KDevelop"\
+ longtitle="KDevelop (Development Environment)"\
+ icon="/usr/share/pixmaps/tdevelop.xpm"\
+ command="/opt/trinity/bin/tdevelop"
diff --git a/ubuntu/precise/tdevelop/debian/tdevelop.xpm b/ubuntu/precise/tdevelop/debian/tdevelop.xpm
new file mode 100644
index 000000000..ae07ff13a
--- /dev/null
+++ b/ubuntu/precise/tdevelop/debian/tdevelop.xpm
@@ -0,0 +1,295 @@
+/* XPM */
+static char *tdevelop[] = {
+/* 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.+.@.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"
+};
diff --git a/ubuntu/precise/tdevelop/debian/watch b/ubuntu/precise/tdevelop/debian/watch
new file mode 100644
index 000000000..18344a41a
--- /dev/null
+++ b/ubuntu/precise/tdevelop/debian/watch
@@ -0,0 +1,2 @@
+version=3
+ftp://ftp.kde.org/pub/kde/stable/latest/src/tdevelop-(.*)\.tar\.bz2