From 3998e3cd8681091727ec71ddf74a43fcbf25582e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 27 Apr 2019 17:16:05 +0900 Subject: DEB: removed old distros. Signed-off-by: Michele Calgaro --- .../lenny/libraries/libkipi/debian/README.Debian | 107 ------- debian/lenny/libraries/libkipi/debian/TODO | 8 - .../libraries/libkipi/debian/cdbs/debian-qt-kde.mk | 119 -------- debian/lenny/libraries/libkipi/debian/cdbs/kde.mk | 91 ------ .../libraries/libkipi/debian/cdbs/versions.pl | 19 -- debian/lenny/libraries/libkipi/debian/changelog | 236 --------------- debian/lenny/libraries/libkipi/debian/compat | 1 - debian/lenny/libraries/libkipi/debian/control | 42 --- debian/lenny/libraries/libkipi/debian/copyright | 327 --------------------- .../libkipi/debian/libkipi0-trinity-dev.install | 4 - .../libkipi/debian/libkipi0-trinity.install | 5 - .../lenny/libraries/libkipi/debian/patches/series | 0 debian/lenny/libraries/libkipi/debian/rules | 20 -- 13 files changed, 979 deletions(-) delete mode 100644 debian/lenny/libraries/libkipi/debian/README.Debian delete mode 100644 debian/lenny/libraries/libkipi/debian/TODO delete mode 100644 debian/lenny/libraries/libkipi/debian/cdbs/debian-qt-kde.mk delete mode 100644 debian/lenny/libraries/libkipi/debian/cdbs/kde.mk delete mode 100644 debian/lenny/libraries/libkipi/debian/cdbs/versions.pl delete mode 100644 debian/lenny/libraries/libkipi/debian/changelog delete mode 100644 debian/lenny/libraries/libkipi/debian/compat delete mode 100644 debian/lenny/libraries/libkipi/debian/control delete mode 100644 debian/lenny/libraries/libkipi/debian/copyright delete mode 100644 debian/lenny/libraries/libkipi/debian/libkipi0-trinity-dev.install delete mode 100644 debian/lenny/libraries/libkipi/debian/libkipi0-trinity.install delete mode 100644 debian/lenny/libraries/libkipi/debian/patches/series delete mode 100755 debian/lenny/libraries/libkipi/debian/rules (limited to 'debian/lenny/libraries/libkipi') diff --git a/debian/lenny/libraries/libkipi/debian/README.Debian b/debian/lenny/libraries/libkipi/debian/README.Debian deleted file mode 100644 index b0302c211..000000000 --- a/debian/lenny/libraries/libkipi/debian/README.Debian +++ /dev/null @@ -1,107 +0,0 @@ -Debian kde-extras Team ----------------------- - -1. Contacts ------------ - -General help requests - mailing list - #debian-kde on irc - -Packaging queries - mailing list - #debian-qt-kde on irc - -Maintainers - mailing list - - -2. Subversion repository ------------------------- - -You can browse it only at: - -http://svn.debian.org/wsvn/pkg-kde/kde-extras/ - -To "checkout" the repository use these commands: - - $ svn co svn+ssh://${ALIOTH_USERNAME}@svn.debian.org/svn/pkg-kde/kde-extras - -Authorized SSH keys are controlled at https://alioth.debian.org/account/ - -The repository layout is: - -- packagename/ -    - trunk/ -    - branches/ -    - tags/ -        - 0.7.2-1/ -        - 0.7.2-2/ -        - 0.7.2-2ubuntu1/ -        - 0.7.2-2ubuntu2/ -        - 0.7.2-2ubuntu3/ -        - 0.8.0/ -        ... - -If only one version of the package is available at the time, development must -be made at trunk/ dir, copying the dir to tags/'pkg-version' each time a new -release is made. - -When, at some point, the need to have two different versions at the same time -arises (for example, if we need a version to be in unstable and a different one -to be in experimental), experimental development will be made in trunk/ and -if a new unstable package needs to be cooked, copying -tag/'latest_version_in_sid' to tag/'latest_version_in_sid'+1 will make the -trick. - -3. Using svn-buildpackage --------------------------- - -Packages with an upstream tarball will require you to set the mergeWithUpstream -property first (from the package root) so that svn-buildpackage will look for -the .orig.tar.gz in the ../tarballs directory. - - % svn propset mergeWithUpstream 1 debian - -Please note that this only works for packages which have only the debian/ -directory committed. Consequently, you must use CDBS's simple-patchsys.mk or -dpatch to modify the upstream sources. - -After you have finished and committed your Debian patches via - - % svn commit [PACKAGE] - -as well as copying the orig.tar.gz to ../tarballs/ if necessary, you may build -your package with the following commands: - - % svn-buildpackage --svn-ignore-new -rfakeroot - -Please, don't commit tarballs/ or build-area/ directories to SVN. - -4. Tarballs and Build-area directories ------------------------------------- - -During pkg development before uploaded to debian the tarballs can be found at: - - http://pkg-kde.alioth.debian.org/kde-extra/orig.tar.gz/ - -You need to place those dirs in the parent directory of the one from which you're -running svn-buildpackage. Usually this means placing tarballs/ and build-area/ dirs -in 'pkgname'/ dir, at the same level as trunk/ - -If you want to compile inside one version in tags/ dir, you'll need to place those -dirs inside that dir. Of course the easiest and cleanest way of doing it is -by making a symlink of those dirs inside tags/ dir. - -5. Using svn-inject -------------------- - -To inject a new package into the Debian KDE Extras svn archive you should use svn-inject(1) -as follows: - - svn-inject -o .dsc svn+ssh://${ALIOTH_USERNAME}@svn.debian.org/svn/pkg-kde/kde-extras - -Type in your alioth password a few hundred times :-) and your package should be -uploaded to the archive. Note you will also need to manually copy the -package.orig.tar.gz to your tarballs directory. The -o option is important as -this ensures that we 'Only keep modified files under SVN control' diff --git a/debian/lenny/libraries/libkipi/debian/TODO b/debian/lenny/libraries/libkipi/debian/TODO deleted file mode 100644 index 383c04cea..000000000 --- a/debian/lenny/libraries/libkipi/debian/TODO +++ /dev/null @@ -1,8 +0,0 @@ -o check for doxygen docs -> -dev pkg (+ add to build deps) -o add -dbg pkg -o for parallel libkipi1 libkipi2 installs (see libkexif): - o append soname to msg catalog - o add a note in dev package about the renamed msg catalog - o check rdepends for addcatalogs(libkipi) calls and file - bug reports if necessary -__END__ diff --git a/debian/lenny/libraries/libkipi/debian/cdbs/debian-qt-kde.mk b/debian/lenny/libraries/libkipi/debian/cdbs/debian-qt-kde.mk deleted file mode 100644 index 60310a01a..000000000 --- a/debian/lenny/libraries/libkipi/debian/cdbs/debian-qt-kde.mk +++ /dev/null @@ -1,119 +0,0 @@ -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: -ifndef _cdbs_class_cmake - cp -Rp /usr/share/aclocal/libtool.m4 admin/libtool.m4.in -ifneq "$(wildcard /usr/share/libtool/config/ltmain.sh)" "" - cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh -endif -ifneq "$(wildcard /usr/share/libtool/build-aux/ltmain.sh)" "" - cp -Rp /usr/share/libtool/build-aux/ltmain.sh admin/ltmain.sh -endif - $(MAKE) -C $(DEB_SRCDIR) -f admin/Makefile.common dist; -endif - touch debian/stamp-cvs-make - -include debian/cdbs/kde.mk$(_cdbs_makefile_suffix) - -ifndef _cdbs_rules_patchsys_quilt -DEB_PATCHDIRS := debian/patches/common debian/patches -endif - -DEB_KDE_ENABLE_FINAL := yes -DEB_INSTALL_DOCS_ALL := - -DEB_DH_MAKESHLIBS_ARGS_ALL := -V -DEB_SHLIBDEPS_INCLUDE = $(foreach p,$(PACKAGES_WITH_LIBS),debian/$(p)/usr/lib) - -ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) - cdbs_treat_me_gently_arches := arm m68k alpha ppc64 armel armeb - ifeq (,$(filter $(DEB_HOST_ARCH_CPU),$(cdbs_treat_me_gently_arches))) - cdbs_kde_enable_final = $(if $(DEB_KDE_ENABLE_FINAL),--enable-final,) - else - cdbs_kde_enable_final = - endif -endif - -common-build-arch:: debian/stamp-man-pages -debian/stamp-man-pages: - if ! test -d debian/man/out; then mkdir -p debian/man/out; fi - for f in $$(find debian/man -name '*.sgml'); do \ - docbook-to-man $$f > debian/man/out/`basename $$f .sgml`.1; \ - done - for f in $$(find debian/man -name '*.man'); do \ - soelim -I debian/man $$f \ - > debian/man/out/`basename $$f .man`.`head -n1 $$f | awk '{print $$NF}'`; \ - done - touch debian/stamp-man-pages - -common-binary-indep:: - ( set -e; \ - tmpf=`mktemp debian/versions.XXXXXX`; \ - perl debian/cdbs/versions.pl >$$tmpf; \ - for p in $(DEB_INDEP_PACKAGES); do \ - cat $$tmpf >>debian/$$p.substvars; \ - done; \ - rm -f $$tmpf ) - -common-binary-arch:: - ( set -e; \ - tmpf=`mktemp debian/versions.XXXXXX`; \ - perl debian/cdbs/versions.pl >$$tmpf; \ - for p in $(DEB_ARCH_PACKAGES); do \ - cat $$tmpf >>debian/$$p.substvars; \ - done; \ - rm -f $$tmpf ) - -clean:: - rm -rf debian/man/out - -rmdir debian/man - rm -f debian/stamp-man-pages - rm -rf debian/shlibs-check - -$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%: - if test -x /usr/bin/dh_desktop; then dh_desktop -p$(cdbs_curpkg) $(DEB_DH_DESKTOP_ARGS); fi - if test -e debian/$(cdbs_curpkg).lintian; then \ - install -p -D -m644 debian/$(cdbs_curpkg).lintian \ - debian/$(cdbs_curpkg)/usr/share/lintian/overrides/$(cdbs_curpkg); \ - fi - if test -e debian/$(cdbs_curpkg).presubj; then \ - install -p -D -m644 debian/$(cdbs_curpkg).presubj \ - debian/$(cdbs_curpkg)/usr/share/bug/$(cdbs_curpkg)/presubj; \ - fi - -binary-install/$(DEB_SOURCE_PACKAGE)-doc-html:: - set -e; \ - for doc in `cd $(DEB_DESTDIR)/opt/trinity/share/doc/tde/HTML/en; find . -name index.docbook`; do \ - pkg=$${doc%/index.docbook}; pkg=$${pkg#./}; \ - echo Building $$pkg HTML docs...; \ - mkdir -p $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \ - cd $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \ - /opt/trinity/bin/meinproc $(DEB_DESTDIR)/opt/trinity/share/doc/tde/HTML/en/$$pkg/index.docbook; \ - done - for pkg in $(DOC_HTML_PRUNE) ; do \ - rm -rf debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \ - done - -clean:: -ifndef _cdbs_class_cmake - 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 -endif - rm -f debian/stamp-cvs-make - -endif diff --git a/debian/lenny/libraries/libkipi/debian/cdbs/kde.mk b/debian/lenny/libraries/libkipi/debian/cdbs/kde.mk deleted file mode 100644 index 80176d63e..000000000 --- a/debian/lenny/libraries/libkipi/debian/cdbs/kde.mk +++ /dev/null @@ -1,91 +0,0 @@ -# -*- 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 - -ifndef _cdbs_class_cmake -include $(_cdbs_class_path)/autotools.mk$(_cdbs_makefile_suffix) -endif - -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" -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-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 - -# 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/libraries/libkipi/debian/cdbs/versions.pl b/debian/lenny/libraries/libkipi/debian/cdbs/versions.pl deleted file mode 100644 index 1b110f7af..000000000 --- a/debian/lenny/libraries/libkipi/debian/cdbs/versions.pl +++ /dev/null @@ -1,19 +0,0 @@ -#!/usr/bin/env perl - -use strict; -use warnings; - -my $version = `dpkg-parsechangelog | awk '/^Version/ {print \$2}'`; -my ($version3, $version3_next); -my ($version2, $version2_next); - -($version3 = $version) =~ s/^(([^.]+\.){2}[^.+~-]+)[.+~-]?[^-]*-[^-]+$/$1/; -($version2 = $version3) =~ s/\.[^.]+$//; - -($version3_next = $version3) =~ s/(?<=\.)(\d+)[a-z]?$/($1+1)/e; -($version2_next = $version2) =~ s/(?<=\.)(\d+)$/($1+1)/e; - -print "TDE-Version3=$version3\n"; -print "TDE-Version2=$version2\n"; -print "TDE-Next-Version3=$version3_next\n"; -print "TDE-Next-Version2=$version2_next\n"; diff --git a/debian/lenny/libraries/libkipi/debian/changelog b/debian/lenny/libraries/libkipi/debian/changelog deleted file mode 100644 index a08df16a5..000000000 --- a/debian/lenny/libraries/libkipi/debian/changelog +++ /dev/null @@ -1,236 +0,0 @@ -libkipi-trinity (0.1.5-3intrepid0) karmic; urgency=low - - * Karmic rebuild - - -- Timothy Pearson Thu, 02 Jul 2009 16:08:00 -0600 - -libkipi-trinity (0.1.5-2intrepid6) jaunty; urgency=low - - * Jaunty rebuild - - -- Timothy Pearson Tue, 28 April 2009 13:23:00 -0600 - -libkipi-trinity (0.1.5-2intrepid5) intrepid; urgency=low - - * Moved Trinity to /opt/trinity - * Integrated properly with KDE4.2+ - - -- Timothy Pearson Wed, 05 March 2009 01:11:00 -0600 - -libkipi-trinity (0.1.5-2intrepid3) intrepid; urgency=low - - [ Timothy Pearson ] - * Added -trinity prefix - - -- Timothy Pearson Tue, 2 Dec 2008 01:33:00 -0600 - -libkipi (0.1.5-2) unstable; urgency=low - - [ Mark Purcell ] - * Merge branches/experimental with trunk and upload 1.5 to unstable - * libkipi-dev Depends: pkg-config - - -- Debian KDE Extras Team Sat, 3 Mar 2007 18:17:38 +0000 - -libkipi (0.1.5-1) experimental; urgency=low - - * New upstream release - - [ Mark Purcell ] - * Add Build-Depends: autotools-dev - - [ Achim Bohnet ] - * Relibtoolization patches: - + remove patches/05_pedantic-errors.diff. No need to be more pedantic than - upstream. - + remove patches/10_aclocal.m4_update.diff, debian/patches/99_only_-lqt-mt.diff - no longer necessary - + regenerate patches/98_buildpref.diff and patches/98_configure.diff - * Set standards-version to 3.7.2. No changes necessary. - * Add XS-Vcs-Svn and XS-Vcs-Browser info to debian/control - * Long description: update homepage URL to new http://www.kipi-plugins.org/ - site - * Check sources for licenses/copyrights. No changes in debian/copyright - necessary. - - -- Debian KDE Extras Team Fri, 29 Dec 2006 14:34:34 +0100 - -libkipi (0.1.4-1) unstable; urgency=low - - [ Achim Bohnet ] - * new upstream release. Fixes FTBFS on first installation. - * Remove 11_tdesvn_r540613_fix_include_path.diff. Included upstream - * Remove 06_disable_no_undefined.diff. Not needed. Pkg is properly - relibtoolized - * Update relibtoolization patches: 98_buildprep.diff 99_only_-lqt-mt.diff - - -- Debian KDE Extras Team Tue, 16 May 2006 20:55:30 +0200 - -libkipi (0.1.3-2) unstable; urgency=low - - [ Achim Bohnet ] - * Add 11_tdesvn_r540613_fix_include_path.diff. Closes: #366933: libkipi - - FTBFS: error: libkipi/interface.h: No such file or directory - - -- Debian KDE Extras Team Sun, 14 May 2006 11:03:25 +0200 - -libkipi (0.1.3-1) unstable; urgency=low - - [ Mark Purcell ] - * New upstream release - * Relibtoolize from /pkg-kde/trunk/common-patches/ for 3.5.2 - * Dropped from debian/patches (seems OK) - + 08_disable-visibility.diff - - [ Achim Bohnet ] - o Update 98_buildprep.diff - o Replace 10_link_to_right_libs.diff with 99_only_-lqt-mt.diff - Relibtoolization patch was accepted upstream, except for LIB_QT hack. - Now patch configure to hardcode LIB_QT to -lqt-mt instead of - patching every Makefile.am/.in. - - -- Debian KDE Extras Team Tue, 9 May 2006 22:45:55 +0100 - -libkipi (0.1.2-4) unstable; urgency=low - - [ Mark Purcell ] - * Rebuild for libXrender.la - * Package needs to be rebuilt against new version of libxrender-dev. - Cannot build KphotoAlbum against it. (Closes: #363918) - - -- Debian KDE Extras Team Thu, 20 Apr 2006 18:30:51 +0100 - -libkipi (0.1.2-3) unstable; urgency=low - - [ Achim Bohnet ] - * relibtoolize libkipi: - + Closes #304336 libkipi_0.1.1-2(GNU/k*BSD): FTBFS: out of date - libtool scripts - + use tool/patches of Debian Qt/KDE Team packages: patches/0*.diff - + update 03_libtool_update.diff to libtool 1.5.20-2 - + debian/rules: add buildprep rule to recreate the buildpref diff - + add 06_aclocal_update.diff: aclocal.m4 gets recreated after each - new buildprep diff - + patches/10_link_to_right_libs.diff: add missing libraries -ltdecore - -lqt-mt - Result: libkipi0 now depends on 5 instead of 25 packages - * remove unnecessary build dependency on libimlib2-dev - - -- Debian KDE Extras Team Wed, 28 Dec 2005 00:07:03 +0100 - -libkipi (0.1.2-2) unstable; urgency=low - - [ Mark Purcell ] - * Add debian/watch: sf.net kipi project will be used for - future releases - - [ Achim Bohnet ] - * 2nd g++ v4 ABI change: Because we already depend on tdelibs4c2a, - remove c2 that was unnecessarily introduced for the 1st g++ v4.0 - ABI change. Now backporting and sync with kunbuntu needs no - source changes again. - * rules: - + use utils.mk from cdbs instead of calling dh_install with - --list-missing - + remove unnecessary --disable-debug configure option - + build with --enable-final - * Temporarily Build-Depend on tdelibs4-dev (>= 4:3.4.3-2) to make - sure we build against tdelibs4c2a - - -- Debian KDE Extras Team Fri, 2 Dec 2005 15:49:45 +0100 - -libkipi (0.1.2-1) unstable; urgency=low - - * New upstream release - * Pkg now maintained by Debian KDE Extras Team - - +++ Changes by Achim Bohnet: - - * remove versioned build-dependency of tdelibs4-dev now that - it's build on all archs with new C++ ABI. - * patches/00_fix-home-page-url.patch removed. Fixed upstream. - * updated debian/copyright for 0.1.2 tarball - - -- Debian KDE Extras Team Thu, 15 Sep 2005 02:29:15 +0200 - -libkipi (0.1.1-4) unstable; urgency=low - - * Conflicts:/ Replaces: libkipi0 - * libkipi0-dev Depends: libkipi0c2 - - -- Mark Purcell Fri, 19 Aug 2005 17:49:41 +0100 - -libkipi (0.1.1-3) unstable; urgency=low - - * C++ transition package - * Upgrade Build-Depends: tdelibs4-dev (>= 3.4.2-1) - * Uploaders: Achim Bohnet , Mark Purcell - - - -- Mark Purcell Thu, 18 Aug 2005 17:52:32 +0100 - -libkipi (0.1.1-2) unstable; urgency=low - - * debian/copyright: fix typo - - -- Achim Bohnet Thu, 10 Mar 2005 01:52:32 +0100 - -libkipi (0.1.1-1) unstable; urgency=low - - * new upstream release - * control: removed unused misc:Depends var - * control: update homepage URL (closes: #294947) - * updated debian/copyright - * fix homepage URL in About dialogs (use simplepatchsys) - - -- Achim Bohnet Mon, 14 Feb 2005 22:16:20 +0100 - -libkipi (0.1-2~kalyxo1) unstable; urgency=low - - * Initial upload (Closes: #280439) - * get rid of debug output (configure with --disable-debug) - - -- Achim Bohnet Tue, 9 Nov 2004 23:31:13 +0100 - -libkipi (0.1-1) unstable; urgency=low - - * control: remove libkexif0-dev build dependency - * libkipi/Makefile.am: fix compilation without libkipi0-dev - installed - * change distribtion to unstable - - -- Achim Bohnet Tue, 19 Oct 2004 00:48:03 +0200 - -libkipi (0.1-0) experimental; urgency=low - - * first upstream release - * added homepage URL to extended description - * add translation to libkipi0 deb - * main.cpp: fix URL - * copyright: mention the 3 GPL files, rest LGPL - * install libkipi/design as doc to -dev pkgs - - -- Achim Bohnet Sun, 17 Oct 2004 00:50:36 +0200 - -libkipi (0.0.cvs20040802-1) experimental; urgency=low - - * sync with cvs - * fix libkexif.install to install icons servicetypes and apps dirs - - -- Achim Bohnet Tue, 3 Aug 2004 01:18:47 +0200 - -libkipi (0.0.cvs20040726-1) experimental; urgency=low - - * rebuild against new libkexif (should fix rpath stuff) - * all build-deps on one line (lintian) - * use configure --disable-rpath - - -- Achim Bohnet Mon, 26 Jul 2004 21:42:03 +0200 - -libkipi (0.0.cvs20040721-1) unstable; urgency=low - - * Initial Release - * WARNING experimental pkg! - - -- Achim Bohnet Wed, 21 Jul 2004 01:25:11 +0200 - diff --git a/debian/lenny/libraries/libkipi/debian/compat b/debian/lenny/libraries/libkipi/debian/compat deleted file mode 100644 index 7f8f011eb..000000000 --- a/debian/lenny/libraries/libkipi/debian/compat +++ /dev/null @@ -1 +0,0 @@ -7 diff --git a/debian/lenny/libraries/libkipi/debian/control b/debian/lenny/libraries/libkipi/debian/control deleted file mode 100644 index 669724b1f..000000000 --- a/debian/lenny/libraries/libkipi/debian/control +++ /dev/null @@ -1,42 +0,0 @@ -Source: libkipi-trinity -Section: libs -Priority: optional -Maintainer: Timothy Pearson -Uploaders: Achim Bohnet , Mark Purcell -Build-Depends: cdbs, debhelper (>= 7.0.50~), quilt, cmake, libexif-dev, tdelibs14-trinity-dev (>= 4:3.4.3-2) -Standards-Version: 3.8.4 - -Package: libkipi0-trinity-dev -Provides: libkipi-trinity-dev -Conflicts: libkipi-trinity-dev -Replaces: libkipi0-trinity-dev (<< 4:14.0.0~) -Breaks: libkipi0-trinity-dev (<< 4:14.0.0~) -Section: libdevel -Architecture: any -Depends: libkipi0-trinity (= ${source:Version}), pkg-config -Description: library for apps that want to use kipi-plugins (development version) [Trinity] - Libkipi is a library - . - o that contains common routines and widget used by kipi-plugins - o to ease implementation of the kipi-plugins interface in an application - that wants to use kipi-plugins - . - This pkg contains development files and documentation for libkipi library. - . - Homepage: http://www.kipi-plugins.org/ - -Package: libkipi0-trinity -Conflicts: libkipi0c2-trinity -Section: libs -Replaces: libkipi0-trinity (<< 4:14.0.0~) -Breaks: libkipi0-trinity (<< 4:14.0.0~) -Architecture: any -Depends: ${shlibs:Depends} -Description: library for apps that want to use kipi-plugins (runtime version) [Trinity] - Libkipi is a library - . - o that contains common routines and widget used by kipi-plugins - o to ease implementation of the kipi-plugins interface in an application - that wants to use kipi-plugins - . - Homepage: http://extragear.kde.org/apps/kipi diff --git a/debian/lenny/libraries/libkipi/debian/copyright b/debian/lenny/libraries/libkipi/debian/copyright deleted file mode 100644 index 46dc95db6..000000000 --- a/debian/lenny/libraries/libkipi/debian/copyright +++ /dev/null @@ -1,327 +0,0 @@ -This package was debianized by Achim Bohnet on -Tue, 21 Jul 2004 01:29:01 +0200. - -Upstream authors are the 'KIPI Team' (from AUTHORS file): - - Renchi Raju - Caulier Gilles - Jesper K. Pedersen - Aurelien Gateau - - -Copyrights: - - Copyright 2004 by the KIPI team - Copyright 2004 by Renchi Raju - Copyright 2004 by Jesper K. Pedersen - Copyright (C) 2002-2004 Renchi Raju - Gilles CAULIER - Jesper K. Pedersen - Aurelien Gateau - Copyright (C) 2003,2004 Gilles Caulier - Copyright (C) 2001-2005 Klarälvdalens Datakonsult AB - Copyright (c) 2005 Laurent Montel - - - -Licenses: - -version.h: - - 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. - - -KDStream.cpp, KDStream.h are dual licensed: GPL V2 or -'KD Tools Commercial License': - - - This file may be distributed and/or modified under the terms of the - GNU General Public License version 2 as published by the Free Software - Foundation and appearing in the file LICENSE.GPL included in the - packaging of this file. - - Licensees holding valid commercial KD Tools licenses may use this file in - accordance with the KD Tools Commercial License Agreement provided with - the Software. - - This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE - WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. - - See http://www.klaralvdalens-datakonsult.se/?page=products for - information about KD Tools Commercial License Agreements. - - Contact info@klaralvdalens-datakonsult.se if any conditions of this - licensing are not clear to you. - - -the GNU General Public License version 2 can be found at -/usr/share/common-licenses/GPL-2. - -KDTools-License-US: - - KD Tools COMMERCIAL LICENSE AGREEMENT - FOR COMMERCIAL VERSIONS - March 27, 2002 - - - IMPORTANT-READ CAREFULLY: This Klarälvdalens Datakonsult AB End-User - License Agreement ("EULA") is a legal agreement between you (either an - individual or a legal entity) and Klarälvdalens Datakonsult AB - ("KDAB") for the Klarälvdalens Datakonsult AB software product(s) - accompanying this EULA, which include(s) computer software and may - include "online" or electronic documentation, associated media, and - printed materials ("Licensed Product"). - - The Licensed Product is protected by copyright laws and international - copyright treaties, as well as other intellectual property laws and - treaties. The Licensed Product is licensed, not sold. - - By installing, copying, or otherwise using the Licensed Product, you - agree to be bound by the terms of this EULA. If you do not agree to - the terms of this EULA, do not install, copy, or otherwise use the - Licensed Product; you may, however, return it to your place of - purchase for a full refund. In addition, by installing, copying, or - otherwise using any updates or other components of the Licensed - Product that you receive separately as part of the Licensed Product - ("Updates"), you agree to be bound by any additional license terms - that accompany such Updates. If you do not agree to the additional - license terms that accompany such Updates, you may not install, copy, - or otherwise use such Updates. - - Upon your acceptance of the terms and conditions of this EULA, KDAB - grants you the right to use the Licensed Product in the manner - provided below. - - KDAB grants to you as an individual a personal, nonexclusive, - nontransferable license to make and use copies of the Licensed Product - for the sole purposes of designing, developing, and testing your - software product(s) ("Applications"). You may install copies of the - Licensed Product on an unlimited number of computers provided that you - are the only individual using the Licensed Product. If you are an - entity, KDAB grants you the right to designate one, and only one, - individual within your organization who shall have the sole right to - use the Licensed Product in the manner provided above. You may at any - time, but not more frequently that once every six (6) months, - designate another individual to replace the current designated user by - notifying KDAB, so long as there is no more than one designated user - at any given time. - - - GENERAL TERMS THAT APPLY TO APPLICATIONS AND REDISTRIBUTABLES - KDAB grants you a nonexclusive, royalty-free right to reproduce and - distribute the object code form of any portion of the Licensed Product - ("Redistributables") for execution on any operating system of a type - listed in the License Certificate ("Platforms"). Copies of - Redistributables may only be distributed with and for the sole purpose - of executing Applications permitted under this License Agreement that - you have created using the Licensed Product. Under no circumstances - may any copies of Redistributables be distributed separately. - - The license granted in this EULA for you to create your own - Applications and distribute them and the Redistributables (if any) to - your customers is subject to all of the following conditions: (i) all - copies of the Applications you create must bear a valid copyright - notice, either your own or the copyright notice that appears on the - Licensed Product; (ii) you may not remove or alter any copyright, - trademark or other proprietary rights notice contained in any portion - of the Licensed Product; (iii) Redistributables, if any, shall be - licensed to your customer "as is" (KDAB MAKES NO WARRANTIES OR - REPRESENTATIONS VIS-A-VIS YOUR CUSTOMER WITH RESPECT TO - REDISTRIBUTABLES, AND KDAB EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES - VIS-A-VIS YOUR CUSTOMER, WHETHER EXPRESS OR IMPLIED, ORAL OR WRITTEN, - INCLUDING, BUT NOT LIMITED TO ANY IMPLIED WARRANTY OF MERCHANTABILITY - OR FITNESS FOR ANY PARTICULAR PURPOSE, WHETHER OR NOT KDAB KNOWS, HAS - REASON TO KNOW, HAS BEEN ADVISED OR IS OTHERWISE AWARE OF SUCH - PURPOSE); (iv) you will indemnify and hold KDAB, its related companies - and its suppliers, harmless from and against any claims or liabilities - arising out of the use, reproduction or distribution of your - Applications; (v) your Applications must be written using a licensed, - registered copy of the Licensed Product; (vi) your Applications must - add primary and substantial functionality to the Licensed Product; - (vii) your Applications may not pass on functionality which in any way - makes it possible for others to create Applications with the Software; - (viii) your Applications may not compete with the Licensed Product; - (ix)) you may not use KDAB's or any of its suppliers' names, logos, or - trademarks to market your programs, except to state that your program - was written using the Licensed Product. - - - WARRANTY DISCLAIMER - THE LICENSED PRODUCT IS LICENSED TO YOU "AS IS". TO THE MAXIMUM - EXTENT PERMITTED BY APPLICABLE LAW, KDAB ON BEHALF OF ITSELF AND ITS - SUPPLIERS, DISCLAIMS ALL WARRANTIES AND CONDITIONS, EITHER EXPRESS OR - IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF - MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND - NON-INFRINGEMENT WITH REGARD TO THE LICENSED PRODUCT. THIS WARRANTY - DISCLAIMER NOTWITHSTANDING, YOU MAY HAVE SPECIFIC LEGAL RIGHTS WHICH - MAY VARY FROM STATE/JURISDICTION TO STATE/JURISDICTION. - - - LIMITATION OF LIABILITY - IF, KDAB'S WARRANTY DISCLAIMER NOTWITHSTANDING, KDAB IS HELD LIABLE TO - YOU, WHETHER IN CONTRACT, TORT OR ANY OTHER LEGAL THEORY, BASED ON THE - LICENSED PRODUCT, KDAB'S ENTIRE LIABILITY TO YOU AND YOUR EXCLUSIVE - REMEDY SHALL BE, AT KDAB'S OPTION, EITHER (A) RETURN OF THE PRICE YOU - PAID FOR THE LICENSED PRODUCT, OR (B) REPAIR OR REPLACEMENT OF THE - LICENSED PRODUCT, PROVIDED YOU RETURN TO KDAB ALL COPIES OF THE - LICENSED PRODUCT AS ORIGINALLY DELIVERED TO YOU. KDAB SHALL NOT UNDER - ANY CIRCUMSTANCES BE LIABLE TO YOU BASED ON FAILURE OF THE LICENSED - PRODUCT IF THE FAILURE RESULTED FROM ACCIDENT, ABUSE OR - MISAPPLICATION, NOR SHALL KDAB UNDER ANY CIRCUMSTANCES BE LIABLE FOR - SPECIAL DAMAGES, PUNITIVE OR EXEMPLARY DAMAGES, DAMAGES FOR LOSS OF - PROFITS OR INTERRUPTION OF BUSINESS OR FOR LOSS OR CORRUPTION OF DATA. - ANY AWARD OF DAMAGES FROM KDAB TO YOU SHALL NOT EXCEED THE TOTAL AMOUNT - YOU HAVE PAID TO KDAB IN CONNECTION WITH THIS EULA. - - - SUPPORT AND UPDATES - You will receive email based, software developer support and access to - Updates to the Licensed Product for one year from the date of initial - delivery, in accordance with KDAB support policies and procedures. - Such policies and procedures may be changed from time to time. - - - GENERAL PROVISIONS - This EULA may only be modified in writing signed by you and an - authorized officer of KDAB. All terms of any purchase order or other - ordering document shall be superseded by this EULA. If any provision - of the EULA is found void or unenforceable, the remainder will remain - valid and enforceable according to its terms. If any remedy provided - is determined to have failed for its essential purpose, all - limitations of liability and exclusions of damages set forth in this - EULA shall remain in effect. - - This EULA shall be construed, interpreted and governed by the laws of - Sweden, the venue to be Sunne Tingsrätt. The EULA gives you specific - legal rights; you may have others, which vary from state to state and - from country to country. KDAB reserves all rights not specifically - granted in this EULA. - - -KDTools-License-non-US: - - - KD Tools COMMERCIAL LICENSE AGREEMENT - FOR COMMERCIAL VERSIONS - Version 1.0 - - Copyright of this license text (C) 2001 Trolltech AS and (C) 2002 - Klarälvdalens Datakonsult AB. All rights reserved. License text used - with kind permission of Trolltech AS. The software and accompanying - material is Copyright (C) 2002 Klarälvdalens Datakonsult AB. - - This non-exclusive non-transferable License Agreement ("Agreement") is - between you ("Licensee") and Klarälvdalens Datakonsult AB (KDAB), and - pertains to the Klarälvdalens Datakonsult AB software product(s) - accompanying this Agreement, which include(s) computer software and - may include "online" or electronic documentation, associated media, - and printed materials, including the source code, example programs and - the documentation ("Software"). - - - COPYRIGHT AND RESTRICTIONS - - 1. All intellectual property rights in the Software are owned by KDAB - and are protected by Swedish copyright laws, other applicable - copyright laws, and international treaty provisions. KDAB retains all - rights not expressly granted. No title, property rights or copyright - in the Software or in any modifications to the Software shall pass to - the Licensee under any circumstances. The Software is licensed, not - sold. - - 2. By installing, copying, or otherwise using the Software, you agree - to be bound by the terms of this agreement. If you do not agree to the - terms of this Agreement, do not install, copy, or otherwise use the - Software. - - 3. Upon your acceptance of the terms and conditions of this Agreement, - KDAB grants you the right to use the Software in the manner provided - below. - - 4. KDAB grants to you as an individual a personal, nonexclusive, - non-transferable license to make and use copies of the Software for - the sole purposes of designing, developing, testing and distributing - your software product(s) ("Applications"). You may install copies of - the Software on an unlimited number of computers provided that you are - the only individual using the Software. If you are an entity, KDAB - grants you the right to designate one, and only one, individual within - your organization who shall have the sole right to use the Software in - the manner provided above. - - 5. The license granted in this Agreement for you to create and - distribute your own Applications is subject to all of the following - conditions: (i) all copies of the Applications you create must bear a - valid copyright notice, either your own or the copyright notice that - appears on the Software; (ii) you may not remove or alter any - copyright, trademark or other proprietary rights notice contained in - any portion of the Software; (iii) you will indemnify and hold KDAB, its - related companies and its suppliers, harmless from and against any - claims or liabilities arising out of the use and/or reproduction of - your Applications; (iv) your Applications must be written using a - licensed, registered copy of the Software; (v) your Applications must - add primary and substantial functionality to the Software; (vi) your - Applications may not pass on functionality which in any way makes it - possible for others to create Applications with the Software; (vii) - your Applications may not compete with the Software; (viii) you may - not use KDAB's or any of its suppliers' names, logos, or trademarks to - market your programs, except to state that your program was written - using the Software. - - 6. WARRANTY DISCLAIMER - THE SOFTWARE IS LICENSED TO YOU "AS IS". TO THE MAXIMUM EXTENT - PERMITTED BY APPLICABLE LAW, KDAB ON BEHALF OF ITSELF AND ITS SUPPLIERS, - DISCLAIMS ALL WARRANTIES AND CONDITIONS, EITHER EXPRESS OR IMPLIED, - INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT WITH - REGARD TO THE SOFTWARE. - - 7. LIMITATION OF LIABILITY - IF, KDAB'S WARRANTY DISCLAIMER NOTWITHSTANDING, KDAB IS HELD LIABLE TO - YOU BASED ON THE SOFTWARE, KDAB'S ENTIRE LIABILITY TO YOU AND YOUR - EXCLUSIVE REMEDY SHALL BE, AT REPAIR OR REPLACEMENT OF THE SOFTWARE, - PROVIDED YOU RETURN TO KDAB ALL COPIES OF THE SOFTWARE AS ORIGINALLY - DELIVERED TO YOU. KDAB SHALL NOT UNDER ANY CIRCUMSTANCES BE LIABLE TO - YOU BASED ON FAILURE OF THE SOFTWARE IF THE FAILURE RESULTED FROM - ACCIDENT, ABUSE OR MISAPPLICATION, NOR SHALL KDAB UNDER ANY - CIRCUMSTANCES BE LIABLE FOR SPECIAL DAMAGES, PUNITIVE OR EXEMPLARY - DAMAGES, DAMAGES FOR LOSS OF PROFITS OR INTERRUPTION OF BUSINESS OR - FOR LOSS OR CORRUPTION OF DATA. - - 9. This Agreement may only be modified in writing signed by you and an - authorized officer of KDAB. All terms of any purchase order or other - ordering document shall be superseded by this Agreement. - - 10. This Agreement shall be construed, interpreted and governed by the - laws of Sweden, the venue to be Sunne Tingsrätt. - - -The other files are distributed under the GNU Library General Public -License, LGPL: - - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Library 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 Library General Public License for more details. - - You should have received a copy of the GNU Library General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02110-1301, USA. - -A copy of the GNU Library General Public License can be found at -/usr/share/common-licenses/LGPL. - diff --git a/debian/lenny/libraries/libkipi/debian/libkipi0-trinity-dev.install b/debian/lenny/libraries/libkipi/debian/libkipi0-trinity-dev.install deleted file mode 100644 index 1333fe738..000000000 --- a/debian/lenny/libraries/libkipi/debian/libkipi0-trinity-dev.install +++ /dev/null @@ -1,4 +0,0 @@ -debian/tmp/opt/trinity/include/* -debian/tmp/opt/trinity/lib/pkgconfig/* -debian/tmp/opt/trinity/lib/*.la -debian/tmp/opt/trinity/lib/lib*.so diff --git a/debian/lenny/libraries/libkipi/debian/libkipi0-trinity.install b/debian/lenny/libraries/libkipi/debian/libkipi0-trinity.install deleted file mode 100644 index 6f99e7cb2..000000000 --- a/debian/lenny/libraries/libkipi/debian/libkipi0-trinity.install +++ /dev/null @@ -1,5 +0,0 @@ -debian/tmp/opt/trinity/lib/lib*.so.* -debian/tmp/opt/trinity/share/apps/kipi -debian/tmp/opt/trinity/share/icons -debian/tmp/opt/trinity/share/servicetypes -debian/tmp/opt/trinity/share/locale diff --git a/debian/lenny/libraries/libkipi/debian/patches/series b/debian/lenny/libraries/libkipi/debian/patches/series deleted file mode 100644 index e69de29bb..000000000 diff --git a/debian/lenny/libraries/libkipi/debian/rules b/debian/lenny/libraries/libkipi/debian/rules deleted file mode 100755 index 4a317e325..000000000 --- a/debian/lenny/libraries/libkipi/debian/rules +++ /dev/null @@ -1,20 +0,0 @@ -#!/usr/bin/make -f - -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/cmake.mk -include /usr/share/cdbs/1/rules/patchsys-quilt.mk -include debian/cdbs/debian-qt-kde.mk - -DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ - && echo xz || echo bzip2) - -DEB_CMAKE_EXTRA_FLAGS := \ - -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ - -DCONFIG_INSTALL_DIR="/etc/trinity" \ - -DSYSCONF_INSTALL_DIR="/etc" \ - -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ - -DCMAKE_VERBOSE_MAKEFILE="ON" \ - -DCMAKE_SKIP_RPATH="OFF" \ - -DBUILD_ALL="ON" \ - -DWITH_ALL_OPTIONS="ON" -- cgit v1.2.3