From 1b6efb141bcf333e5c73a520e701d1de8cafcf4e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 4 Nov 2011 12:06:08 -0500 Subject: Rename kde packages to tde --- debian/lenny/tdevelop/debian/README.Debian | 21 + debian/lenny/tdevelop/debian/cdbs/buildvars.mk | 86 ++ debian/lenny/tdevelop/debian/cdbs/debian-qt-kde.mk | 109 ++ debian/lenny/tdevelop/debian/cdbs/kde.mk | 97 ++ debian/lenny/tdevelop/debian/cdbs/team-members | 16 + debian/lenny/tdevelop/debian/cdbs/uploaders.mk | 29 + debian/lenny/tdevelop/debian/cdbs/versions.pl | 19 + debian/lenny/tdevelop/debian/changelog | 1170 ++++++++++++++++++++ debian/lenny/tdevelop/debian/compat | 1 + debian/lenny/tdevelop/debian/control | 71 ++ debian/lenny/tdevelop/debian/copyright | 62 ++ .../tdevelop/debian/kdevelop-data-trinity.install | 5 + .../tdevelop/debian/kdevelop-data-trinity.lintian | 11 + .../tdevelop/debian/kdevelop-trinity-dev.install | 3 + .../tdevelop/debian/kdevelop-trinity-doc.install | 7 + .../lenny/tdevelop/debian/kdevelop-trinity.install | 13 + .../tdevelop/debian/kdevelop-trinity.manpages | 6 + debian/lenny/tdevelop/debian/kdevelop-trinity.menu | 8 + debian/lenny/tdevelop/debian/kdevelop.xpm | 295 +++++ debian/lenny/tdevelop/debian/man/kdeopt.part | 110 ++ debian/lenny/tdevelop/debian/man/kdevassistant.man | 31 + debian/lenny/tdevelop/debian/man/kdevdesigner.man | 14 + .../lenny/tdevelop/debian/man/kdevelop-htdig.man | 18 + debian/lenny/tdevelop/debian/man/kdevelop.man | 22 + .../lenny/tdevelop/debian/man/kdevprj2kdevelop.man | 14 + .../tdevelop/debian/man/kdevprofileeditor.man | 10 + .../patches/common/04_am_maintainer_mode.diff | 11 + .../patches/common/06_disable_no_undefined.diff | 18 + .../debian/patches/common/kubuntu_01_kdepot.diff | 26 + debian/lenny/tdevelop/debian/rules | 59 + .../lenny/tdevelop/debian/source.lintian-overrides | 3 + debian/lenny/tdevelop/debian/watch | 2 + 32 files changed, 2367 insertions(+) create mode 100644 debian/lenny/tdevelop/debian/README.Debian create mode 100644 debian/lenny/tdevelop/debian/cdbs/buildvars.mk create mode 100644 debian/lenny/tdevelop/debian/cdbs/debian-qt-kde.mk create mode 100644 debian/lenny/tdevelop/debian/cdbs/kde.mk create mode 100644 debian/lenny/tdevelop/debian/cdbs/team-members create mode 100644 debian/lenny/tdevelop/debian/cdbs/uploaders.mk create mode 100644 debian/lenny/tdevelop/debian/cdbs/versions.pl create mode 100644 debian/lenny/tdevelop/debian/changelog create mode 100644 debian/lenny/tdevelop/debian/compat create mode 100644 debian/lenny/tdevelop/debian/control create mode 100644 debian/lenny/tdevelop/debian/copyright create mode 100644 debian/lenny/tdevelop/debian/kdevelop-data-trinity.install create mode 100644 debian/lenny/tdevelop/debian/kdevelop-data-trinity.lintian create mode 100644 debian/lenny/tdevelop/debian/kdevelop-trinity-dev.install create mode 100644 debian/lenny/tdevelop/debian/kdevelop-trinity-doc.install create mode 100644 debian/lenny/tdevelop/debian/kdevelop-trinity.install create mode 100644 debian/lenny/tdevelop/debian/kdevelop-trinity.manpages create mode 100644 debian/lenny/tdevelop/debian/kdevelop-trinity.menu create mode 100644 debian/lenny/tdevelop/debian/kdevelop.xpm create mode 100644 debian/lenny/tdevelop/debian/man/kdeopt.part create mode 100644 debian/lenny/tdevelop/debian/man/kdevassistant.man create mode 100644 debian/lenny/tdevelop/debian/man/kdevdesigner.man create mode 100644 debian/lenny/tdevelop/debian/man/kdevelop-htdig.man create mode 100644 debian/lenny/tdevelop/debian/man/kdevelop.man create mode 100644 debian/lenny/tdevelop/debian/man/kdevprj2kdevelop.man create mode 100644 debian/lenny/tdevelop/debian/man/kdevprofileeditor.man create mode 100644 debian/lenny/tdevelop/debian/patches/common/04_am_maintainer_mode.diff create mode 100644 debian/lenny/tdevelop/debian/patches/common/06_disable_no_undefined.diff create mode 100644 debian/lenny/tdevelop/debian/patches/common/kubuntu_01_kdepot.diff create mode 100755 debian/lenny/tdevelop/debian/rules create mode 100644 debian/lenny/tdevelop/debian/source.lintian-overrides create mode 100644 debian/lenny/tdevelop/debian/watch (limited to 'debian/lenny/tdevelop/debian') diff --git a/debian/lenny/tdevelop/debian/README.Debian b/debian/lenny/tdevelop/debian/README.Debian new file mode 100644 index 000000000..ca17bc626 --- /dev/null +++ b/debian/lenny/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 'kdebase-kio' plugins package. + + -- Jeremy Lainé Sat, 02 Jun 2007 12:53:31 +0200 diff --git a/debian/lenny/tdevelop/debian/cdbs/buildvars.mk b/debian/lenny/tdevelop/debian/cdbs/buildvars.mk new file mode 100644 index 000000000..23d4709dc --- /dev/null +++ b/debian/lenny/tdevelop/debian/cdbs/buildvars.mk @@ -0,0 +1,86 @@ +# -*- mode: makefile; coding: utf-8 -*- +# Copyright © 2002,2003 Colin Walters +# 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/debian/lenny/tdevelop/debian/cdbs/debian-qt-kde.mk b/debian/lenny/tdevelop/debian/cdbs/debian-qt-kde.mk new file mode 100644 index 000000000..cae625265 --- /dev/null +++ b/debian/lenny/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/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/opt/trinity/share/doc/kde/HTML/en/$$pkg; \ + cd $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/kde/HTML/en/$$pkg; \ + /opt/trinity/bin/meinproc $(DEB_DESTDIR)/opt/trinity/share/doc/kde/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/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 diff --git a/debian/lenny/tdevelop/debian/cdbs/kde.mk b/debian/lenny/tdevelop/debian/cdbs/kde.mk new file mode 100644 index 000000000..5b6508f8c --- /dev/null +++ b/debian/lenny/tdevelop/debian/cdbs/kde.mk @@ -0,0 +1,97 @@ +# -*- mode: makefile; coding: utf-8 -*- +# Copyright © 2003 Christopher L Cheney +# 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/kde/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/kde" +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/debian/lenny/tdevelop/debian/cdbs/team-members b/debian/lenny/tdevelop/debian/cdbs/team-members new file mode 100644 index 000000000..05761af6e --- /dev/null +++ b/debian/lenny/tdevelop/debian/cdbs/team-members @@ -0,0 +1,16 @@ +Sune Vuorela +Ana Beatriz Guerrero Lopez +Fathi Boudra +Modestas Vainius +Josh Metzler +Isaac Clerencia +Adeodato Simó +Adeodato Simo +Christopher Martin +Daniel Schepler +Sarah Hobbs +Nacho Barrientos Arias +Ricardo Javier Cardenes Medina +Ricardo Cardenes +Armin Berres +Francesco Pedrini diff --git a/debian/lenny/tdevelop/debian/cdbs/uploaders.mk b/debian/lenny/tdevelop/debian/cdbs/uploaders.mk new file mode 100644 index 000000000..31adfe31e --- /dev/null +++ b/debian/lenny/tdevelop/debian/cdbs/uploaders.mk @@ -0,0 +1,29 @@ + +MAINTAINER=Debian Qt/KDE Maintainers +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/debian/lenny/tdevelop/debian/cdbs/versions.pl b/debian/lenny/tdevelop/debian/cdbs/versions.pl new file mode 100644 index 000000000..9ce11d8a3 --- /dev/null +++ b/debian/lenny/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/debian/lenny/tdevelop/debian/changelog b/debian/lenny/tdevelop/debian/changelog new file mode 100644 index 000000000..d37ad0e8d --- /dev/null +++ b/debian/lenny/tdevelop/debian/changelog @@ -0,0 +1,1170 @@ +kdevelop-trinity (4:3.5.10-0ubuntu6) karmic; urgency=low + + * Repaired debugger widget dbgshell issue + + -- Timothy Pearson Mon, 07 Sep 2009 17:52:00 -0600 + +kdevelop-trinity (4:3.5.10-0ubuntu5) karmic; urgency=low + + * Repaired libtool problems + + -- Timothy Pearson Tue, 25 Aug 2009 11:26:00 -0600 + +kdevelop-trinity (4:3.5.10-0ubuntu2) karmic; urgency=low + + * Karmic rebuild + + -- Timothy Pearson Thu, 02 July 2009 16:08:00 -0600 + +kdevelop-trinity (4:3.5.10-0ubuntu1~intrepid2) intrepid; urgency=low + + * Moved Trinity to /opt/trinity + * Integrated properly with KDE4.2+ + + -- Timothy Pearson Wed, 03 March 2009 23:07:00 -0600 + +kdevelop-trinity (4:3.5.10-0ubuntu1~intrepid1) intrepid; urgency=low + + * Added -trinity prefix + + -- Timothy Pearson Tue, 02 Dec 2008 09:18:00 -0600 + +kdevelop (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 kdelibs4-dev and libcvsservice-dev to + 3.5.10 + + -- Scott Kitterman Tue, 26 Aug 2008 00:54:26 -0400 + +kdevelop (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 Thu, 06 Mar 2008 00:03:04 +0000 + +kdevelop (4:3.5.1-0ubuntu1) hardy; urgency=low + + * New upstream release + * Upgrade build-deps to libdb4.6-dev, python2.5 + + -- Jonathan Riddell Thu, 14 Feb 2008 12:27:08 +0000 + +kdevelop (4:3.5.0-2ubuntu1) hardy; urgency=low + + * Merge with Debian, remaining change: kubuntu_01_svn_724231_qmake.diff + + -- Jonathan Riddell Wed, 14 Nov 2007 17:25:50 +0000 + +kdevelop (4:3.5.0-2) unstable; urgency=low + + * Apply patch for user interface lag on large projects. + + -- Jeremy Lainé Sun, 28 Oct 2007 22:46:07 +0100 + +kdevelop (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é Wed, 17 Oct 2007 08:01:52 +0200 + +kdevelop (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 Tue, 13 Nov 2007 17:34:08 +0000 + +kdevelop (4:3.5.0-0ubuntu2) gutsy; urgency=low + + * Add kubuntu_01_svn_724231_qmake.diff as recommended by upstream to fix QMake + + -- Jonathan Riddell Fri, 12 Oct 2007 16:34:11 +0100 + +kdevelop (4:3.5.0-0ubuntu1) gutsy; urgency=low + + * New upstream release + + -- Jonathan Riddell Tue, 09 Oct 2007 11:41:28 +0100 + +kdevelop (4:3.4.1-3ubuntu1) gutsy; urgency=low + + * Merge with Debian, remaining change: .pot patch + + -- Jonathan Riddell Thu, 16 Aug 2007 12:04:37 +0100 + +kdevelop (4:3.4.1-3) unstable; urgency=low + + * Make kdevelop binNMU safe using Michael Biebl's patch (Closes: #431360). + + -- Jeremy Lainé Mon, 02 Jul 2007 07:12:32 +0200 + +kdevelop (4:3.4.1-2) unstable; urgency=low + + * Apply patch to prevent integrated debugger losing focus (Closes: #427949). + + -- Jeremy Lainé Thu, 28 Jun 2007 20:24:01 +0200 + +kdevelop (4:3.4.1-1) unstable; urgency=low + + * New upstream release. + * Update ltmain.sh in application templates (Closes: #351358). + * Suggest kdebase-kio-plugins to view documentation (Closes: #412108). + * Add Build-Depends on libsvn-dev to build KDevelop's SVN ioslave, + drop Suggests on kdesdk-kio-plugins | kdesvn-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 kdevelop-doc.install. + + -- Jeremy Lainé Wed, 06 Jun 2007 09:59:46 +0200 + +kdevelop (4:3.4.1-0ubuntu2) gutsy; urgency=low + + * Add build-dep on libsvn-dev + + -- Jonathan Riddell Fri, 25 May 2007 09:42:30 +0000 + +kdevelop (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 kdevelop-doc.install + + -- Jonathan Riddell Wed, 23 May 2007 18:38:37 +0100 + +kdevelop (4:3.4.0-3ubuntu1) gutsy; urgency=low + + * Merge with Debian + + -- Jonathan Riddell Mon, 30 Apr 2007 20:32:57 +0100 + +kdevelop (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é Mon, 02 Apr 2007 14:41:41 +0200 + +kdevelop (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é Sun, 11 Feb 2007 09:02:59 +0100 + +kdevelop (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é Mon, 29 Jan 2007 09:27:16 +0100 + +kdevelop (4:3.4.0-0ubuntu3) feisty; urgency=low + + * Small fix to kubuntu_02_qmake_parser.diff from upstream + + -- Jonathan Riddell Thu, 8 Feb 2007 17:40:10 +0000 + +kdevelop (4:3.4.0-0ubuntu2) feisty; urgency=low + + * Add kubuntu_02_qmake_parser.diff recommended by upstream, + fixes parsing QMake files + + -- Jonathan Riddell Thu, 8 Feb 2007 11:21:06 +0000 + +kdevelop (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 Fri, 26 Jan 2007 14:36:24 +0000 + +kdevelop (4:3.3.5-1ubuntu1) feisty; urgency=low + + * Merge with Debian + + -- Jonathan Riddell Thu, 16 Nov 2006 23:00:24 +0000 + +kdevelop (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 kdevelop -> kdevelop-data. + + -- Jeremy Lainé Tue, 24 Oct 2006 11:59:24 +0200 + +kdevelop (4:3.3.4-3) unstable; urgency=low + + * Add Build-depends on groff-base for manpage generation + + -- Jeremy Lainé Mon, 28 Aug 2006 11:48:49 +0200 + +kdevelop (4:3.3.4-2) unstable; urgency=low + + * Remove reference to kdevelop3 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 kdevelop'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é Mon, 28 Aug 2006 10:06:25 +0200 + +kdevelop (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 Tue, 5 Sep 2006 22:53:13 +0000 + +kdevelop (4:3.3.4-1ubuntu1) edgy; urgency=low + + * Merge with Debian + + -- Jonathan Riddell Tue, 22 Aug 2006 11:00:16 -0400 + +kdevelop (4:3.3.4-1) unstable; urgency=low + + * New upstream release + * Suggest khelpcenter (Closes: #273664) + * Clean up kdevelop-doc dependencies + * No longer remove X-KDE-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 kdevelop" (Closes: #369291) + * Fix documentation plugins installation directory (Closes: #353421, #235126) + + -- Jeremy Lainé Mon, 21 Aug 2006 08:59:03 +0200 + +kdevelop (4:3.3.3-0ubuntu1) edgy; urgency=low + + * New upstream release + * Sync with Debian, includes rename from kdevelop3 to kdevelop + + -- Jonathan Riddell 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é 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/trinity + * Update to standards version 3.7.0 + * Add icon in XPM format for kdevelop + + -- Jeremy Lainé 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é 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é 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 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 Fri, 21 Apr 2006 19:14:31 +0100 + +kdevelop3 (4:3.3.2-0ubuntu1) dapper; urgency=low + + * New upstream release + + -- Jonathan Riddell Mon, 20 Mar 2006 12:06:30 +0000 + +kdevelop3 (4:3.3.1-0ubuntu1) dapper; urgency=low + + * Sync with Debian + + -- Jonathan Riddell 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é 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é 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é 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é 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 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 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 Fri, 9 Dec 2005 13:10:37 +0100 + +kdevelop3 (4:3.3.0-0ubuntu1) dapper; urgency=low + + * New upstream release + + -- Jonathan Riddell 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é 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é 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 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é 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é Mon, 12 Sep 2005 23:15:38 +0200 + +kdevelop3 (4:3.2.3-0ubuntu1) breezy; urgency=low + + * New upstream release + + -- Jonathan Riddell 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 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 Tue, 26 Jul 2005 20:12:10 +0000 + +kdevelop3 (4:3.2.1-0ubuntu1) breezy; urgency=low + + * New upstream release + + -- Jonathan Riddell 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 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 Mon, 23 May 2005 03:52:16 -0700 + +kdevelop3 (4:3.2.0-1) unstable; urgency=low + + * New upstream release + + -- Norman Jordan Mon, 4 Apr 2005 10:25:06 -0700 + +kdevelop3 (4:3.2.0-0-BS1) unstable; urgency=low + + * updated to released version + + -- Bernd Schubert 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 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 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 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 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 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/trinity/kdevelop3rc not /usr/share/config/kdevelop3rc + + -- Jonathan Riddell Sat, 22 Jan 2005 16:33:29 +0000 + +kdevelop3 (4:3.1.2-1ubuntu1) hoary; urgency=low + + * New upstream release + + -- Andreas Mueller 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 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 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 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 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 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 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 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 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 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 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 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 + (Closes: #237817) + + -- Norman Jordan 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 + (Closes: #236299) + + -- Norman Jordan 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 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 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 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 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 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 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 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 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 Thu, 18 Sep 2003 03:47:53 -0700 + +gideon (1:2.999-0cvs20030909) unstable; urgency=low + + * Updated CVS sources + + -- Norman Jordan Tue, 9 Sep 2003 23:56:47 -0700 + +gideon (1:2.999-0cvs20030905) unstable; urgency=low + + * Updated CVS sources + + -- Norman Jordan 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 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 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 Sat, 2 Aug 2003 05:03:12 -0700 + +gideon (1:2.999-0cvs20030719) unstable; urgency=low + + * Updated CVS sources + + -- Norman Jordan 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 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 Sun, 6 Jul 2003 23:51:16 -0700 + +gideon (1:2.999-0cvs20030702) unstable; urgency=low + + * Updated CVS sources + + -- Norman Jordan 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 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 Thu, 12 Jun 2003 22:19:20 -0700 + +gideon (1:2.999-0cvs20030609) unstable; urgency=low + + * Updated CVS sources + + -- Norman Jordan Mon, 9 Jun 2003 11:27:20 -0700 + +gideon (1:2.999-0cvs20030604) unstable; urgency=low + + * Updated CVS sources + + -- Norman Jordan Wed, 4 Jun 2003 21:19:16 -0700 + +gideon (1:2.999-0cvs20030530) unstable; urgency=low + + * Updated CVS sources + + -- Norman Jordan 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 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 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 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 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 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 Fri, 2 May 2003 09:28:26 -0700 + +gideon (1:2.999-0cvs20030430) unstable; urgency=low + + * Updated CVS sources + + -- Norman Jordan 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 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) Sat, 1 Mar 2003 15:37:10 +0100 + +gideon (1:2.999-1) unstable; urgency=low + + * Fixed for Trinity. + + -- Stefan Schimanski 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) 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) 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) 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 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) 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 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 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 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 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 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 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 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 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 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 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 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 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 Mon, 31 Jan 2000 21:15:04 +0100 + +kdevelop (1:1.0-19991206-1) stable; urgency=low + + * New upstream version: 1.0 + + -- Bernd Gehrmann 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 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 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 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 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 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 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 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 Mon, 31 May 1999 21:49:48 +0200 + +kdevelop (990422-1) experimental; urgency=low + + * Initial Release + + -- Bernd Gehrmann Thu, 22 Apr 1999 20:33:18 +0200 + +Local variables: +mode: debian-changelog +End: diff --git a/debian/lenny/tdevelop/debian/compat b/debian/lenny/tdevelop/debian/compat new file mode 100644 index 000000000..7ed6ff82d --- /dev/null +++ b/debian/lenny/tdevelop/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/lenny/tdevelop/debian/control b/debian/lenny/tdevelop/debian/control new file mode 100644 index 000000000..d3317527f --- /dev/null +++ b/debian/lenny/tdevelop/debian/control @@ -0,0 +1,71 @@ +Source: kdevelop-trinity +Section: kde +Priority: optional +Maintainer: Timothy Pearson +XSBC-Original-Maintainer: Jeremy Lainé +Build-Depends: cdbs (>= 0.4.38), debhelper (>= 5), kdelibs4-trinity-dev (>= 4:3.5.10), gettext, kdelibs4-trinity-doc, libtqtinterface-doc, flex, python, libcvsservice-trinity-dev (>= 4:3.5.10), groff-base, libsvn-dev, libaprutil1-dev, libdb-dev, automake, autoconf, libtool, libltdl-dev +Standards-Version: 3.8.4 + +Package: kdevelop-trinity +Architecture: any +Depends: ${shlibs:Depends}, kdevelop-data-trinity (>= ${source:Version}), kdebase-trinity-bin +Recommends: kdevelop-trinity-doc, make, libtool, autoconf, automaken, gdb (>= 6.4) +Suggests: libtqtinterface-dev, kdelibs4-trinity-dev, sgmltools-lite, gettext, ark-trinity, kbabel-trinity, kiconedit-trinity, kdesdk-scripts-trinity, graphviz, kdebase-kio-plugins-trinity, exuberant-ctags, khelpcenter-trinity, kdelibs4-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.kdevelop.org/ + +Package: kdevelop-trinity-doc +Section: doc +Architecture: all +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.kdevelop.org/ + +Package: kdevelop-data-trinity +Architecture: all +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.kdevelop.org/ + +Package: kdevelop-trinity-dev +Architecture: any +Depends: kdevelop-trinity (= ${binary:Version}), kdelibs4-trinity-dev +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.kdevelop.org/ + diff --git a/debian/lenny/tdevelop/debian/copyright b/debian/lenny/tdevelop/debian/copyright new file mode 100644 index 000000000..d967b6c07 --- /dev/null +++ b/debian/lenny/tdevelop/debian/copyright @@ -0,0 +1,62 @@ +This package was debianized by Bernd Gehrmann , +then maintained by Ivan E. Moore II and +Norman Jordan . + +The current Debian maintainer is Jeremy Lainé . + +It was downloaded from http://www.kdevelop.org/ + +Upstream Authors: + + Bernd Gehrmann + John Birch + Jonas Nordin + Richard Dale + Sandy Meier + Matthias Hoelzer-Kluepfel + Victor Roeder + Kurth Granroth + The KWrite authors + Roberto Raggi + Harald Fernengel + Simon Hausmann + Mickael Marchand + Dominic Seichter + Yann Hodique + Heinz Hornung + Marion Klein + Ramón Lamana Villar + Caleb Tennis + Mario Scalas + Alexander Dymo + Dominik Haumann + Ian Reinhart Geiser + Amilcar Lucas + Jens Dagerbo + Robert Gruber + +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 +, Ivan E. Moore II , +Norman Jordan and Jeremy Lainé +and is licensed under the GPL, see above. + diff --git a/debian/lenny/tdevelop/debian/kdevelop-data-trinity.install b/debian/lenny/tdevelop/debian/kdevelop-data-trinity.install new file mode 100644 index 000000000..70e2f0ebc --- /dev/null +++ b/debian/lenny/tdevelop/debian/kdevelop-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/debian/lenny/tdevelop/debian/kdevelop-data-trinity.lintian b/debian/lenny/tdevelop/debian/kdevelop-data-trinity.lintian new file mode 100644 index 000000000..7fae2cfa6 --- /dev/null +++ b/debian/lenny/tdevelop/debian/kdevelop-data-trinity.lintian @@ -0,0 +1,11 @@ +# These files are provided to create new applications. +kdevelop-data: extra-license-file usr/share/apps/kdevappwizard/template-common/COPYING +kdevelop-data: extra-license-file usr/share/apps/kdevappwizard/template-common/COPYING.LIB +kdevelop-data: extra-license-file usr/share/apps/kdevappwizard/template-common/LICENSE.QPL +kdevelop-data: extra-license-file usr/share/apps/kdevappwizard/template-common/LICENSE.BSD +# This file is a template, not a script. +kdevelop-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. +kdevelop-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. +kdevelop-data: script-not-executable ./usr/share/apps/kdevcvsservice/buildcvs.sh diff --git a/debian/lenny/tdevelop/debian/kdevelop-trinity-dev.install b/debian/lenny/tdevelop/debian/kdevelop-trinity-dev.install new file mode 100644 index 000000000..5c24ba5bb --- /dev/null +++ b/debian/lenny/tdevelop/debian/kdevelop-trinity-dev.install @@ -0,0 +1,3 @@ +debian/tmp/opt/trinity/include/kde +debian/tmp/opt/trinity/lib/lib*.so +debian/tmp/opt/trinity/lib/lib*.la diff --git a/debian/lenny/tdevelop/debian/kdevelop-trinity-doc.install b/debian/lenny/tdevelop/debian/kdevelop-trinity-doc.install new file mode 100644 index 000000000..e14858a44 --- /dev/null +++ b/debian/lenny/tdevelop/debian/kdevelop-trinity-doc.install @@ -0,0 +1,7 @@ +debian/tmp/opt/trinity/share/doc/kde/HTML/en/kdevelop +debian/tmp/opt/trinity/share/doc/kde/HTML/en/kdevelop-apidocs/common +debian/tmp/opt/trinity/share/doc/kde/HTML/en/kde_app_devel/appwizard.png +debian/tmp/opt/trinity/share/doc/kde/HTML/en/kde_app_devel/index.docbook +debian/tmp/opt/trinity/share/doc/kde/HTML/en/kde_app_devel/kscribblefiles.png +debian/tmp/opt/trinity/share/doc/kde/HTML/en/kde_app_devel/index.cache.bz2 +debian/tmp/opt/trinity/share/doc/kde/HTML/en/kde_app_devel/common diff --git a/debian/lenny/tdevelop/debian/kdevelop-trinity.install b/debian/lenny/tdevelop/debian/kdevelop-trinity.install new file mode 100644 index 000000000..0c92940b2 --- /dev/null +++ b/debian/lenny/tdevelop/debian/kdevelop-trinity.install @@ -0,0 +1,13 @@ +debian/tmp/etc/trinity/kdevassistantrc +debian/tmp/etc/trinity/kdeveloprc +debian/tmp/opt/trinity/bin/kdevelop-htdig +debian/tmp/opt/trinity/bin/kdevdesigner +debian/tmp/opt/trinity/bin/kdevprofileeditor +debian/tmp/opt/trinity/bin/kdevassistant +debian/tmp/opt/trinity/bin/kdevprj2kdevelop +debian/tmp/opt/trinity/bin/kdevelop +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/debian/lenny/tdevelop/debian/kdevelop-trinity.manpages b/debian/lenny/tdevelop/debian/kdevelop-trinity.manpages new file mode 100644 index 000000000..b5d676453 --- /dev/null +++ b/debian/lenny/tdevelop/debian/kdevelop-trinity.manpages @@ -0,0 +1,6 @@ +debian/man/out/kdevelop.1 +debian/man/out/kdevdesigner.1 +debian/man/out/kdevassistant.1 +debian/man/out/kdevprj2kdevelop.1 +debian/man/out/kdevprofileeditor.1 +debian/man/out/kdevelop-htdig.1 diff --git a/debian/lenny/tdevelop/debian/kdevelop-trinity.menu b/debian/lenny/tdevelop/debian/kdevelop-trinity.menu new file mode 100644 index 000000000..7f40efdc4 --- /dev/null +++ b/debian/lenny/tdevelop/debian/kdevelop-trinity.menu @@ -0,0 +1,8 @@ +?package(kdevelop):\ + needs="X11"\ + section="Applications/Programming"\ + hints="KDE,Development"\ + title="KDevelop"\ + longtitle="KDevelop (Development Environment)"\ + icon="/usr/share/pixmaps/kdevelop.xpm"\ + command="/opt/trinity/bin/kdevelop" diff --git a/debian/lenny/tdevelop/debian/kdevelop.xpm b/debian/lenny/tdevelop/debian/kdevelop.xpm new file mode 100644 index 000000000..348a95692 --- /dev/null +++ b/debian/lenny/tdevelop/debian/kdevelop.xpm @@ -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", +" 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.XUXUXUX,XrXIXUXGX*Xb.5.<...1XT.L.t YXYXYX", +"YXYXYXYXYXk tXJX5XiX$X1.M.xXIXLXKXFXcXN.v.i.<. .1XQ.\fB +Use the X-server display `displayname'. +.TP +.B \-\-session \fI\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\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\fB +Defines the application font. +.TP +.B \-\-bg, \-\-background \fI\fB +Sets the default background color and an application palette (light +and dark shades are calculated). +.TP +.B \-\-fg, \-\-foreground \fI\fB +Sets the default foreground color. +.TP +.B \-\-btn, \-\-button \fI\fB +Sets the default button color. +.TP +.B \-\-name \fI\fB +Sets the application name. +.TP +.B \-\-title \fI\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/debian/lenny/tdevelop/debian/man/kdevassistant.man b/debian/lenny/tdevelop/debian/man/kdevassistant.man new file mode 100644 index 000000000..7eadfe937 --- /dev/null +++ b/debian/lenny/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/debian/lenny/tdevelop/debian/man/kdevdesigner.man b/debian/lenny/tdevelop/debian/man/kdevdesigner.man new file mode 100644 index 000000000..e200ff117 --- /dev/null +++ b/debian/lenny/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/debian/lenny/tdevelop/debian/man/kdevelop-htdig.man b/debian/lenny/tdevelop/debian/man/kdevelop-htdig.man new file mode 100644 index 000000000..b917bdcdf --- /dev/null +++ b/debian/lenny/tdevelop/debian/man/kdevelop-htdig.man @@ -0,0 +1,18 @@ +.TH KDEVELOP-HTDIG 1 +.SH NAME +kdevelop-htdig \- KDevelop index generator for documentation files +.SH SYNOPSIS +.B kdevelop-htdig +.I [Qt-options] [KDE-options] [options] +.SH DESCRIPTION +.B kdevelop-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/debian/lenny/tdevelop/debian/man/kdevelop.man b/debian/lenny/tdevelop/debian/man/kdevelop.man new file mode 100644 index 000000000..dc54b591c --- /dev/null +++ b/debian/lenny/tdevelop/debian/man/kdevelop.man @@ -0,0 +1,22 @@ +.TH KDEVELOP 1 +.SH NAME +kdevelop \- Integrated Development Environment for KDE +.SH SYNOPSIS +.B kdevelop +.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:/kdevelop +(either enter this URL into \fBkonqueror\fP, or run `khelpcenter +help:/kdevelop'). diff --git a/debian/lenny/tdevelop/debian/man/kdevprj2kdevelop.man b/debian/lenny/tdevelop/debian/man/kdevprj2kdevelop.man new file mode 100644 index 000000000..1a499963d --- /dev/null +++ b/debian/lenny/tdevelop/debian/man/kdevprj2kdevelop.man @@ -0,0 +1,14 @@ +.TH KDEVPRJ2KDEVELOP 1 +.SH NAME +kdevprj2kdevelop \- KDevelop 2.x project converter +.SH SYNOPSIS +.B kdevprj2kdevelop +.I file +.SH DESCRIPTION +.B kdevprj2kdevelop +is a tool for converting KDevelop 2.x projects (*.kdevprj) to the +format used by KDevelop 3.x (*.kdevelop). +.SH PROGRAM OPTIONS +.TP +.B file +KDevelop 2.x project to convert. diff --git a/debian/lenny/tdevelop/debian/man/kdevprofileeditor.man b/debian/lenny/tdevelop/debian/man/kdevprofileeditor.man new file mode 100644 index 000000000..40e8692e7 --- /dev/null +++ b/debian/lenny/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/debian/lenny/tdevelop/debian/patches/common/04_am_maintainer_mode.diff b/debian/lenny/tdevelop/debian/patches/common/04_am_maintainer_mode.diff new file mode 100644 index 000000000..391a80285 --- /dev/null +++ b/debian/lenny/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/debian/lenny/tdevelop/debian/patches/common/06_disable_no_undefined.diff b/debian/lenny/tdevelop/debian/patches/common/06_disable_no_undefined.diff new file mode 100644 index 000000000..05c932c3c --- /dev/null +++ b/debian/lenny/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/debian/lenny/tdevelop/debian/patches/common/kubuntu_01_kdepot.diff b/debian/lenny/tdevelop/debian/patches/common/kubuntu_01_kdepot.diff new file mode 100644 index 000000000..0caf5361a --- /dev/null +++ b/debian/lenny/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/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 diff --git a/debian/lenny/tdevelop/debian/rules b/debian/lenny/tdevelop/debian/rules new file mode 100755 index 000000000..9c61d0589 --- /dev/null +++ b/debian/lenny/tdevelop/debian/rules @@ -0,0 +1,59 @@ +#!/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/kde +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 := kdevelop-trinity + +DEB_KDE_ENABLE_FINAL := +DEB_INSTALL_DOCS_kdevelop = 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-kdelibsdoxy-dir=/opt/trinity/share/doc/kde/HTML/en/kdelibs-apidocs \ + --with-pythondir=/usr \ + --with-qtdoc-dir=/usr/share/qt3/doc/html \ + --prefix=/opt/trinity \ + --with-extra-libs=/opt/trinity/lib + +binary-install/kdevelop-trinity:: + mkdir -p debian/kdevelop-trinity/opt/trinity/share/pixmaps + cp debian/kdevelop.xpm debian/kdevelop-trinity/opt/trinity/share/pixmaps + diff --git a/debian/lenny/tdevelop/debian/source.lintian-overrides b/debian/lenny/tdevelop/debian/source.lintian-overrides new file mode 100644 index 000000000..f74fddc6e --- /dev/null +++ b/debian/lenny/tdevelop/debian/source.lintian-overrides @@ -0,0 +1,3 @@ +# These files are updated at build time by CDBS. +kdevelop source: outdated-autotools-helper-file parts/appwizard/common/incadmin/config.guess 2002-10-21 +kdevelop source: outdated-autotools-helper-file parts/appwizard/common/incadmin/config.sub 2002-09-05 diff --git a/debian/lenny/tdevelop/debian/watch b/debian/lenny/tdevelop/debian/watch new file mode 100644 index 000000000..bbf94d39c --- /dev/null +++ b/debian/lenny/tdevelop/debian/watch @@ -0,0 +1,2 @@ +version=3 +ftp://ftp.kde.org/pub/kde/stable/latest/src/kdevelop-(.*)\.tar\.bz2 -- cgit v1.2.1