summaryrefslogtreecommitdiffstats
path: root/ubuntu/precise/applications/digikam/debian
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/precise/applications/digikam/debian')
-rw-r--r--ubuntu/precise/applications/digikam/debian/NEWS8
-rw-r--r--ubuntu/precise/applications/digikam/debian/README.Debian146
-rw-r--r--ubuntu/precise/applications/digikam/debian/cdbs/buildvars.mk86
-rw-r--r--ubuntu/precise/applications/digikam/debian/cdbs/debian-qt-kde.mk109
-rw-r--r--ubuntu/precise/applications/digikam/debian/cdbs/kde.mk97
-rw-r--r--ubuntu/precise/applications/digikam/debian/cdbs/team-members16
-rw-r--r--ubuntu/precise/applications/digikam/debian/cdbs/uploaders.mk29
-rw-r--r--ubuntu/precise/applications/digikam/debian/cdbs/versions.pl19
-rw-r--r--ubuntu/precise/applications/digikam/debian/changelog1171
-rw-r--r--ubuntu/precise/applications/digikam/debian/clean1
-rw-r--r--ubuntu/precise/applications/digikam/debian/compat1
-rw-r--r--ubuntu/precise/applications/digikam/debian/control63
-rw-r--r--ubuntu/precise/applications/digikam/debian/control.in57
-rw-r--r--ubuntu/precise/applications/digikam/debian/copyright304
-rw-r--r--ubuntu/precise/applications/digikam/debian/digikam-trinity.install12
-rw-r--r--ubuntu/precise/applications/digikam/debian/digikam-trinity.lintian-overrides9
-rw-r--r--ubuntu/precise/applications/digikam/debian/digikam-trinity.manpages2
-rw-r--r--ubuntu/precise/applications/digikam/debian/digikam-trinity.menu7
-rw-r--r--ubuntu/precise/applications/digikam/debian/digikam.manpage74
-rw-r--r--ubuntu/precise/applications/digikam/debian/patches/.gitignore0
-rwxr-xr-xubuntu/precise/applications/digikam/debian/rules41
-rw-r--r--ubuntu/precise/applications/digikam/debian/showfoto-trinity.install6
-rw-r--r--ubuntu/precise/applications/digikam/debian/showfoto-trinity.manpage154
-rw-r--r--ubuntu/precise/applications/digikam/debian/showfoto-trinity.manpages1
-rw-r--r--ubuntu/precise/applications/digikam/debian/showfoto-trinity.menu7
-rw-r--r--ubuntu/precise/applications/digikam/debian/source/format1
-rw-r--r--ubuntu/precise/applications/digikam/debian/source/options6
-rw-r--r--ubuntu/precise/applications/digikam/debian/watch6
-rw-r--r--ubuntu/precise/applications/digikam/debian/xpm.d/digikam-16.xpm156
-rw-r--r--ubuntu/precise/applications/digikam/debian/xpm.d/digikam.xpm257
-rw-r--r--ubuntu/precise/applications/digikam/debian/xpm.d/showfoto-16.xpm195
-rw-r--r--ubuntu/precise/applications/digikam/debian/xpm.d/showfoto.xpm199
32 files changed, 3240 insertions, 0 deletions
diff --git a/ubuntu/precise/applications/digikam/debian/NEWS b/ubuntu/precise/applications/digikam/debian/NEWS
new file mode 100644
index 000000000..a90a3b444
--- /dev/null
+++ b/ubuntu/precise/applications/digikam/debian/NEWS
@@ -0,0 +1,8 @@
+digikam (2:0.9.2~beta1-2) unstable; urgency=low
+
+ * Upstream have merged the digikamimageplugins with digikam
+ and all are provided in the one application package, digikam.
+ Don't be concerned that this version of digikam Conflicts:/
+ Replaces: digikamimageplugins
+
+ -- Mark Purcell <msp@debian.org> Sun, 20 May 2007 08:35:22 +0100
diff --git a/ubuntu/precise/applications/digikam/debian/README.Debian b/ubuntu/precise/applications/digikam/debian/README.Debian
new file mode 100644
index 000000000..351a34b1f
--- /dev/null
+++ b/ubuntu/precise/applications/digikam/debian/README.Debian
@@ -0,0 +1,146 @@
+Debian kde-extras Team
+----------------------
+
+1. Contacts
+-----------
+
+General help requests
+ <debian-kde@lists.debian.org> mailing list
+ #debian-kde on irc
+
+Packaging queries
+ <debian-qt-kde@lists.debian.org> mailing list
+ #debian-qt-kde on irc
+
+Maintainers
+ <pkg-kde-extras@lists.alioth.debian.org> 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 <package>.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'
+
+6. Versioning
+-------------
+
+As the autobuilder and fellow developers will need to differentiate between
+versions that are uploaded into debian already and those which will be at a
+later point, do use the UNRELEASED distribution until the time you actually do
+upload to incoming. Whoever is not a DD himself should let the sponsor do that
+final step if that sponsor has SVN commit rights to the kde-extras archive.
+
+The autobuilder packs can be found at http://kde-extras.buildserver.net/.
+The logs can be found at http://status.buildserver.net/.
+
+As the archive runs britney, it may well be that a built and installed package
+is not appearing to the archive until its reverse depends are (re)built too. In
+case of questions, feel free to mail kilian@debian.org.
+
+7. Automatic Backport hooks
+---------------------------
+
+The checkout script for putting together the sources can run a backports hook
+for certain dists (like Debian sarge) which need certain adjustments to the
+source like altered Build-Depends. This hook is a plain shell script (or
+makefile like debian/rules) which needs to be put in the debian/backports
+directory and made executable by means of the svn properties set. The codenames
+for the current dists are: sid, etch, sarge, edgy and dapper. For an example
+see asterisk-addons/trunk/debian/backports/sarge which may be more illustrating
+what to do.
+
+8. Autotools, libtool, am_maintainer, buildprep and configure updates
+---------------------------------------------------------------------
+
+Achim, Please add some text in here to document when it is necessary and
+how we update the build enviroment for a package.
+
+-(snip)-
+
+In case any of the above is unclear to you or seems outdated, please drop us a
+note to the maintainers list.
diff --git a/ubuntu/precise/applications/digikam/debian/cdbs/buildvars.mk b/ubuntu/precise/applications/digikam/debian/cdbs/buildvars.mk
new file mode 100644
index 000000000..23d4709dc
--- /dev/null
+++ b/ubuntu/precise/applications/digikam/debian/cdbs/buildvars.mk
@@ -0,0 +1,86 @@
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright © 2002,2003 Colin Walters <walters@debian.org>
+# Description: Defines some useful variables, but no rules
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2, or (at
+# your option) any later version.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+# 02111-1307 USA.
+
+_cdbs_scripts_path ?= /usr/lib/cdbs
+_cdbs_rules_path ?= /usr/share/cdbs/1/rules
+_cdbs_class_path ?= /usr/share/cdbs/1/class
+
+ifndef _cdbs_rules_buildvars
+_cdbs_rules_buildvars = 1
+
+CDBS_VERSION = something
+
+# Common useful variables
+DEB_SOURCE_PACKAGE := $(strip $(shell egrep '^Source: ' debian/control | cut -f 2 -d ':'))
+DEB_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ')
+DEB_NOEPOCH_VERSION := $(shell echo $(DEB_VERSION) | cut -d: -f2-)
+DEB_UPSTREAM_VERSION := $(shell echo $(DEB_NOEPOCH_VERSION) | sed 's/-[^-]*$$//')
+DEB_ISNATIVE := $(shell dpkg-parsechangelog | egrep '^Version:' | perl -ne 'print if not /^Version:\s*.*-/;')
+
+# Split into arch/indep packages
+ifneq ($(DEB_INDEP_PACKAGES),cdbs)
+DEB_INDEP_PACKAGES := $(filter-out $(DONT_BUILD), $(strip $(shell $(_cdbs_scripts_path)/list-packages indep)))
+DEB_ARCH_PACKAGES := $(filter-out $(DONT_BUILD), $(filter-out $(DEB_INDEP_PACKAGES),$(strip $(shell $(_cdbs_scripts_path)/list-packages same))))
+endif
+# Split into normal and udeb packages
+ifeq ($(DEB_UDEB_PACKAGES),)
+DEB_PACKAGES = $(filter-out $(DONT_BUILD), $(filter-out %-udeb, $(DEB_ARCH_PACKAGES) $(DEB_INDEP_PACKAGES)))
+DEB_UDEB_PACKAGES = $(filter-out $(DONT_BUILD),$(filter %-udeb, $(DEB_ARCH_PACKAGES) $(DEB_INDEP_PACKAGES)))
+else
+DEB_PACKAGES = $(filter-out $(DONT_BUILD), $(filter-out $(DEB_UDEB_PACKAGES), $(DEB_ARCH_PACKAGES) $(DEB_INDEP_PACKAGES)))
+endif
+# Too much bother for now. If someone complains we'll fix it.
+#DEB_ARCH_UDEB_PACKAGES = $(filter %-udeb, $(DEB_ARCH_PACKAGES))
+#DEB_INDEP_UDEB_PACKAGES = $(filter %-udeb, $(DEB_INDEP_PACKAGES))
+# A handy list of every package, udeb or not
+DEB_ALL_PACKAGES = $(filter-out $(DONT_BUILD),$(DEB_PACKAGES) $(DEB_UDEB_PACKAGES))
+DEB_INDEP_REGULAR_PACKAGES = $(filter-out $(DONT_BUILD), $(filter-out $(DEB_UDEB_PACKAGES),$(DEB_INDEP_PACKAGES)))
+DEB_ARCH_REGULAR_PACKAGES = $(filter-out $(DONT_BUILD), $(filter-out $(DEB_UDEB_PACKAGES),$(DEB_ARCH_PACKAGES)))
+
+DEB_DBG_PACKAGES = $(filter-out $(DONT_BUILD), $(filter %-dbg, $(DEB_ARCH_PACKAGES) $(DEB_INDEP_PACKAGES)))
+
+# Some support for srcdir != builddir builds.
+# These are relative to the root of the package
+DEB_SRCDIR ?= .
+DEB_BUILDDIR ?= $(strip $(DEB_SRCDIR))
+
+# Miscellaneous bits
+DEB_ARCH = $(shell dpkg --print-architecture)
+DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_HOST_GNU_SYSTEM ?= $(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM)
+DEB_HOST_GNU_CPU ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
+DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
+DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
+DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
+DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+DEB_BUILD_GNU_SYSTEM ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_SYSTEM)
+DEB_BUILD_GNU_CPU ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_CPU)
+DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+DEB_BUILD_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH_CPU)
+DEB_BUILD_ARCH_OS ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)
+
+ifeq ($(words $(DEB_ALL_PACKAGES)),1)
+ DEB_DESTDIR = $(CURDIR)/debian/$(strip $(DEB_ALL_PACKAGES))/
+else
+ DEB_DESTDIR = $(CURDIR)/debian/tmp/
+endif
+
+CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), cdbs (>= 0.4.23-1.1)
+
+endif
diff --git a/ubuntu/precise/applications/digikam/debian/cdbs/debian-qt-kde.mk b/ubuntu/precise/applications/digikam/debian/cdbs/debian-qt-kde.mk
new file mode 100644
index 000000000..311dc059d
--- /dev/null
+++ b/ubuntu/precise/applications/digikam/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)/usr/lib)
+
+ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+ cdbs_treat_me_gently_arches := arm m68k alpha ppc64 armel armeb
+ ifeq (,$(filter $(DEB_HOST_ARCH_CPU),$(cdbs_treat_me_gently_arches)))
+ cdbs_kde_enable_final = $(if $(DEB_KDE_ENABLE_FINAL),--enable-final,)
+ else
+ cdbs_kde_enable_final =
+ endif
+endif
+
+common-build-arch:: debian/stamp-man-pages
+debian/stamp-man-pages:
+ if ! test -d debian/man/out; then mkdir -p debian/man/out; fi
+ for f in $$(find debian/man -name '*.sgml'); do \
+ docbook-to-man $$f > debian/man/out/`basename $$f .sgml`.1; \
+ done
+ for f in $$(find debian/man -name '*.man'); do \
+ soelim -I debian/man $$f \
+ > debian/man/out/`basename $$f .man`.`head -n1 $$f | awk '{print $$NF}'`; \
+ done
+ touch debian/stamp-man-pages
+
+common-binary-indep::
+ ( set -e; \
+ tmpf=`mktemp debian/versions.XXXXXX`; \
+ perl debian/cdbs/versions.pl >$$tmpf; \
+ for p in $(DEB_INDEP_PACKAGES); do \
+ cat $$tmpf >>debian/$$p.substvars; \
+ done; \
+ rm -f $$tmpf )
+
+common-binary-arch::
+ ( set -e; \
+ tmpf=`mktemp debian/versions.XXXXXX`; \
+ perl debian/cdbs/versions.pl >$$tmpf; \
+ for p in $(DEB_ARCH_PACKAGES); do \
+ cat $$tmpf >>debian/$$p.substvars; \
+ done; \
+ rm -f $$tmpf )
+
+clean::
+ rm -rf debian/man/out
+ -rmdir debian/man
+ rm -f debian/stamp-man-pages
+ rm -rf debian/shlibs-check
+
+$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
+ if test -x /usr/bin/dh_desktop; then dh_desktop -p$(cdbs_curpkg) $(DEB_DH_DESKTOP_ARGS); fi
+ if test -e debian/$(cdbs_curpkg).lintian; then \
+ install -p -D -m644 debian/$(cdbs_curpkg).lintian \
+ debian/$(cdbs_curpkg)/usr/share/lintian/overrides/$(cdbs_curpkg); \
+ fi
+ if test -e debian/$(cdbs_curpkg).presubj; then \
+ install -p -D -m644 debian/$(cdbs_curpkg).presubj \
+ debian/$(cdbs_curpkg)/usr/share/bug/$(cdbs_curpkg)/presubj; \
+ fi
+
+binary-install/$(DEB_SOURCE_PACKAGE)-doc-html::
+ set -e; \
+ for doc in `cd $(DEB_DESTDIR)/opt/trinity/share/doc/tde/HTML/en; find . -name index.docbook`; do \
+ pkg=$${doc%/index.docbook}; pkg=$${pkg#./}; \
+ echo Building $$pkg HTML docs...; \
+ mkdir -p $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \
+ cd $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \
+ /opt/trinity/bin/meinproc $(DEB_DESTDIR)/opt/trinity/share/doc/tde/HTML/en/$$pkg/index.docbook; \
+ done
+ for pkg in $(DOC_HTML_PRUNE) ; do \
+ rm -rf debian/$(DEB_SOURCE_PACKAGE)-doc-html/opt/trinity/share/doc/tde/HTML/en/$$pkg; \
+ done
+
+clean::
+ if test -n "$(DEB_KDE_CVS_MAKE)" && test -d $(DEB_SRCDIR); then \
+ cd $(DEB_SRCDIR); \
+ find . -name Makefile.in -print | \
+ xargs --no-run-if-empty rm -f; \
+ rm -f Makefile.am acinclude.m4 aclocal.m4 config.h.in \
+ configure configure.files configure.in stamp-h.in \
+ subdirs; \
+ fi
+ rm -f debian/stamp-cvs-make
+
+endif
diff --git a/ubuntu/precise/applications/digikam/debian/cdbs/kde.mk b/ubuntu/precise/applications/digikam/debian/cdbs/kde.mk
new file mode 100644
index 000000000..765560c89
--- /dev/null
+++ b/ubuntu/precise/applications/digikam/debian/cdbs/kde.mk
@@ -0,0 +1,97 @@
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright © 2003 Christopher L Cheney <ccheney@debian.org>
+# Description: A class for KDE packages; sets KDE environment variables, etc
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2, or (at
+# your option) any later version.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+# 02111-1307 USA.
+
+_cdbs_scripts_path ?= /usr/lib/cdbs
+_cdbs_rules_path ?= /usr/share/cdbs/1/rules
+_cdbs_class_path ?= /usr/share/cdbs/1/class
+
+ifndef _cdbs_class_kde
+_cdbs_class_kde := 1
+
+# for dh_icons
+CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), debhelper (>= 5.0.7ubuntu4)
+
+include $(_cdbs_rules_path)/buildcore.mk$(_cdbs_makefile_suffix)
+
+ifdef _cdbs_tarball_dir
+DEB_BUILDDIR = $(_cdbs_tarball_dir)/obj-$(DEB_BUILD_GNU_TYPE)
+else
+DEB_BUILDDIR = obj-$(DEB_BUILD_GNU_TYPE)
+endif
+
+include $(_cdbs_class_path)/autotools.mk$(_cdbs_makefile_suffix)
+
+export kde_cgidir = \$${libdir}/cgi-bin
+export kde_confdir = \$${sysconfdir}/trinity
+export kde_htmldir = \$${datadir}/doc/tde/HTML
+
+ifeq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
+ cdbs_kde_enable_final = $(if $(DEB_KDE_ENABLE_FINAL),--enable-final,)
+endif
+
+ifneq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
+ cdbs_kde_enable_final =
+ cdbs_kde_enable_debug = --enable-debug=yes
+else
+ cdbs_kde_enable_debug = --disable-debug
+endif
+
+ifneq (,$(filter debug,$(DEB_BUILD_OPTIONS)))
+ cdbs_kde_enable_debug = --enable-debug=full
+endif
+
+cdbs_configure_flags += --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug)
+
+DEB_AC_AUX_DIR = $(DEB_SRCDIR)/admin
+DEB_CONFIGURE_INCLUDEDIR = "\$${prefix}/include/tde"
+DEB_COMPRESS_EXCLUDE = .dcl .docbook -license .tag .sty .el
+
+$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
+ if test -x /usr/bin/dh_icons; then dh_icons -p$(cdbs_curpkg) $(DEB_DH_ICONCACHE_ARGS); fi
+
+cleanbuilddir::
+ -$(if $(call cdbs_streq,$(DEB_BUILDDIR),$(DEB_SRCDIR)),,rm -rf $(DEB_BUILDDIR))
+
+common-build-arch common-build-indep:: debian/stamp-kde-apidox
+debian/stamp-kde-apidox:
+ $(if $(DEB_KDE_APIDOX),+$(DEB_MAKE_INVOKE) apidox)
+ touch $@
+
+common-install-prehook-impl::
+ mkdir -p po
+ -XGETTEXT=/usr/bin/kde-xgettext EXTRACTATTR=/opt/trinity/bin/extractattr sh $(DEB_SRCDIR)/admin/cvs.sh extract-messages
+ -for file in po/*pot; do \
+ sed "s/charset=CHARSET/charset=UTF-8/" -i $$file; \
+ done
+
+common-install-arch common-install-indep:: common-install-kde-apidox
+common-install-kde-apidox::
+ $(if $(DEB_KDE_APIDOX),+$(DEB_MAKE_INVOKE) install-apidox DESTDIR=$(DEB_DESTDIR))
+
+clean::
+ rm -f debian/stamp-kde-apidox
+ rm -rf po/*.pot
+
+# This is a convenience target for calling manually. It's not part of
+# the build process.
+buildprep: clean apply-patches
+ $(MAKE) -f admin/Makefile.common dist
+ debian/rules clean
+
+endif
diff --git a/ubuntu/precise/applications/digikam/debian/cdbs/team-members b/ubuntu/precise/applications/digikam/debian/cdbs/team-members
new file mode 100644
index 000000000..05761af6e
--- /dev/null
+++ b/ubuntu/precise/applications/digikam/debian/cdbs/team-members
@@ -0,0 +1,16 @@
+Sune Vuorela <debian@pusling.com>
+Ana Beatriz Guerrero Lopez <ana@debian.org>
+Fathi Boudra <fboudra@free.fr>
+Modestas Vainius <geromanas@mailas.com>
+Josh Metzler <joshdeb@metzlers.org>
+Isaac Clerencia <isaac@debian.org>
+Adeodato Simó <dato@net.com.org.es>
+Adeodato Simo <dato@net.com.org.es>
+Christopher Martin <chrsmrtn@debian.org>
+Daniel Schepler <schepler@debian.org>
+Sarah Hobbs <hobbsee@ubuntu.com>
+Nacho Barrientos Arias <nacho@debian.org>
+Ricardo Javier Cardenes Medina <rcardenes@debian.org>
+Ricardo Cardenes <rcardenes@debian.org>
+Armin Berres <trigger+debian@space-based.de>
+Francesco Pedrini <francesco.pedrini@gmail.com>
diff --git a/ubuntu/precise/applications/digikam/debian/cdbs/uploaders.mk b/ubuntu/precise/applications/digikam/debian/cdbs/uploaders.mk
new file mode 100644
index 000000000..31adfe31e
--- /dev/null
+++ b/ubuntu/precise/applications/digikam/debian/cdbs/uploaders.mk
@@ -0,0 +1,29 @@
+
+MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
+UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
+
+
+debian/control.tmp:
+ @if [ ! -e debian/control.in ] ; then \
+ echo "this package is not yet prepared for using automatic update of uploaders"; \
+ echo "Please do so."; \
+ exit 1; \
+ fi
+ @sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
+
+check-uploaders: debian/control.tmp
+ @if ! diff -q debian/control debian/control.tmp ; then \
+ echo "WARNING:: Control file differs from manually generated one" ; \
+ echo "WARNING:: Please update it manually and check it afterwards" ; \
+ echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
+ echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
+ fi
+
+
+clean::
+ rm -f debian/control.tmp
+
+update-uploaders: debian/control.tmp
+ @mv -f debian/control.tmp debian/control
+
+makebuilddir:: check-uploaders
diff --git a/ubuntu/precise/applications/digikam/debian/cdbs/versions.pl b/ubuntu/precise/applications/digikam/debian/cdbs/versions.pl
new file mode 100644
index 000000000..9ce11d8a3
--- /dev/null
+++ b/ubuntu/precise/applications/digikam/debian/cdbs/versions.pl
@@ -0,0 +1,19 @@
+#!/usr/bin/env perl
+
+use strict;
+use warnings;
+
+my $version = `dpkg-parsechangelog | awk '/^Version/ {print \$2}'`;
+my ($version3, $version3_next);
+my ($version2, $version2_next);
+
+($version3 = $version) =~ s/-[^-]+$//;
+($version2 = $version3) =~ s/\.[^.]+$//;
+
+($version3_next = $version3) =~ s/(?<=\.)(\d+)[a-z]?$/($1+1)/e;
+($version2_next = $version2) =~ s/(?<=\.)(\d+)$/($1+1)/e;
+
+print "KDE-Version3=$version3\n";
+print "KDE-Version2=$version2\n";
+print "KDE-Next-Version3=$version3_next\n";
+print "KDE-Next-Version2=$version2_next\n";
diff --git a/ubuntu/precise/applications/digikam/debian/changelog b/ubuntu/precise/applications/digikam/debian/changelog
new file mode 100644
index 000000000..e421b82b9
--- /dev/null
+++ b/ubuntu/precise/applications/digikam/debian/changelog
@@ -0,0 +1,1171 @@
+digikam-trinity (2:0.9.6-1ubuntu5) karmic; urgency=low
+
+ * Karmic rebuild
+
+ -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Thu, 02 July 2009 16:08:00 -0600
+
+digikam-trinity (2:0.9.4-1ubuntu3) intrepid; urgency=low
+
+ * Moved Trinity to /opt/trinity
+ * Integrated properly with KDE4.2+
+
+ -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Wed, 04 March 2009 01:11:00 -0600
+
+digikam-trinity (2:0.9.4-0ubuntu14) intrepid; urgency=low
+
+ * Added -trinity suffix
+
+ -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Wed, 17 Dec 2008 15:34:00 -0600
+
+digikam (2:0.9.4-1ubuntu1) intrepid; urgency=low
+
+ * Build-depend on renamed libkexiv2-3-dev and renamed libkdcraw3-dev
+
+ -- Jonathan Riddell <jriddell@ubuntu.com> Thu, 11 Sep 2008 15:27:17 +0100
+
+digikam (2:0.9.4-1) unstable; urgency=low
+
+ * New upstream release
+ - digiKam 0.9.4 Release Plan (Trinity) ~ 13 July 08 (Closes: #490144)
+ * DEB_CONFIGURE_EXTRA_FLAGS := --without-included-sqlite3
+ * Debhelper compatibility level V7
+ * Install pixmaps in debian/*.install
+ * Add debian/digikam.lintian-overrides
+
+ -- Mark Purcell <msp@debian.org> Thu, 17 Jul 2008 20:25:39 +1000
+
+digikam (2:0.9.4~rc2-1) experimental; urgency=low
+
+ * New upstream release
+
+ -- Mark Purcell <msp@debian.org> Tue, 08 Jul 2008 13:01:17 +1000
+
+digikam (2:0.9.4~rc1-1) experimental; urgency=low
+
+ * New upstream release
+ * Fixed-upstream:
+ - digikam crashes when using light table (Closes: #437021)
+ - digikam fails to build with gcc-4.3 on powerpc -
+ libgreycstoration_la.all_cpp.lo (Closes: #483137)
+
+ -- Mark Purcell <msp@debian.org> Sat, 21 Jun 2008 16:54:00 +1000
+
+digikam (2:0.9.4~beta5-1) experimental; urgency=low
+
+ * New upstream release
+ * Force powerpc build with gcc-4.2 - fixes:
+ - digikam fails to build on powerpc - libgreycstoration_la.all_cpp.lo
+ (Closes: #483137)
+ * Forwarded upstream and now claimed as fixed:
+ - digikam 0.9.1-2 crashes when clicking on preview image to display it
+ (Closes: #418251)
+ - REALLY slow on big albums (Closes: #430380)
+ - Hangs with splash screen on first upgrade (Closes: #407135)
+ - Digikam hangs on startup (Closes: #415301)
+ - Upgrade dropped way to enter comments en masse (Closes: #400032)
+
+ -- Mark Purcell <msp@debian.org> Thu, 29 May 2008 23:40:06 +1000
+
+digikam (2:0.9.4~beta3-1) experimental; urgency=low
+
+ * New upstream release
+
+ [ Mark Purcell ]
+ * All debian/patches included upstream ;-)
+
+ [ Achim Bohnet ]
+ * debian/control: remove --enable-debug=full to stop DDebug flood
+ stderr on startup. (Nodebug uses: -DNDEBUG -DNO_DEBUG -O2 -g -Wall -O2
+ Full debug used: -fno-builtin -g3 -fno-inline -g -Wall -O2).
+
+ * digikam.manpage: remove reference to digikamimageplugins. Pkgs was merged
+ into digikam package.
+
+ -- Mark Purcell <msp@debian.org> Sun, 27 Apr 2008 22:40:08 +1000
+
+digikam (2:0.9.3-2) unstable; urgency=low
+
+ [ Achim Bohnet]
+
+ * Cherry pick fixes from KDEs SVN:
+ 40_tdesvn783161_fix_wrong_file-exits_check.diff
+ 40_tdesvn786622_honour_scrollbar.diff
+
+ * Remove build-deps:
+ + automake1.9: We take care that no rebuilding is necessary.
+ + libexif-dev: replaced by libexiv2 upstream.
+
+ * Remove Paul Telford <pxt@debian.org> from uploaders. He's no longer
+ involved in digikam maintenance. Thx for taking care of digikam as
+ well as sponsoring me for a long time.
+
+ * debian/copyright: replace Copyright (C) with ©
+
+ * remove debian/TODO. Had only outdated or will not happen stuff.
+
+ * Merge my changes from kubuntu:
+
+ * Remove relibtoolization patches:
+ 02_autotools_update.diff
+ 03_libtool_update.diff
+ 04_am_maintainer_mode.diff
+ 05_pedantic-errors.diff
+ 06_disable_no_undefined.diff
+ 98_buildprep.diff
+ let linker flag --as-needed in debian/rules do the job.
+
+ * Add patch to fix FTBFS with new libkdcraw3 pkgs (0.1.4) required by
+ kipi-plugins 0.1.5: 20_fix_ftbfs_with_libkdcraw3.diff .
+ Fixes: https://bugs.kde.org/show_bug.cgi?id=146393
+ Thx to the Mandriva Maintainer Angelo Naselli to point me to the patch.
+ (Closes: #472547 digikam: FTBFS with current libkdcraw)
+
+ * Bump build dependency of libkdcraw to >= 0.1.4 as libkdraw3 patch above
+ requires it.
+
+ * Fix: [Hardy] digikam duplicates downloaded images while overwriting
+ existing ones. Added: patches/10_lp201053_fix_download_rename_race.diff
+ This is a backport of KDE SVN commit 783150. (Closes LP: #201053).
+ See also http://bugs.kde.org/show_bug.cgi?id=158377 for more information.
+
+ * add missing final newline to showfoto.install.
+
+ * Edited images saved with a new name wheree only read/writabblbe by it's
+ owner. Now the umask is used. Add patches/30_respect_umask.diff. Fixes
+ http://bugs.kde.org/show_bug.cgi?id=145252 .
+
+ * Dropped kubuntu change:
+ + build-dep bumps of libkexiv2-dev and libexiv2-dev. They were only
+ needed for a library transition.
+
+ -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Tue, 25 Mar 2008 20:30:38 +0100
+
+digikam (2:0.9.3-1) unstable; urgency=low
+
+ * New upstream release
+
+ * Add myself in Uploaders field
+ * Remove tiffloader patch. Fixed upstream (Closes: #458434)
+ * Bump Standards-Version to 3.7.3
+ * Build with --as-needed
+
+ -- Fathi Boudra <fabo@debian.org> Fri, 04 Jan 2008 09:26:34 +0100
+
+digikam (2:0.9.3~rc1-1) experimental; urgency=low
+
+ * New upstream release
+
+ -- Mark Purcell <msp@debian.org> Mon, 10 Dec 2007 07:28:30 +0000
+
+digikam (2:0.9.3~beta3-1) experimental; urgency=low
+
+ * New upstream release
+
+ * Remove Depends: libgphoto2-2-dev thnks to tdelibs patch from pusling
+ - dependency on dev package (libgphoto2-2-dev) (Closes: #416123)
+ * Working debian/watch from Raphael
+ - debian/watch fails to report upstream&#39;s version (Closes:
+ #449649)
+
+ -- Mark Purcell <msp@debian.org> Wed, 21 Nov 2007 14:55:09 +0000
+
+digikam (2:0.9.3~beta2-1) experimental; urgency=low
+
+ * New upstream release
+
+ -- Mark Purcell <msp@debian.org> Fri, 02 Nov 2007 22:20:39 +0000
+
+digikam (2:0.9.3~beta1-1) experimental; urgency=low
+
+ * New upstream release
+ - "Download all" not always selectable (Closes: #439826)
+
+ -- Mark Purcell <msp@debian.org> Fri, 12 Oct 2007 19:18:31 +0100
+
+digikam (2:0.9.2-5) unstable; urgency=low
+
+ [ Mark Purcell ]
+ * include debian/sf-get-source.mk
+ * Add tiffloader patch from upstream
+ - digikam and showfoto display tiff files with weird colors on powerpc
+ (Closes: #432503)
+ * cdbs_treat_me_gently_arches := arm m68k alpha ppc64 armel armeb
+ * Rebuild for libkexiv2 & libdcraw transitions
+ * lintian cleanup menu-item-uses-apps-section
+
+ -- Mark Purcell <msp@debian.org> Sat, 29 Sep 2007 11:40:59 +0100
+
+digikam (2:0.9.2-4) unstable; urgency=low
+
+ [ Mark Purcell ]
+ * FTBFS: --enable-final seems to much for arm (Closes: #434656)
+
+ -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Wed, 25 Jul 2007 18:55:49 +0100
+
+digikam (2:0.9.2-3) unstable; urgency=low
+
+ [ Achim Bohnet ]
+ * added patches/13_kde_r681776_kubuntu_fix_fr_translation_servicemenus.diff.
+ Fixes encoding of french translation in hotplug service desktop files.
+ Thx to Anthony Mercatante <tonio@ubuntu.com> for the patch. I've merged it
+ upstream.
+ * add patches/14_kde_r681520_bug147347_fix_showfoto_crash_open_twice.diff
+ showfoto crases when an already opened image is opened another time. Fixes
+ KDE bug: 147347
+ * clean up in debian/TODO
+
+ [ Mark Purcell ]
+ * Switch to COMPAT mode 5 (used by cdbs for -dbg packages)
+ * Build digikam-dbg package to provide debugging symbols for both
+ - digikam and showfoto
+
+ -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Fri, 06 Jul 2007 10:14:41 +0100
+
+digikam (2:0.9.2-2) unstable; urgency=low
+
+ [ Achim Bohnet ]
+ * add selected fixes from upstream:
+ 10_kde_r680586_bug147248_sync_image_info_in_ie.diff
+ 11_kde_r680604_bug147147_fix_apply_tags.diff
+ 12_kde_r676579_bug120450_fix_crop_tool_helper_lines.diff
+ * debian/rules: cleanup po/*/*.gmo files. They clutter buildprep diff
+
+ -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Tue, 26 Jun 2007 22:24:32 +0100
+
+digikam (2:0.9.2-1) experimental; urgency=low
+
+ * new upstream release
+ + coordinate lib trans with other apps (so better experimental upload)
+ will move to unstable once dependant libs are available
+
+ [ Tom Albers ]
+ * removed digikamimageplugins recommend from showfoto package
+ (Closes: #427696)
+
+ [ Achim Bohnet ]
+ * bump build depends on libkdcraw >= 0.1.1. with has new ABI version.
+
+ [ Mark Purcell ]
+ * Depreciate Depends: libdcraw-runtime
+ * Minor editing of debian/control debian/NEWS
+
+ -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Mon, 18 Jun 2007 10:55:36 +0100
+
+digikam (2:0.9.2~beta3-1) unstable; urgency=low
+
+ * New upstream release
+ - Light Table and Preview Mode can work with full image size instead a
+ reduced one.
+
+ -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Tue, 05 Jun 2007 07:26:53 +0100
+
+digikam (2:0.9.2~beta2-1) unstable; urgency=low
+
+ * New upstream release
+ - 0.9.2~beta1-2 uninstallable on amd64 (Closes: #425381)
+ * Update debian/control & debian/NEWS to advise of the merge of
+ digikam & digikamimageplugins
+ * Depends: libkdcraw-runtime
+ - unable to find kdcraw executable (Closes: #425292)
+
+ -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Tue, 29 May 2007 21:33:39 +0100
+
+digikam (2:0.9.2~beta1-2) unstable; urgency=low
+
+ [ Achim Bohnet ]
+ * new upstream release:
+ + Closes: #424506: digikam - FTBFS: error: request for member 'c_str' in
+ '((Exiv2::Error*)e)->Exiv2::Error::what()' ..
+ * debian/control: add new build-dep libkdcraw-dev and libexiv2-dev (>= 0.14).
+ Closes: #424619: digikam_2:0.9.2~beta1-1(hppa/experimental): FTBFS: libkdcraw
+ missing
+
+ [ Mark Purcell ]
+ * Conflicts: libexiv2-0.12 - breaks kipi-plugins
+
+ -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Thu, 17 May 2007 18:10:25 +0100
+
+digikam (2:0.9.2~beta1-1) experimental; urgency=low
+
+ * New Upstream Release
+
+ [ Mark Purcell ]
+ * Patches deleted as encorporated upstream:
+ - debian/patches/10-gcc43-fix.diff
+ - debian/patches/11-add-service-menu-translations.diff
+ - debian/patches/12-tdesvn-r649833-fix-tile-cache.diff
+ * Conflicts:/Replaces: digikamimageplugins - upstream has merged
+ * Ensure kipi-plugins et al are correct versions/ correct libraries
+ - Conflicts: libkexiv2-0
+ - Build-Depends: libkexiv2-dev (>= 0.1.5)
+
+ -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Fri, 11 May 2007 07:00:21 +0100
+
+digikam (2:0.9.1-4) unstable; urgency=low
+
+ [ Mark Purcell ]
+ * Build-Depends: libjasper-dev
+ - Uninstallable on amd64 - libjasper (Closes: #423086)
+ * lintian cleanup: possible-missing-colon-in-closes
+
+ -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Wed, 09 May 2007 21:16:17 +0100
+
+digikam (2:0.9.1-3) unstable; urgency=low
+
+ [ Achim Bohnet ]
+ * debian/control: Fix XS-Vcs-*. Packaging moved from branches/experimental
+ to trunk/
+ * add debian/patches/10-gcc43-fix.diff. Fixes: FTBFS with GCC 4.3: missing
+ #includes (Closes: #417682). Thanks to Martin Michlmayr for the patch.
+ * add debian/patches/11-add-service-menu-translations.diff: fix UTF-8
+ encoding in digikam/utilities/hotplug/digikam-*.desktop.in: Use KDE svn
+ version of the file which contains turkish translation too fix french
+ translation. Thanks to Anthony Mercatante <tonio@ubuntu.com> for the
+ patch.
+ * add debian/patches/12-tdesvn-r649833-fix-tile-cache.diff: Editor tile
+ cache mechanism does not work, making rendering slow. Thanks to
+ Luka Renko <lure@ubuntu.com> for the patch.
+
+ [ Mark Purcell ]
+ * dcraw is embedded in > 0.9
+ - error running dcraw command (Closes: #414861)
+ * Fixed upstream
+ - digikam fails to autostart when gphoto support is needed (Closes:
+ #399197)
+
+ -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Fri, 20 Apr 2007 07:05:08 +1000
+
+digikam (2:0.9.1-2) unstable; urgency=low
+
+ [ Achim Bohnet ]
+ * Depend on tdebase-kio-plugins. The pkg contains kio_trash and makes
+ 'Move to Trash' working for e.g. Gnome sessions. Fixes report on
+ digikam-user mailing list and closes malone #75435.
+
+ -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Mon, 5 Mar 2007 20:40:13 +0000
+
+digikam (2:0.9.1-1) experimental; urgency=low
+
+ * New upstream release
+ * Build-Depends: libjasper-1.701-dev | libjasper-dev, libpng12-dev | libpng-dev
+
+ -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Mon, 5 Mar 2007 18:29:28 +0000
+
+digikam (2:0.9.1~rc2-1) experimental; urgency=low
+
+ * new upstream release
+
+ [ Achim Bohnet ]
+ * README.Debian: fix encoding: 8859-1 -> utf8
+ * debian/copyright: Upstream added email to copyright, iso8859-1 -> utf8
+ * debian/control: tighten depends on digikam
+
+ -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Tue, 20 Feb 2007 21:32:52 +0000
+
+digikam (2:0.9.1~rc1-1) experimental; urgency=low
+
+ * new upstream release
+
+ [ Achim Bohnet ]
+ * debian/watch: fix to match beta and rc releases.
+ * debian/control:
+ + recommend a more recent version of digikamimageplugins than digikam
+ conflicts with.
+ + build-dep on libkexiv2-dev. New requirement with 0.9.1-beta1.
+ + libdigikam0 and libdigikam-dev existed only for a very short period
+ and are not part of any distro release. Remove conflicts and replaces
+ with these pkgs.
+ + Point XS-Vcs-* headers to branches/experimental until 0.9 is moved to sid
+ post etch release.
+ + Bump kipi-plugins conflict to <= 0.1.3~rc0. So libexiv2-0.12 is used
+ for kipi-plugins too.
+ * Merging Debian changes of 1:0.9.0-0ubuntu2: split digikam into digikam
+ and showfoto packages. Thx to Anthony Mercatante <tonio@ubuntu.com>.
+
+ [ Mark Purcell ]
+ * Showfoto also Conflicts: digikam (<= 2:0.9.0-1)
+ * Updated copyright file. New contributors and a new year
+
+ -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Mon, 19 Feb 2007 17:58:14 +0100
+
+digikam (2:0.8.2-4) unstable; urgency=medium
+
+ [ Debian KDE Extras Team ]
+ * urgency medium as this fixes some usability issues and
+ is targeted for release with etch
+
+ [ Achim Bohnet ]
+ * Fix path to icons in digikam tips file. (Closes: #407136): digikam: Missing
+ picture on Tip of the day
+ * debian/control:
+ + bump Standards-version to 3.7.2. No changes necessary
+ + add XS-VCS headers
+
+ [ Mark Purcell ]
+ * Ensure service menu (digikam_upload_photos.desktop) is displayed for
+ mounted media only
+ - uploading servicemenu does not work with unmounted media (Closes:
+ #404127)
+
+ -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Sun, 4 Feb 2007 11:34:05 +0000
+
+digikam (2:0.8.2-3) unstable; urgency=medium
+
+ [ Mark Purcell ]
+ * Backport of 0.8.2 for etch as exiv2 library transition isn't going to happen..
+ * Urgency medium as this fixes RC bug and rdepends on libexiv2
+ as discussed on debian-release (Closes: #401416)
+ * If you don't wish to downgrade, please track digikam-0.9 in experimental
+ at least until after etch is released
+
+ -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Fri, 22 Dec 2006 10:26:13 +1100
+
+digikam (2:0.9.0-1) experimental; urgency=low
+
+ * new upstream release
+
+ [ Achim Bohnet ]
+ * remove patches, now included in upstream tarball:
+ + 10_tdesvn_606804_dcraw-return-code.diff
+ + 11_tdesvn_606805_file-extention-parsing.diff
+ + 12_kde_606923_fix_huge_memory_leak.diff
+ * bump build-dep on exiv2 to >=0.12
+ * debian/control: bump conflict with digikamimageplugins to << 0.9.0~rc2
+ because that build against libexiv2-0.10 not 0.12.
+ * build with enable-final. Upstream tested final for 0.9.0
+ * remove --disable-debug. It's already the default in cdbs
+ * control:
+ + change XS-X-Vcs-Svn -> XS-Vcs-Svn
+ + add XS-Vcs-Browser header field, pointing to an http:// -browsable URL
+
+ -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Mon, 18 Dec 2006 14:40:34 +0100
+
+digikam (1:0.9.0~rc1-1) unstable; urgency=low
+
+ * New upstream release
+
+ [ Achim Bohnet ]
+ * cleanup debian/TODO a bit: imlib2 and libkexif dependencies are
+ already removed. There's no dcraw dependency anymore too (digikam
+ includes it's own version)
+ * add version build-dep on libexiv2-dev >= 0.9.1. to guide backports
+ * removed patches/va_list.patch. No longer necesssary
+ * removed patches/11_only_-lqt-mt.diff: autoconf 2.60 uses a totally
+ different method to substitute vars.
+ * Pick fixes from svn:
+ + 10_tdesvn_606804_dcraw-return-code.diff : fix file-extention parsing
+ when it's a null string KDEBUG: 137495
+ + 11_tdesvn_606805_file-extention-parsing.diff: dcraw fail to decode a
+ RAW file. KDEBUG: 137495
+ + patches/12_kde_606923_fix_huge_memory_leak.diff: fix huge memory
+ corruption relevant of a wrong deletion of data shared between preview
+ kio-slave and digiKam. Without this fix, digiKam is unstable
+ with unsupported/broken pictures to show. It can crash everywhere
+ with a non suitable backtrace.
+ * Bump standards-version to 3.7.2. No changes necessary.
+ * control: add XS-X-Vcs-Svn: header field pointing to pkg repository
+ location
+
+ [ Mark Purcell ]
+ * Conflicts: digikamimageplugins (<< 0.9.0~rc1)
+
+ -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Thu, 23 Nov 2006 21:17:01 +0000
+
+digikam (1:0.9.0~beta3-3) unstable; urgency=low
+
+ [ Mark Purcell ]
+ * Add debian/patches/va_list.patch
+ - FTBFS (alpha): attempt to use output operater '<<' on va_list
+ (Closes: #396747)
+ * Re-Add Build-Depends: libgphoto2-2-dev
+ - libgphoto2-2-dev needed (Closes: #396249)
+ * Ack fixes from experimental
+ - Digikam doesn't save modified Tiff images (Closes: #375982)
+ - "Toggle Full Screen" should be in the View menu (Closes: #378477)
+ - Crashes on assigning icon to tag (Closes: #393505)
+ - I would like to have AND between tags and not OR. (Closes: #329014)
+
+ -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Sat, 4 Nov 2006 10:12:50 +0000
+
+digikam (1:0.9.0~beta3-2) unstable; urgency=low
+
+ * Migrate to unstable
+
+ -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Sun, 29 Oct 2006 12:38:39 +0000
+
+digikam (1:0.9.0~beta3-1) experimental; urgency=low
+
+ * new upstream release
+
+ [ Mark Purcell ]
+ * Fixes: Crashes on assigning icon to tag (Closes: #393505)
+
+ [ Achim Bohnet ]
+ * remove dcraw dependency. digikam now includes/uses an adapted
+ version
+
+ -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Fri, 20 Oct 2006 20:05:31 +0100
+
+digikam (1:0.9.0~beta2-1) experimental; urgency=low
+
+ * new upstream release
+
+ [Achim Bohnet]
+ * debian/patches/kbugs131550.patch: removed. Included upstream
+ * debian/patches/11_only_-lqt-mt.diff: updated
+
+ -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Fri, 22 Sep 2006 05:03:17 +0100
+
+digikam (1:0.9-beta1-r1-1) experimental; urgency=low
+
+ [ Mark Purcell ]
+ * New Upstream Release
+
+ -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Fri, 4 Aug 2006 23:34:51 +0100
+
+digikam (1:0.9-beta1-3) experimental; urgency=low
+
+ [ Mark Purcell ]
+ * Pull powerpc fix from http://bugs.kde.org/show_bug.cgi?id=131550
+
+ -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Fri, 4 Aug 2006 21:49:24 +0100
+
+digikam (1:0.9-beta1-2) experimental; urgency=low
+
+ [ Mark Purcell ]
+ * Recommends: digikamimageplugins (>> 0.9)
+ * Upload to experimental this time :-(
+ * Add Build-Depends: libltdl3-dev
+ - FTBFS: grep: /usr/lib/libltdl.la: No such file or directory (Closes:
+ #379501)
+
+ -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Sun, 23 Jul 2006 23:38:13 +0100
+
+digikam (0.9-beta1-1) unstable; urgency=low
+
+ [ Mark Purcell ]
+ * New upstream release
+ * Fixes:
+ - Digikam doesn't save modified Tiff images (Closes: #375982)
+ - "Toggle Full Screen" should be in the View menu (Closes: #378477)
+ * Use upstream servicemenus for uploading
+ * Add Build-Depends: libexiv2-dev, liblcms1-dev
+ * Remove Build-Depends: libimlib2-dev, libkexif1-dev
+
+ -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Fri, 21 Jul 2006 19:57:37 +0100
+
+digikam (0.8.2-1) unstable; urgency=low
+
+ [ Achim Bohnet ]
+ * new upstream release
+ * adapt debian/patches/11_only_-lqt-mt.diff to apply cleanly
+ * debian/rules:
+ - remove applnk/ workaround: digikam.desktop is now properly
+ installed in applications/kde/
+ - remove x-raw.desktop removal. No longer delivered by upstream
+ * debian/control: x-raw.desktop is in tdelibs >= 4:3.5.1-3 so add
+ a versioned depend on it.
+
+ [ Mark Purcell ]
+ * Include translators in debian/copyright (problem with unicode though)
+ * Fixes:
+ - needs to call update-desktop-files in postinst (Closes: #344092)
+ - fails to start with "albumtreestate.bin not found" (Closes: #340567)
+ - general disfunctionning (Closes: #309726)
+
+ -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Thu, 20 Jul 2006 06:59:38 +0100
+
+digikam (0.8.1+0.8.2-rc1-2) unstable; urgency=low
+
+ * Depends: libgphoto2-2-dev
+ - Fixes: camera interface breaks with libgphoto 2.2.0 (Closes: #374460)
+ * Reclose fixed bugs:
+ - Rotation and Resaving --> Loss of EXIF info (Closes: #349450)
+ - Hash marks ('#') in album names cause download problems (Closes:
+ #348887)
+ - Unlike other rotation in the program (thanks to kipi), auto rotate
+ is LOSSY (Closes: #325979)
+
+ -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Wed, 21 Jun 2006 00:39:01 +1000
+
+digikam (0.8.1+0.8.2-rc1-1) unstable; urgency=low
+
+ [ Achim Bohnet ]
+ * new upstream release.
+ o Closes: #349450: Rotation and Resaving --> Loss of EXIF info
+ o Closes: #348887: Hash marks ('#') in album names cause download
+ problems
+ * debian/rules: use --disalbe-final. This fixes meta data loss:
+ Digikam deletes EXIFs when auto-rotating on import
+ http://bugs.kde.org/show_bug.cgi?id=126326 and
+ https://launchpad.net/distros/ubuntu/+source/digikam/+bug/34462
+ * Removed patches now included upstream:
+ o 20_tdesvn_r531782_fix_16bit_tiff_thumbnails.diff
+ o 21_tdesvn_r532147_fix_16bit_tiff_umscamera.diff
+ o 22_tdesvn_r532959_fix_16bit_tiff_imageeditor.diff
+ * Add patch debian/patches/11_only_-lqt-mt.diff:
+ By default configure sets LIB_QT to
+ LIB_QT = -lqt-mt $(LIBZ) $(LIBPNG) -lXext $(LIB_X11) $(LIBSM) -lpthread
+ Fix configure so it's set to LIB_QT=-lqt-mt. Sort of a start
+ of a relibtooliztion.
+
+ -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Wed, 10 May 2006 01:28:55 +0200
+
+digikam (0.8.1+0.8.2-beta1-2) unstable; urgency=low
+
+ [ Achim Bohnet ]
+ * Pull some fixes from upstream svn:
+ + 20_tdesvn_r531782_fix_16bit_tiff_thumbnails.diff
+ + 21_tdesvn_r532147_fix_16bit_tiff_umscamera.diff
+ + 22_tdesvn_r532959_fix_16bit_tiff_imageeditor.diff
+
+ -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Mon, 24 Apr 2006 23:29:16 +0200
+
+digikam (0.8.1+0.8.2-beta1-1) unstable; urgency=low
+
+ [ Achim Bohnet ]
+ * new upstream release. Fixes:
+ o Closes: #355886 Fixes search, after introduction rating:
+ search only found rated images
+ o Closes: #351931 digikam confused : tries to open JPG files with dcraw
+ o digikam now fail to display pictures, and needlessly invoke dcraw
+ too (Closes: #364215)
+ * Removed the patches that are in new upstream release:
+ o 10_tdesvn_r507591_fix_jpeg_on_ppc.diff
+ o 11_tdesvn_r508791_add_more_options_to_albumproperties.diff
+ o 12_tdesvn_r505430_fix_search.diff
+ * debian rules: replace deletion of empty api-docs dir tree with one
+ simple rm -rf
+ * fix typo in long description. (Closes: #363256)
+ * Depend on dcraw instead of only recommend it. This digikam version
+ actually checks dcraw existance on startup, due to extented RAW
+ support
+
+ [ Mark Purcell ]
+ * Provide
+ /usr/share/apps/konqueror/servicemenus/digikam_upload_photos.desktop
+ to allow direct upload from removable media
+ * lintian overrides: package-name-doesnt-match-sonames
+ * Update debian/watch
+
+ -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Mon, 24 Apr 2006 20:04:29 +0100
+
+digikam (0.8.1-4) unstable; urgency=low
+
+ [ Achim Bohnet ]
+ * recommend dcraw
+ * patches/10_tdesvn_r507545_fix_jpeg_on_ppc.diff removed: breaks AMD64.
+ * patches/10_tdesvn_r507591_fix_jpeg_on_ppc.diff 2nd try. Works on
+ PPC without breaking AMD64 (Closes: #354173). Thanks to Rodney Gordon
+ II and Fabrice Flore-Thebault for testing.
+
+ -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Mon, 6 Mar 2006 21:48:37 +0100
+
+digikam (0.8.1-3) unstable; urgency=low
+
+ [ Achim Bohnet ]
+ * Remove version from build-dep on libkexif and libkipi. Lastest
+ libkexif and libkipi don't refer to libXft.la anymore.
+ * remove image/x-raw.desktop. It is now in upstream's stable branch
+ of tdelibs (see http://bugs.kde.org/show_bug.cgi?id=121242).
+ Debian's tdelibs >= 4:3.5.1-3 contains this file already.
+ * patches/10_tdesvn_r507545_fix_jpeg_on_ppc.diff: fix endiness problem
+ with jpeg. Fix: (Closes: #351931)
+
+ [ Tom Albers ]
+ * patches/11_tdesvn_r508791_add_more_options_to_albumproperties.diff
+ adds two buttons to album properties to set the date picker to oldest
+ or newest image in the album.
+
+ -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Wed, 8 Feb 2006 01:46:51 +0100
+
+digikam (0.8.1-2) unstable; urgency=low
+
+ * Add versioned build depends for libkexif & libkipi to remove
+ dependancy on missing libXft.la
+ - digikam - FTBFS: libtool: link: `/usr/lib/libXft.la' is not a valid
+ libtool archive (Closes: #350873)
+
+ -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Wed, 1 Feb 2006 20:36:25 +0000
+
+digikam (0.8.1-1) unstable; urgency=low
+
+ [ Tom Albers ]
+ * New upstream release
+ * digikam.manpage: add new option --download-from
+ * copyright: update upstream authors, add yours truely to
+ debian packagers
+ * rules: enable enable-final build again
+
+ [ Achim Bohnet ]
+ * debian/copyright updated. Copyright and license audit
+ * debian/digikam.manpage: --download-from: document KDE automounting
+ for system: and media: URLs.
+
+ -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Thu, 12 Jan 2006 22:31:18 +0100
+
+digikam (0.8.0-1-1) unstable; urgency=low
+
+ * new upstream release
+
+ [ Achim Bohnet ]
+ * Fixes bug reports:
+ + Rotating updates image but not thumbnail (Closes: #336895)
+ + 0.8.x would be nice (Closes: #325262)
+
+ -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Wed, 23 Nov 2005 01:33:26 +0100
+
+digikam (0.8.0-0rc-1) experimental; urgency=low
+
+ * new upstream release
+ * mention new 0.8 features tagging and searching in long description
+ * remove 01_fix_keyboardfocus_in_albumview.diff, fixed upstream
+ * remove build-dep on libgdbm-dev: No longer needed in 0.8
+ * remove the empty apidocs dirtree from /usr/share/doc/tde
+
+ -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Fri, 4 Nov 2005 14:50:31 +0100
+
+digikam (0.8.0-0beta2-1) experimental; urgency=low
+
+ * New upstream release
+ * Merge 0.7.4-5 packaging and changes
+ * build-deps on libkipi and libkexif: remove versioned dependency. No
+ longer necessary
+ * conflict with all digikamimageplugin releases << 0.8
+ * Remove patches:
+ o 00_showfoto_enable-final-fix.diff: was applied upstream
+ o visibility.diff: new admin/* disables automaticly visibility
+ because qt isn't compiled with visibility enabled
+ * New patch 01_fix_keyboardfocus_in_albumview.diff: stolen from
+ upstream svn. Fixes KDE bug #112971.
+ * disable --enable-final, it is broken again.
+
+ -- Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Thu, 22 Sep 2005 01:24:52 +0200
+
+digikam (0.8.0-0beta1-1) experimental; urgency=low
+
+ * New upstream release
+ * Beta package to experimental
+ * Backout Package split: libdigikam-dev & libdigikam0 (See #324592)
+
+ -- Mark Purcell <msp@debian.org> Fri, 2 Sep 2005 22:06:04 +0100
+
+digikam (0.7.4-5) unstable; urgency=low
+
+ [ Debian KDE Extras Team ]
+ * Pkg now maintained by Debian KDE Extras Team
+
+ [ Achim Bohnet ]
+ * Now that the pkgs are build on all archs, fix build dependencies
+ + tdelibs4-dev: remove version
+ + libkexif1-dev (>= 0.2-1), libkipi0-dev (>= 0.1-1): (re)set
+ versions to last API change. (Helps backporting.)
+ * remove debian/dirs, not needed because dh_install creates the
+ missing usr/share/pixmap dir
+ * rules: remove --list-missing for dh_install now that libdigikam{,-dev}
+ is backout.
+ * document in lintian override why libdigikam{,-dev} is not used
+ (details in #324592)
+
+ [ Mark Purcell ]
+ * Backout Package split: libdigikam-dev & libdigikam0
+ (Closes: #326786)
+ * debian/rules enable DEB_CONFIGURE_USER_FLAGS
+ * Renable debian/patches/visibility.diff for 0.7.4
+ * Recommends: tdeprint, konqueror
+
+ -- Mark Purcell <msp@debian.org> Sat, 17 Sep 2005 22:09:19 +0100
+
+digikam (0.7.4-4) unstable; urgency=low
+
+ * Add Depends: to libdigikam0 package as requested by NEW
+ * Split off Package: libdigikam-dev & libdigikam0
+ - Libraries should be split in a lib and -dev package. (Closes:
+ #324592)
+ * fix lintian old-fsf-address-in-copyright-file
+ * Add Recommends: tdebase
+
+ -- Mark Purcell <msp@debian.org> Thu, 1 Sep 2005 07:49:32 +0100
+
+digikam (0.7.4-3) unstable; urgency=low
+
+ * Update libdigikam.install & libdigikam-dev.install for missing
+ /usr/lib/trinity
+
+ -- Mark Purcell <msp@debian.org> Thu, 25 Aug 2005 23:17:21 +0100
+
+digikam (0.7.4-2) unstable; urgency=low
+
+ * Split off Package: libdigikam-dev & libdigikam0
+ - Libraries should be split in a lib and -dev package. (Closes:
+ #324592)
+
+ -- Mark Purcell <msp@debian.org> Thu, 25 Aug 2005 20:50:52 +0100
+
+digikam (0.7.4-1) unstable; urgency=low
+
+ [ Achim Bohnet ]
+ * new upstream release.
+ * Upstream split code and docs into two tarballs.
+ Handbooks and their translations are now in it's own package
+ Shrinks package to 10% of combined size. (Closes: #314588)
+ Handbooks are now available in the new digikam-doc package.
+ * control: conflict with digikamimageplugins << 0.7.2.9999
+ * remove backport patch patches/01_fix-two-or-fourfold_menu_entries.diff.
+ Fixed upstream in 0.7.3
+ * ltdl kde bug is fixed in KDE 3.4: Remove Depends on libimlib2-dev
+ and build-dep on KDE >= 4:3.4.0 (Closes: #288685, #310378)
+ * remove libltdl3-dev build-dep
+ * New homepage URL in long description
+ * add: patches/00_showfoto_enable-final-fix.diff
+ * digikam - digikam-doc tarball split
+ + Add a note to the manpages that the handbooks are in package
+ digikam-doc
+ + copyright: remove part about documentation
+ + control: update depends, suggests and build-depends
+ * licenses/copyright review
+
+ [ Mark Purcell ]
+ * C++ transition package
+ * Add debian/watch
+ * Build-Depends: libkexif1-dev (>= 0.2.1-5)
+ * libkipi0-dev (>= 0.1.1-3), tdelibs4-dev (>= 4:3.4.2-1)
+ * Disable KDE_ENABLE_HIDDEN_VISIBILITY --
+ debian/patches/visibility.diff
+ * Build-Depends: automake1.9
+
+ -- Mark Purcell <msp@debian.org> Sat, 20 Aug 2005 21:43:17 +0100
+
+digikam (0.7.2-4) unstable; urgency=medium
+
+ * patches/01_fix-two-or-fourfold_menu_entries.diff:
+ fix double and even quadruple appearances of menu entries.
+ Backport of http://bugs.kde.org/show_bug.cgi?id=103147
+
+ -- Achim Bohnet <ach@mpe.mpg.de> Wed, 11 May 2005 13:55:04 +0200
+
+digikam (0.7.2-3) unstable; urgency=low
+
+ * move digikam.desktop file to /usr/share/applications/tde/
+ The desktop file is already XDG compliant. (Closes: #271562)
+ * fix grammar in long description. Thx Justin! (Closes: #300122)
+ * Add 16x16 and 32x32 xpm icons for debian menu file
+ (showfoto icons are from KDE cvs)
+ * manpage: add a note that autodetection does not work with
+ USB mass storage cameras.
+
+ -- Achim Bohnet <ach@mpe.mpg.de> Wed, 27 Apr 2005 23:41:39 +0200
+
+digikam (0.7.2-2) unstable; urgency=low
+
+ * debian/TODO: clean
+ * digikam manpage: better --detect-camera description
+
+ -- Achim Bohnet <ach@mpe.mpg.de> Thu, 10 Mar 2005 02:39:02 +0100
+
+digikam (0.7.2-1) unstable; urgency=low
+
+ * new upstream release
+ * added manpage and menu entry for showfoto
+ * debian/copyright
+ o updated copyrights for 2005
+ o added new copyright holder of new code
+ o added (c) and license of handbook and copy of GFDL
+
+ -- Achim Bohnet <ach@mpe.mpg.de> Wed, 2 Mar 2005 23:19:51 +0100
+
+digikam (0.7.2~beta1+cvs20050216-1) experimental; urgency=low
+
+ * new cvs snapshot
+
+ -- Achim Bohnet <ach@mpe.mpg.de> Wed, 16 Feb 2005 17:44:05 +0100
+
+digikam (0.7.2~beta1+cvs20050215-1) experimental; urgency=low
+
+ * new upstream beta1 release + cvs fixes
+ * HACK: add doc and po dirs from beta1
+ * recommend khelpcenter so hand book can be displayed
+ * digikam manpage:
+ + fix UTF-8 '-' issue and update options
+ + document --dectect-camera option
+ * add simple showfoto manpage
+
+ -- Achim Bohnet <ach@mpe.mpg.de> Wed, 16 Feb 2005 00:14:30 +0100
+
+digikam (0.7.1+cvs20050209-1) experimental; urgency=low
+
+ * cvs snapshot (new upstream release beta1 tarball is broken)
+
+ -- Achim Bohnet <ach@mpe.mpg.de> Wed, 9 Feb 2005 01:16:29 +0100
+
+digikam (0.7.1+cvs20050202-1) experimental; urgency=low
+
+ * new cvs snapshot short before beta1 release
+ * working for me but still lots of polishing/updating
+ for debian necessary
+
+ -- Achim Bohnet <ach@mpe.mpg.de> Thu, 3 Feb 2005 00:02:59 +0100
+
+digikam (0.7.1-1~experimental1) experimental; urgency=low
+
+ * new upstream release
+ * depend on libkexif1. Add patch to load right libkexif
+ translations
+
+ -- Achim Bohnet <ach@mpe.mpg.de> Thu, 6 Jan 2005 00:58:15 +0100
+
+digikam (0.7-3) unstable; urgency=low
+
+ * Digikam Depends: libimlib2-dev to workaround current imlib2 issues
+ (See Bug#283339)
+
+ -- Mark Purcell <msp@debian.org> Wed, 1 Dec 2004 21:25:37 +1100
+
+digikam (0.7-2) unstable; urgency=low
+
+ * Rebuild for KDE 3.3.x
+
+ -- Mark Purcell <msp@toshiba.purcell.id.au> Wed, 1 Dec 2004 21:24:50 +1100
+
+digikam (0.7-1~kalyxo2) unstable; urgency=low
+
+ * update spanish translation as requested by Quique
+
+ -- Achim Bohnet <ach@mpe.mpg.de> Tue, 23 Nov 2004 22:34:34 +0100
+
+digikam (0.7-1~kalyxo1) unstable; urgency=low
+
+ * new upstream release (Closes: #280409)
+ * New co-maintainers:
+ Achim Bohnet <ach@mpe.mpg.de>
+ Mark Purcell <msp@debian.org>
+ (see #280409)
+ * add digikam manpage
+ * 0.7 release fixes following bugs:
+ * closes: #260121: Cannot download images to folders with
+ national characters
+ * closes: #238967: digikam: not displaying disconnect
+ * build with --disable-debug to get rid of 'loading plugin ...'
+ messages.
+ * remove all debian/patches/*. They are implemented upstream.
+
+ -- Achim Bohnet <ach@mpe.mpg.de> Tue, 16 Nov 2004 21:58:53 +0100
+
+digikam (0.7-0.1) unstable; urgency=low
+
+ * build-dep added: libkipi0-dev
+ * recommends: added digikamimageplugins
+
+ -- Achim Bohnet <ach@mpe.mpg.de> Tue, 9 Nov 2004 01:28:32 +0100
+
+digikam (0.6.99.cvs20040728-3) experimental; urgency=low
+
+ * build-dep: add libtiff4-dev
+
+ -- Achim Bohnet <ach@mpe.mpg.de> Fri, 22 Oct 2004 10:13:16 +0200
+
+digikam (0.6.99.cvs20040728-2) experimental; urgency=low
+
+ * remove sqlite/config.h. it's fixed upstream in via
+ configure.in.in
+
+ -- Achim Bohnet <ach@mpe.mpg.de> Wed, 28 Jul 2004 15:24:00 +0200
+
+digikam (0.6.99.cvs20040728-1) experimental; urgency=low
+
+ * more TODOs
+ * add sqlite/config.h in debian/patches (it's ignored by cvs2dist)
+ * remove guibiulder build fix. applied upstream
+
+ -- Achim Bohnet <ach@mpe.mpg.de> Wed, 28 Jul 2004 13:18:27 +0200
+
+digikam (0.6.99.cvs20040727-2) experimental; urgency=low
+
+ * rebuild with libsqlite* deinstalled
+ * disalbed threading in sqllite.h
+
+ -- Achim Bohnet <ach@mpe.mpg.de> Wed, 28 Jul 2004 01:53:25 +0200
+
+digikam (0.6.99.cvs20040727-1) experimental; urgency=low
+
+ * sync with cvs
+ * added debian/patches dir and cdbs simple-patchsys.mk rule
+ * added patch to fix build after guibuilder src move
+
+ -- Achim Bohnet <ach@mpe.mpg.de> Tue, 27 Jul 2004 22:28:58 +0200
+
+digikam (0.6.99.cvs20040726-1) experimental; urgency=low
+
+ * NMU (experimental cvs build until 0.7 release)
+ * update from kde cvs 24-Jul-2004
+ * add build-dep on libgdbm-dev
+ * --disable-rpath for configure
+
+ -- Achim Bohnet <ach@mpe.mpg.de> Tue, 27 Jul 2004 01:05:43 +0200
+
+digikam (0.6.99.cvs20040721-1) unstable; urgency=low
+
+ * build from CVS snaptop
+ * experimental pkging
+ * use cdbs for rules file
+ * add debian/TODO as long there's something to do ;)
+
+ -- Achim Bohnet <ach@mpe.mpg.de> Wed, 21 Jul 2004 03:21:06 +0200
+
+digikam (0.6.2-4) unstable; urgency=low
+
+ * Add conflicts against digikamplugins <= 0.6.0 (Closes: #258348)
+
+ -- Paul Telford <pxt@debian.org> Thu, 23 Sep 2004 17:21:39 +0000
+
+digikam (0.6.2-2sarge1) testing-proposed-updates; urgency=medium
+
+ * Rebuild to get back into Sarge due to tdelibs/libtiff dependencies (Closes: #268774)
+
+ -- Paul Telford <pxt@debian.org> Mon, 30 Aug 2004 15:35:52 +0000
+
+digikam (0.6.2-3) unstable; urgency=medium
+
+ * Rebuild against new imlib (libtiff transition) (Closes: #262796)
+
+ -- Paul Telford <pxt@debian.org> Mon, 02 Aug 2004 14:48:55 +0000
+
+digikam (0.6.2-2) unstable; urgency=low
+
+ * Fixed broken autoconf build stuff (Closes: #258285)
+
+ -- Paul Telford <pxt@debian.org> Thu, 8 Jul 2004 10:51:39 -0700
+
+digikam (0.6.2-1) unstable; urgency=low
+
+ * New upstream release (Closes: #243077, #255601)
+
+ -- Paul Telford <pxt@debian.org> Wed, 30 Jun 2004 12:05:19 -0700
+
+digikam (0.6.0-5) unstable; urgency=low
+
+ * Fix to build against new libexif (Closes: #256307, #256407)
+
+ -- Paul Telford <pxt@debian.org> Mon, 28 Jun 2004 12:02:47 -0700
+
+digikam (0.6.0-4) unstable; urgency=low
+
+ * Really fixed broken sparc build this time
+ * Updated libtool to fix arm build (Closes: #239599)
+
+ -- Paul Telford <pxt@debian.org> Fri, 26 Mar 2004 09:20:23 -0800
+
+digikam (0.6.0-3) unstable; urgency=low
+
+ * Fix broken build on sparc
+
+ -- Paul Telford <pxt@debian.org> Tue, 16 Mar 2004 23:56:16 +0000
+
+digikam (0.6.0-2) unstable; urgency=low
+
+ * Fix broken Build-Depends
+
+ -- Paul Telford <pxt@debian.org> Mon, 23 Feb 2004 15:22:59 +0000
+
+digikam (0.6.0-1) unstable; urgency=low
+
+ * v0.6 official release
+ * Now adds a Gnome menu entry (Closes: #228247)
+
+ -- Paul Telford <pxt@debian.org> Tue, 10 Feb 2004 13:07:15 -0800
+
+digikam (0.6-0.cvs20031216.3) experimental; urgency=low
+
+ * recompiled for experimental
+
+ -- Paul Telford <pxt@debian.org> Thu, 01 Jan 2004 17:34:28 -0800
+
+digikam (0.6-0.cvs20031216.2) stable; urgency=low
+
+ * recompiled without unofficial libxrender1.1
+
+ -- Achim Bohnet <ach@mpe.mpg.de> Wed, 17 Dec 2003 23:46:47 +0100
+
+digikam (0.6-0.cvs20031216) stable; urgency=low
+
+ * sync with cvs
+ * remove po/*/*.gmo as not done by make distclean
+ * replace debian/rules with a dh_make skeleton. In the old
+ version dpkg-genchanges -b could not creating debian/files
+ * install AUTHORS and ChangeLog to /usr/share/doc/digikam
+ * added digikam homepage URL to control
+
+ -- Achim Bohnet <ach@mpe.mpg.de> Tue, 16 Dec 2003 23:47:43 +0100
+
+digikam (0.6-0.cvs20031202) unstable; urgency=low
+
+ * sync with cvs
+ * fix build-deps for woody (add | imlib-dev)
+
+ -- Achim Bohnet <ach@mpe.mpg.de> Tue, 2 Dec 2003 22:04:22 +0100
+
+digikam (0.6-0.cvs20031118) unstable; urgency=low
+
+ * sync with CVS
+
+ -- Achim Bohnet <ach@mpe.mpg.de> Tue, 18 Nov 2003 18:32:29 +0100
+
+digikam (0.6-0.cvs20031106) unstable; urgency=low
+
+ * sync with CVS
+
+ -- Achim Bohnet <ach@mpe.mpg.de> Thu, 6 Nov 2003 13:23:54 +0100
+
+digikam (0.6-0.cvs20031103) unstable; urgency=low
+
+ * sync with CVS
+ * create orig.tar file from CVS source
+
+ -- Achim Bohnet <ach@mpe.mpg.de> Mon, 3 Nov 2003 19:53:11 +0100
+
+digikam (0.6-0.cvs20031017) unstable; urgency=low
+
+ * added TODO.Debian
+
+ -- Achim Bohnet <ach@mpe.mpg.de> Mon, 20 Oct 2003 15:58:57 +0200
+
+digikam (0.6-0.cvs20031015) unstable; urgency=low
+
+ * sync with Gilles cvs snapshot
+
+ -- Achim Bohnet <ach@mpe.mpg.de> Wed, 15 Oct 2003 23:51:34 +0200
+
+digikam (0.6.beta1-20030902) unstable; urgency=low
+
+ * sync with cvs
+ * more build-dep additions: poxml, libltdl3-dev
+
+ -- Achim Bohnet <ach@mpe.mpg.de> Wed, 15 Oct 2003 23:49:50 +0200
+
+digikam (0.6-beta1-1.1) unstable; urgency=low
+
+ * make it depend on imlib2 so it build with woody kde 3.*
+ * Add missing gphoto2-dev | libgphoto2-2-dev to build-dep (for gphoto2-*-config)
+ (I hope that '|' makes it work in woody and unstable)
+ * Add missing poxml (for xml2po)
+
+ -- Achim Bohnet <ach@mpe.mpg.de> Thu, 8 May 2003 19:09:17 +0200
+
+digikam (0.6-beta1-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Renchi Raju <renchi@pooh.tam.uiuc.edu> Wed, 26 Feb 2003 21:48:07 -0600
+
+digikam (0.5.1-1) unstable; urgency=low
+
+ * New Release.
+
+ -- Renchi Raju <renchi@green.tam.uiuc.edu> Tue, 02 Sep 2002 11:02:14 -0500
+
+digikam (0.5.0-1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Renchi Raju <renchi@green.tam.uiuc.edu> Fri, 15 Jul 2002 12:03:04 -0500
+
diff --git a/ubuntu/precise/applications/digikam/debian/clean b/ubuntu/precise/applications/digikam/debian/clean
new file mode 100644
index 000000000..d0ada902a
--- /dev/null
+++ b/ubuntu/precise/applications/digikam/debian/clean
@@ -0,0 +1 @@
+po/*/*.gmo
diff --git a/ubuntu/precise/applications/digikam/debian/compat b/ubuntu/precise/applications/digikam/debian/compat
new file mode 100644
index 000000000..7f8f011eb
--- /dev/null
+++ b/ubuntu/precise/applications/digikam/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/ubuntu/precise/applications/digikam/debian/control b/ubuntu/precise/applications/digikam/debian/control
new file mode 100644
index 000000000..3fc492330
--- /dev/null
+++ b/ubuntu/precise/applications/digikam/debian/control
@@ -0,0 +1,63 @@
+Source: digikam-trinity
+Section: graphics
+Priority: optional
+Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
+XSBC-Original-Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
+Uploaders: Achim Bohnet <ach@mpe.mpg.de>, Mark Purcell <msp@debian.org>, Fathi Boudra <fabo@debian.org>
+Build-Depends: cdbs, debhelper (>= 5), tdelibs4-trinity-dev,
+ libtiff4-dev, libgphoto2-2-dev, libkipi0-trinity-dev,
+ libsqlite3-dev, liblcms1-dev, libkexiv2-3-trinity-dev (>= 0.1.6),
+ libjasper-dev, libpng12-dev | libpng-dev, libexiv2-dev,
+ libkdcraw3-trinity-dev (>= 0.1.4),
+ automake, autoconf, libtool, libltdl-dev
+Standards-Version: 3.8.4
+Homepage: http://www.digikam.org
+
+Package: digikam-trinity
+Architecture: any
+Depends: ${shlibs:Depends}
+Replaces: digikam-trinity (<< 4:14.0.0)
+Breaks: digikam-trinity (<< 4:14.0.0)
+Recommends: kipi-plugins-trinity, tdeprint-trinity, konqueror-trinity
+Suggests: digikam-trinity-doc
+Description: digital photo management application for KDE [Trinity]
+ An easy to use and powerful digital photo management
+ application, which makes importing, organizing and manipulating
+ digital photos a "snap". An interface is provided to connect to
+ your digital camera, preview the images and download and/or
+ delete them.
+ .
+ The digiKam built-in image editor makes the common photo correction
+ a simple task. The image editor is extensible via plugins and,
+ the digikamimageplugins project has been merged to digiKam core
+ since release 0.9.2, all useful image editor plugins are available
+ in the base installation.
+ .
+ digiKam can also make use of the KIPI image handling plugins to
+ extend its capabilities even further for photo manipulations,
+ import and export, etc. The kipi-plugins package contains many
+ very useful extentions.
+ .
+ digiKam is based in part on the work of the Independent JPEG Group.
+
+Package: showfoto-trinity
+Architecture: any
+Section: graphics
+Replaces: showfoto-trinity (<< 4:14.0.0)
+Breaks: showfoto-trinity (<< 4:14.0.0)
+Depends: ${shlibs:Depends}, digikam-trinity
+Recommends: kipi-plugins-trinity, tdeprint-trinity, konqueror-trinity
+Description: image viewer/editor for KDE [Trinity]
+ Showphoto is part of the Digikam project.
+ It allows to browse your photo collection and edit them with ease.
+
+Package: digikam-trinity-dbg
+Architecture: any
+Section: devel
+Replaces: digikam-trinity-dbg (<< 4:14.0.0)
+Breaks: digikam-trinity-dbg (<< 4:14.0.0)
+Depends: ${shlibs:Depends}, digikam-trinity (= ${binary:Version}), showfoto-trinity (= ${binary:Version}), tdelibs-trinity-dbg
+Priority: extra
+Description: debugging symbols for digikam [Trinity]
+ The debugging symbols associated with digikam and showfoto. They will
+ automatically be used by gdb for debugging digikam-related issues.
diff --git a/ubuntu/precise/applications/digikam/debian/control.in b/ubuntu/precise/applications/digikam/debian/control.in
new file mode 100644
index 000000000..6905744a8
--- /dev/null
+++ b/ubuntu/precise/applications/digikam/debian/control.in
@@ -0,0 +1,57 @@
+Source: digikam-trinity
+Section: graphics
+Priority: optional
+Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
+XSBC-Original-Maintainer: @@@MAINTAINER@@@
+Uploaders: @@@UPLOADERS@@@
+Build-Depends: cdbs, debhelper (>= 5), tdelibs4-trinity-dev,
+ libtiff4-dev, libgphoto2-2-dev, libkipi0-trinity-dev,
+ libsqlite3-dev, liblcms1-dev, libltdl3-dev, libkexiv2-3-trinity-dev (>= 0.1.6),
+ libjasper-dev, libpng12-dev | libpng-dev, libexiv2-trinity-dev (>= 0.16),
+ libkdcraw3-trinity-dev (>= 0.1.4),
+ automake1.11-trinity, autoconf2.63, libtool, libltdl-dev
+Standards-Version: 3.8.3
+Homepage: http://www.digikam.org
+
+Package: digikam-trinity
+Architecture: any
+Depends: ${shlibs:Depends}
+Recommends: kipi-plugins-trinity, tdeprint-trinity, konqueror-trinity
+Suggests: digikam-trinity-doc
+Description: digital photo management application for KDE [Trinity]
+ An easy to use and powerful digital photo management
+ application, which makes importing, organizing and manipulating
+ digital photos a "snap". An interface is provided to connect to
+ your digital camera, preview the images and download and/or
+ delete them.
+ .
+ The digiKam built-in image editor makes the common photo correction
+ a simple task. The image editor is extensible via plugins and,
+ the digikamimageplugins project has been merged to digiKam core
+ since release 0.9.2, all useful image editor plugins are available
+ in the base installation.
+ .
+ digiKam can also make use of the KIPI image handling plugins to
+ extend its capabilities even further for photo manipulations,
+ import and export, etc. The kipi-plugins package contains many
+ very useful extentions.
+ .
+ digiKam is based in part on the work of the Independent JPEG Group.
+
+Package: showfoto-trinity
+Architecture: any
+Section: graphics
+Depends: ${shlibs:Depends}, digikam-trinity
+Recommends: kipi-plugins-trinity, tdeprint-trinity, konqueror-trinity
+Description: image viewer/editor for KDE [Trinity]
+ Showphoto is part of the Digikam project.
+ It allows to browse your photo collection and edit them with ease.
+
+Package: digikam-trinity-dbg
+Architecture: any
+Section: devel
+Depends: ${shlibs:Depends}, digikam-trinity (= ${binary:Version}), showfoto-trinity (= ${binary:Version}), tdelibs-trinity-dbg
+Priority: extra
+Description: debugging symbols for digikam [Trinity]
+ The debugging symbols associated with digikam and showfoto. They will
+ automatically be used by gdb for debugging digikam-related issues.
diff --git a/ubuntu/precise/applications/digikam/debian/copyright b/ubuntu/precise/applications/digikam/debian/copyright
new file mode 100644
index 000000000..637b1fa8d
--- /dev/null
+++ b/ubuntu/precise/applications/digikam/debian/copyright
@@ -0,0 +1,304 @@
+This package was debianized by Renchi Raju <renchi@green.tam.uiuc.edu>
+in 2002. Later updated by Achim Bohnet <ach@mpe.mpg.de> and Paul Telford
+<pxt@debian.org>.
+
+Debian packagers:
+ © 2002 Renchi Raju Renchi Raju <renchi at pooh.tam.uiuc.edu>
+ © 2003,2004 Paul Telford <pxt at debian.org>
+ © 2003,2004,2005,2006 Achim Bohnet <ach at mpe.mpg.de>
+ © 2006 Tom Albers <tomalbers at kde.nl>
+ © 2004-2007 Mark Purcell <msp@debian.org>
+
+
+Primary upstream authors are:
+
+ Gilles Caulier <caulier dot gilles at gmail dot com>
+ Marcel Wiesweg <marcel dot wiesweg at gmx dot de>
+ Francisco J. Cruz <fj dot cruz at supercable dot es>
+
+for details on authorship see the /usr/share/doc/digikam/AUTHORS.gz file.
+
+
+The software was downloaded from http://sourceforge.net/projects/digikam
+
+Copyright and licenses:
+
+almost all software is GPL (exceptions listed below):
+
+ 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.
+
+ On Debian GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'.
+
+
+digikam/release_digikam_docs.rb: GPL V2 only
+
+Non GPL license notices:
+
+ digikam/digikam_export.h: LGPL
+
+ This library 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 library 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 library; see the file COPYING.LIB. 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 Library General
+ Public License can be found in `/usr/share/common-licenses/LGPL'.
+
+
+ digikam/libs/themeengine/texture.cpp,texture.h:
+
+ * Permission is hereby granted, free of charge, to any person obtaining a
+ * copy of this software and associated documentation files (the "Software"),
+ * to deal in the Software without restriction, including without limitation
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ * and/or sell copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+ * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+
+
+ digikam/sqlite/
+
+ ** The author disclaims copyright to this source code. In place of
+ ** a legal notice, here is a blessing:
+ **
+ ** May you do good and not evil.
+ ** May you find forgiveness for yourself and forgive others.
+ ** May you share freely, never taking more than you give.
+
+
+ digikam/utilities/cameragui jinclude.h, jpegint.h, transupp.c,h:
+
+ Permission is hereby granted to use, copy, modify, and distribute this
+ software (or portions thereof) for any purpose, without fee, subject to these
+ conditions:
+ (1) If any part of the source code for this software is distributed, then this
+ README file must be included, with this copyright and no-warranty notice
+ unaltered; and any additions, deletions, or changes to the original files
+ must be clearly indicated in accompanying documentation.
+ (2) If only executable code is distributed, then the accompanying
+ documentation must state that "this software is based in part on the work of
+ the Independent JPEG Group".
+ (3) Permission for use of this software is granted only if the user accepts
+ full responsibility for any undesirable consequences; the authors accept
+ NO LIABILITY for damages of any kind.
+
+ These conditions apply to any software derived from or based on the IJG code,
+ not just to the unmodified library. If you use our work, you ought to
+ acknowledge us.
+
+ Permission is NOT granted for the use of any IJG author's name or company name
+ in advertising or publicity relating to this software or products derived from
+ it. This software may be referred to only as "the Independent JPEG Group's
+ software".
+
+ We specifically permit and encourage the use of this software as the basis of
+ commercial products, provided that all warranty or liability claims are
+ assumed by the product vendor.
+
+
+Copyrights
+
+digikam/
+ © 2002, 2003, 2004 , 2005 by Renchi Raju
+ © 2003-7 by Gilles Caulier <caulier dot gilles at gmail dot com>
+ © 2004 by Ralf Holzer <ralf at well.com>
+ © 2005,2006 by Tom Albers <tomalbers at kde.nl>
+ © 2005 by Leonid Zeitlin <lz at europe.com>
+ © 2005 by Owen Hirst <n8rider at sbcglobal.net>
+ © 2005 Mark Kretschmann <markey@web.de>
+
+ o digikam/digikam_export.h
+ © 2005 Laurent Montel <montel@kde.org>
+ o from kfiletip source copies (tdebase, konqueror)
+ © 1998, 1999 Torben Weis <weis@kde.org>
+ © 2000, 2001, 2002 David Faure <david@mandrakesoft.com>
+ o Concept copied from tdelibs/kio/kio/netaccess.h/cpp
+ © 1997 Torben Weis (weis@kde.org)
+ © 1998 Matthias Ettrich (ettrich@kde.org)
+ © 1999 David Faure (faure@kde.org)
+
+imageplugins/
+ © 2004-2005 by Gilles Caulier <caulier dot gilles at gmail dot com>
+ © 2004-2005 by Renchi Raju
+
+kioslave/
+ © 2003, 2004 by Renchi Raju
+
+libs/
+ © 2004-2007 by Gilles Caulier <caulier dot gilles at gmail dot com>
+ © 2004 by Renchi Raju
+
+ o Some code parts are inspired from gimp 2.0
+ © 1995 Spencer Kimball and Peter Mattis
+
+ o Texture.cc for Fluxbox Window Manager
+ © 2002-2003 Henrik Kinnunen (fluxbox<at>users.sourceforge.net)
+
+ o from Image.cc for Blackbox - an X11 Window manager
+ © 1997 - 2000 Brad Hughes (bhughes@tcac.net)
+
+ o from filters/imagefilters.cpp
+ * Copyright (C) 2004-2005 by Gilles Caulier <caulier dot gilles at gmail dot com>
+ * Normalize an Equalize algorithms fixed and adapted to work with Raw
+ * data image (ARGB).
+ *
+ * Original Equalise and StretchContrast Algorithms copyright 2002
+ * by Daniel M. Duley <mosfet@kde.org> from KImageEffect API.
+ *
+ * Original Normalize Image algorithm copyrighted 1997 by
+ * Adam D. Moss <adam@foxbox.org> from Gimp 2.0 implementation.
+ *
+ * Original Gaussian Blur algorithm copyrighted 2005 by
+ * Pieter Z. Voloshyn <pieter_voloshyn at ame.com.br>.
+ *
+ * Original channel mixer algorithm copyrighted 2002 by
+ * Martin Guldahl <mguldahl at xmission dot com> from Gimp 2.2
+ *
+ * Original sharpening filter from from gimp 2.2
+ * copyright 1997-1998 Michael Sweet (mike@easysw.com)
+ *
+ * Original HSL algorithm from from gimp 2.2
+ * Copyrigt (C) 1995 Spencer Kimball and Peter Mattis
+
+libs/dialogs/deletedialog.cpp:
+ © 2004 by Michael Pyne <michael.pyne@kdemail.net>
+
+libs/dcraw
+ © 2005,2006-2007 by Gilles Caulier <caulier dot gilles at gmail dot com>
+ © 2006-2007 by Marcel Wiesweg <marcel dot wiesweg at gmx dot de>
+ © 1997-2006 by Dave Coffin, <dcoffin@cybercom.net>
+
+libs/dimg/
+ © 2006,2007 by Marcel Wiesweg <marcel dot wiesweg at gmx dot de>
+ © 2000-2002 convergence integrated media GmbH <curanz@convergence.de>
+ © 2005 by Renchi Raju
+ © 2005,2006-2007 by Gilles Caulier <caulier dot gilles at gmail dot com>
+
+
+libs/dimg/filters/icctransform.cpp:
+ © 2005-2006 by Gilles Caulier <caulier dot gilles at gmail dot com>
+ © 2005-2006 by F.J. Cruz
+libs/dimg/loaders/iccjpeg.c: © 1998-2004 Marti Maria
+
+libs/jpegutils:
+ © 1991-1998, Thomas G. Lane. <tgl@netcom.com>
+
+libs/lprof/cmshull.cpp:/* © 1998-2001 Marti Maria <marti@littlecms.com> */
+libs/lprof/cmshull.cpp:/* This code is © 1998 by Joseph O'Rourke. It may be freely */
+libs/threadimageio/loadingcache.cpp: © 2005 by Marcel Wiesweg <marcel dot wiesweg at gmx dot de>
+libs/whitebalance/blackbody.h: © 2004-2005 by Pawel T. Jochym
+
+
+libs/widgets
+ © 1996-2000 the kicker authors.
+ © 2005 Mark Kretschmann <markey@web.de>
+ © 2005-2006 by Joern Ahrens
+ © 2005 by Tom Albers
+ © 1998-2001 Marti Maria
+ © 2006 by Francisco J. Cruz <fj.cruz@supercable.es>
+ © 2006 by Guillaume Laurent <glaurent@telegraph-road.org>
+
+showfoto
+ © 2004-2005 by Gilles Caulier <caulier dot gilles at gmail dot com>
+ © 2004-2005 by Renchi Raju
+
+sqlite/
+ The author disclaims copyright.
+
+utilities/
+ © 2003, 2004, 2005 by Renchi Raju
+ © 2003-2007 by Gilles Caulier <caulier dot gilles at gmail dot com>
+ © 2005-2007 by Gilles Caulier
+ © 2005-2007 by F.J. Cruz <caulier dot gilles at gmail dot com>
+ © 2003 Angelo Naselli
+ © 2005 Jörn Ahrens <joern dot ahrens at kdemail dot net>
+ © 2005 by Gilles Caulier <caulier dot gilles at gmail dot com>
+
+ o modified sources from kdirselectdialog
+ © 2001 Michael Jarrett <michaelj@corel.com>
+ © 2001 Carsten Pfeiffer <pfeiffer@kde.org>
+
+ o jinclude.h, jpegint.h, transupp.c,h: a copy from libjpeg62 code
+ © 1991-1994, 1991-1997 Thomas G. Lane.
+
+ o includes code from gimp version 2.0
+ © 1995-1997 Peter Mattis and Spencer Kimball
+
+ o original printing code from Kuickshow program.
+ © 2002 Carsten Pfeiffer <pfeiffer at kde.org>
+
+
+Translations:
+ ?????? ????? <zlatkopopov at fsa-bg.org> (bg)
+ Golam Mortuza Hossain <gmhossain at gmail.com> (bn)
+ Thierry Vignaud <tvignaud at mandriva.com> (br)
+ Josep Ma. Ferrer <txemaq at gmail.com> (ca)
+ Klara Cihlarova <koty at seznam.cz> (cs)
+ Thierry Vignaud <tvignaud at mandrakesoft.com> (cy)
+ Erik Kjær Pedersen <erik at binghamton.edu> (da)
+ Thomas Reitelbach <tr at erdfunkstelle.de> (de)
+ Spiros Georgaras <sngeorgaras at otenet.gr> (el)
+ Malcolm Hunter <malcolm.hunter at gmx.co.uk> (en_GB)
+ Pablo de Vicente <pablo.devicente at gmail.com> (es)
+ Marek Laane <bald at starman.ee> (et)
+ marcos <marcos at euskalgnu.org> (eu)
+ "Last-Translator: Mikael Lammentausta " (fi)
+ Tung Nguyen <ntung at free.fr> (fr)
+ Kevin Patrick Scannell <scannell at SLU.EDU> (ga)
+ Xabi G. Feal <xabigf at gmx.net> (gl)
+ ????? ???????? <elcuco at kde.org> (he)
+ Tamas Szanto <tszanto at mol.hu> (hu)
+ FULL NAME <EMAIL at ADDRESS> (is)
+ Federico Zenith <zenith at chemeng.ntnu.no> (it)
+ Yukiko BANDO <ybando at k6.dion.ne.jp> (ja)
+ Leang Chumsoben <soben at khmeros.info> (km)
+ Donatas Glodenis <dgvirtual at akl.lt> (lt)
+ Bozidar Proevski <bobibobi at freemail.com.mk> (mk)
+ Sharuzzaman Ahmat Raslan <sharuzzaman at myrealbox.com> (ms)
+ Kevin Attard Compagno <kac_comp at webhostmalta.com> (mt)
+ Øyvind A. Holm <sunny at sunbase.org> (nb)
+ Bram Schoenmakers <bramschoenmakers at kde.nl> (nl)
+ Karl Ove Hufthammer <karl at huftis.org> (nn)
+ Amanpreet Singh Brar <aalam at redhat.com> (pa)
+ Robert Gomulka <rgom at o2.pl> (pl)
+ Pedro Morais <morais at kde.org> (pt)
+ Lisiane Sztoltz Teixeira <lisiane at kdemail.net> (pt_BR)
+ Claudiu Costin <claudiuc at kde.org> (ro)
+ Nick Shaforostoff <shafff at ukr.net> (ru)
+ Steve Murphy <murf at e-tools.com> (rw)
+ Gregor Rakar <gregor.rakar at kiss.si> (sl)
+ Chusslove Illich <caslav.ilic at gmx.net> (sr)
+ Chusslove Illich <caslav.ilic at gmx.net> (sr at Latn)
+ Stefan Asserhäll <stefan.asserhall at comhem.se> (sv)
+ Tamil PC <tamilpc at ambalam.com> (ta)
+ ?smail ?im?ek <simsek at kde.org.tr> (tr)
+ Ivan Petrouchtchak <ivanpetrouchtchak at yahoo.com> (uk)
+ Clytie Siddall <clytie at riverland.net.au> (vi)
+ Funda Wang <fundawang at linux.net.cn> (zh_CN)
diff --git a/ubuntu/precise/applications/digikam/debian/digikam-trinity.install b/ubuntu/precise/applications/digikam/debian/digikam-trinity.install
new file mode 100644
index 000000000..26e2288f9
--- /dev/null
+++ b/ubuntu/precise/applications/digikam/debian/digikam-trinity.install
@@ -0,0 +1,12 @@
+opt/trinity/bin/digi*
+/opt/trinity/include/tde
+opt/trinity/lib
+/opt/trinity/share/apps/digikam
+/opt/trinity/share/apps/konqueror/servicemenus/digikam*.desktop
+/opt/trinity/share/applications/tde/digikam.desktop
+/opt/trinity/share/icons/hicolor/*/apps/digikam.png
+/opt/trinity/share/locale
+/opt/trinity/share/servicetypes/digikamimageplugin.desktop
+/opt/trinity/share/services
+debian/xpm.d/digikam.xpm /opt/trinity/share/pixmaps/
+debian/xpm.d/digikam-16.xpm /opt/trinity/share/pixmaps/
diff --git a/ubuntu/precise/applications/digikam/debian/digikam-trinity.lintian-overrides b/ubuntu/precise/applications/digikam/debian/digikam-trinity.lintian-overrides
new file mode 100644
index 000000000..59b14fa47
--- /dev/null
+++ b/ubuntu/precise/applications/digikam/debian/digikam-trinity.lintian-overrides
@@ -0,0 +1,9 @@
+# libdigikam.so is no 'proper' shared library. It's contents
+# changes as needed. Upstream does not support any use beside
+# for digikam and digikamimageplugins (that are released to-
+# gether when the API changes). Therefore we did not split out a
+# libdigikam and libdigikam-dev pkgs. For further discussion
+# see bug report #324592
+#
+digikam-trinity: non-dev-pkg-with-shlib-symlink
+digikam-trinity: package-name-doesnt-match-sonames
diff --git a/ubuntu/precise/applications/digikam/debian/digikam-trinity.manpages b/ubuntu/precise/applications/digikam/debian/digikam-trinity.manpages
new file mode 100644
index 000000000..4e21f2805
--- /dev/null
+++ b/ubuntu/precise/applications/digikam/debian/digikam-trinity.manpages
@@ -0,0 +1,2 @@
+debian/digikam.manpage
+debian/tmp/opt/trinity/share/man/man1/digitaglinktree.1
diff --git a/ubuntu/precise/applications/digikam/debian/digikam-trinity.menu b/ubuntu/precise/applications/digikam/debian/digikam-trinity.menu
new file mode 100644
index 000000000..949e0fba8
--- /dev/null
+++ b/ubuntu/precise/applications/digikam/debian/digikam-trinity.menu
@@ -0,0 +1,7 @@
+?package(digikam):\
+ needs="X11"\
+ section="Applications/Viewers"\
+ title="digikam"\
+ icon32x32="/usr/share/pixmaps/digikam.xpm"\
+ icon16x16="/usr/share/pixmaps/digikam-16.xpm"\
+ command="/opt/trinity/bin/digikam"
diff --git a/ubuntu/precise/applications/digikam/debian/digikam.manpage b/ubuntu/precise/applications/digikam/debian/digikam.manpage
new file mode 100644
index 000000000..ed8c640c1
--- /dev/null
+++ b/ubuntu/precise/applications/digikam/debian/digikam.manpage
@@ -0,0 +1,74 @@
+.TH digikam "1" "Feb 2005" "digikam 0.7.4" "User Commands"
+.SH NAME
+digikam \- digital photo management application for KDE
+.SH SYNOPSIS
+.B digikam
+[\fIQt\-options\fR] [\fIKDE\-options\fR]
+[\fB\-\-detect\-camera\fR]
+.SH DESCRIPTION
+Digikam is an easy to use and powerful digital photo management
+application, which makes importing, organizing and editing
+digital photos a "snap". An easy to use interface is provided
+to connect to your digital camera, preview the images and download
+and/or delete them.
+.PP
+Digikams buildin image editor makes the common photo correction
+a simple task. The image editor is extensible via plugins.
+The digikam package contains already many useful image editor plugins.
+.PP
+Digikam can also make use of the KIPI image handling plugins to
+extend it's capabilities even further for photo manipulations,
+im- and export, etc. The kipi-plugins package contains many
+very useful extentions.
+.PP
+.SS "Options:"
+.TP
+\fB\-\-detect\-camera\fR
+Automatically detect and open picture download dialog. Note:
+autodetection does not work with cameras that claim to be
+USB mass storage devices.
+.TP
+\fB\-\-download\-from <path>\fR
+Open camera dialog at <path>. Use this with cameras that export
+their pictures as USB mass storage. KDE automounts the camera
+storage, if the path given as, e.g., \fIsystem:/media/<dir>\fR or \fImedia:/<dir>\fR
+.SS "Generic options:"
+.TP
+\fB\-\-help\fR
+Show help about options
+.TP
+\fB\-\-help\-qt\fR
+Show Qt specific options
+.TP
+\fB\-\-help\-kde\fR
+Show KDE specific options
+.TP
+\fB\-\-help\-all\fR
+Show all options
+.TP
+\fB\-\-author\fR
+Show author information
+.TP
+\fB\-v\fR, \fB\-\-version\fR
+Show version information
+.TP
+\fB\-\-license\fR
+Show license information
+.TP
+\fB\-\-\fR
+End of options
+.SH "SEE ALSO"
+The full documentation for
+.B digikam
+is maintained as a html manual in the package digikam-doc. The command
+.IP
+.B khelpcenter help:/digikam
+.PP
+gives you access to the complete manual.
+.SH AUTHOR
+.B digikam
+was written by Renchi Raju and many others (see
+/usr/share/doc/digikam/AUTHORS for details).
+.PP
+This manual page was prepared by Achim Bohnet <ach@mpe.mpg.de> for the Debian
+GNU/Linux system (but may be used by others).
diff --git a/ubuntu/precise/applications/digikam/debian/patches/.gitignore b/ubuntu/precise/applications/digikam/debian/patches/.gitignore
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/ubuntu/precise/applications/digikam/debian/patches/.gitignore
diff --git a/ubuntu/precise/applications/digikam/debian/rules b/ubuntu/precise/applications/digikam/debian/rules
new file mode 100755
index 000000000..cf5f508ad
--- /dev/null
+++ b/ubuntu/precise/applications/digikam/debian/rules
@@ -0,0 +1,41 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/rules/utils.mk
+include debian/cdbs/debian-qt-kde.mk
+-include /usr/share/gnome-pkg-tools/1/rules/sf-get-source.mk
+
+DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde
+DEB_CONFIGURE_MANDIR := /opt/trinity/share/man
+DEB_CONFIGURE_PREFIX := /opt/trinity
+DEB_CONFIGURE_INFODIR := /opt/trinity/share/info
+
+cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug)
+
+TARBALL_EXT=tar.bz2
+
+DEB_CONFIGURE_EXTRA_FLAGS := --without-included-sqlite3 --prefix=/opt/trinity --disable-static
+
+DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--as-needed"
+
+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)
+
+PKG_CONFIG_PATH=/opt/trinity/lib/pkgconfig:$PKG_CONFIG_PATH
+
+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
+
+install/digikam-trinity::
+ # remove empty API-docs dirs tree
+ rm -rf $(CURDIR)/debian/digikam-trinity/opt/trinity/share/doc/tde
diff --git a/ubuntu/precise/applications/digikam/debian/showfoto-trinity.install b/ubuntu/precise/applications/digikam/debian/showfoto-trinity.install
new file mode 100644
index 000000000..73ba9c643
--- /dev/null
+++ b/ubuntu/precise/applications/digikam/debian/showfoto-trinity.install
@@ -0,0 +1,6 @@
+opt/trinity/bin/showfoto
+/opt/trinity/share/apps/showfoto
+/opt/trinity/share/applications/tde/showfoto.desktop
+/opt/trinity/share/icons/hicolor/*/apps/showfoto.png
+debian/xpm.d/showfoto.xpm /opt/trinity/share/pixmaps/
+debian/xpm.d/showfoto-16.xpm /opt/trinity/share/pixmaps/
diff --git a/ubuntu/precise/applications/digikam/debian/showfoto-trinity.manpage b/ubuntu/precise/applications/digikam/debian/showfoto-trinity.manpage
new file mode 100644
index 000000000..2c5a6ad20
--- /dev/null
+++ b/ubuntu/precise/applications/digikam/debian/showfoto-trinity.manpage
@@ -0,0 +1,154 @@
+.\" This file was generated by kdemangen.pl
+.TH SHOWFOTO 1 "Feb 2005" "K Desktop Environment" "digiKam Photo Viewer"
+.SH NAME
+showfoto
+\- digiKam Photo Viewer
+.SH SYNOPSIS
+showfoto [Qt\-options] [KDE\-options] [file(s)]
+.SH DESCRIPTION
+digiKam Photo Viewer
+.SH OPTIONS
+.SS
+.SS Arguments:
+file(s) File(s) to open
+.SS Generic options:
+.TP
+.B \-\-help
+Show help about options
+.TP
+.B \-\-help\-qt
+Show Qt specific options
+.TP
+.B \-\-help\-kde
+Show KDE specific options
+.TP
+.B \-\-help\-all
+Show all options
+.TP
+.B \-\-author
+Show author information
+.TP
+.B \-v, \-\-version
+Show version information
+.TP
+.B \-\-license
+Show license information
+.TP
+.B \-\-
+End of options
+.SS
+.SS KDE options:
+.TP
+.B \-\-caption <caption>
+Use 'caption' as name in the titlebar
+.TP
+.B \-\-icon <icon>
+Use 'icon' as the application icon
+.TP
+.B \-\-miniicon <icon>
+Use 'icon' as the icon in the titlebar
+.TP
+.B \-\-config <filename>
+Use alternative configuration file
+.TP
+.B \-\-dcopserver <server>
+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 <style>
+sets the application GUI style
+.TP
+.B \-\-geometry <geometry>
+sets the client geometry of the main widget
+.SS
+.SS Qt options:
+.TP
+.B \-\-display <displayname>
+Use the X-server display 'displayname'
+.TP
+.B \-\-session <sessionId>
+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 <count>
+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 <fontname>
+defines the application font
+.TP
+.B \-\-bg, \-\-background <color>
+sets the default background color and an
+application palette (light and dark shades are
+calculated)
+.TP
+.B \-\-fg, \-\-foreground <color>
+sets the default foreground color
+.TP
+.B \-\-btn, \-\-button <color>
+sets the default button color
+.TP
+.B \-\-name <name>
+sets the application name
+.TP
+.B \-\-title <title>
+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 <inputstyle>
+sets XIM (X Input Method) input style. Possible
+values are onthespot, overthespot, offthespot and
+root
+.TP
+.B \-\-im <XIM server>
+set XIM server
+.TP
+.B \-\-noxim
+disable XIM
+.TP
+.B \-\-reverse
+mirrors the whole layout of widgets
+.SS
+
+.SH SEE ALSO
+Full user documentation is available through the KDE Help Center. You can also enter the URL
+.BR help:/showfoto/
+directly into konqueror or you can run
+.BR "`khelpcenter help:/showfoto/'"
+from the command-line. (Note: The handbook is in the package digikam-doc.)
+.br
+.SH AUTHORS
+.nf
+Renchi Raju <renchi at pooh.tam.uiuc.edu>
+.br
+Caulier Gilles <caulier dot gilles at free.fr>
+.br
+Ralf Holzer <kde at ralfhoelzer.com>
+.br
+.br
+This manual page was prepared by Achim Bohnet <ach@mpe.mpg.de> for the Debian
+GNU/Linux system (but may be used by others).
+
diff --git a/ubuntu/precise/applications/digikam/debian/showfoto-trinity.manpages b/ubuntu/precise/applications/digikam/debian/showfoto-trinity.manpages
new file mode 100644
index 000000000..e146c959f
--- /dev/null
+++ b/ubuntu/precise/applications/digikam/debian/showfoto-trinity.manpages
@@ -0,0 +1 @@
+debian/showfoto-trinity.manpage
diff --git a/ubuntu/precise/applications/digikam/debian/showfoto-trinity.menu b/ubuntu/precise/applications/digikam/debian/showfoto-trinity.menu
new file mode 100644
index 000000000..32ce26612
--- /dev/null
+++ b/ubuntu/precise/applications/digikam/debian/showfoto-trinity.menu
@@ -0,0 +1,7 @@
+?package(showfoto):\
+ needs="X11"\
+ section="Applications/Viewers"\
+ title="showfoto"\
+ icon32x32="/usr/share/pixmaps/showfoto.xpm"\
+ icon16x16="/usr/share/pixmaps/showfoto-16.xpm"\
+ command="/opt/trinity/bin/showfoto"
diff --git a/ubuntu/precise/applications/digikam/debian/source/format b/ubuntu/precise/applications/digikam/debian/source/format
new file mode 100644
index 000000000..89ae9db8f
--- /dev/null
+++ b/ubuntu/precise/applications/digikam/debian/source/format
@@ -0,0 +1 @@
+3.0 (native)
diff --git a/ubuntu/precise/applications/digikam/debian/source/options b/ubuntu/precise/applications/digikam/debian/source/options
new file mode 100644
index 000000000..9d7c8e036
--- /dev/null
+++ b/ubuntu/precise/applications/digikam/debian/source/options
@@ -0,0 +1,6 @@
+# Use bzip2 instead of gzip
+compression = "bzip2"
+compression-level = 9
+
+# Don't run differences
+diff-ignore = .*
diff --git a/ubuntu/precise/applications/digikam/debian/watch b/ubuntu/precise/applications/digikam/debian/watch
new file mode 100644
index 000000000..16e6d05c4
--- /dev/null
+++ b/ubuntu/precise/applications/digikam/debian/watch
@@ -0,0 +1,6 @@
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+http://sf.net/digikam/digikam-(\d+.*)\.tar\.bz2 debian svn-upgrade
diff --git a/ubuntu/precise/applications/digikam/debian/xpm.d/digikam-16.xpm b/ubuntu/precise/applications/digikam/debian/xpm.d/digikam-16.xpm
new file mode 100644
index 000000000..5820677d7
--- /dev/null
+++ b/ubuntu/precise/applications/digikam/debian/xpm.d/digikam-16.xpm
@@ -0,0 +1,156 @@
+/* XPM */
+static char *digikam-16[] = {
+/* columns rows colors chars-per-pixel */
+"16 16 134 2",
+" c black",
+". c gray1",
+"X c #090909",
+"o c #151515",
+"O c #161616",
+"+ c gray9",
+"@ c #191919",
+"# c gray10",
+"$ c gray11",
+"% c #202020",
+"& c gray13",
+"* c #252525",
+"= c #282828",
+"- c gray16",
+"; c gray17",
+": c #2C2C2C",
+"> c gray18",
+", c #2F2F2F",
+"< c #313131",
+"1 c #343434",
+"2 c #353535",
+"3 c gray25",
+"4 c #414141",
+"5 c gray26",
+"6 c #444444",
+"7 c gray27",
+"8 c gray28",
+"9 c gray29",
+"0 c gray31",
+"q c gray33",
+"w c gray34",
+"e c gray35",
+"r c gray36",
+"t c gray37",
+"y c #646464",
+"u c #656565",
+"i c #686868",
+"p c DimGray",
+"a c #6A6A6A",
+"s c gray42",
+"d c #6C6C6C",
+"f c #6F6F6F",
+"g c #717171",
+"h c #727272",
+"j c gray45",
+"k c gray46",
+"l c #767676",
+"z c #777777",
+"x c gray47",
+"c c #7B7B7B",
+"v c gray49",
+"b c #7E7E7E",
+"n c gray50",
+"m c #808080",
+"M c gray51",
+"N c #838383",
+"B c gray53",
+"V c #898989",
+"C c gray54",
+"Z c #8B8B8B",
+"A c gray56",
+"S c gray57",
+"D c #939393",
+"F c #979797",
+"G c #989898",
+"H c #9B9B9B",
+"J c gray61",
+"K c gray62",
+"L c #A0A0A0",
+"P c gray63",
+"I c #A2A2A2",
+"U c #A4A4A4",
+"Y c #A5A5A5",
+"T c gray65",
+"R c #A7A7A7",
+"E c gray66",
+"W c #A9A9A9",
+"Q c #AAAAAA",
+"! c gray67",
+"~ c #ACACAC",
+"^ c gray68",
+"/ c #AEAEAE",
+"( c #AFAFAF",
+") c gray69",
+"_ c #B2B2B2",
+"` c #B4B4B4",
+"' c #B6B6B6",
+"] c #B7B7B7",
+"[ c gray72",
+"{ c #B9B9B9",
+"} c #BBBBBB",
+"| c gray",
+" . c gray75",
+".. c #C3C3C0",
+"X. c #C3C3C3",
+"o. c gray77",
+"O. c #C5C5C5",
+"+. c #C6C6C6",
+"@. c gray78",
+"#. c #C8C8C8",
+"$. c gray79",
+"%. c #CBCBCB",
+"&. c gray80",
+"*. c #CDCDCD",
+"=. c #CECECE",
+"-. c gray81",
+";. c gray82",
+":. c #D2D2D2",
+">. c LightGray",
+",. c gray83",
+"<. c #D5D5D5",
+"1. c gray84",
+"2. c #D8D8D8",
+"3. c gray85",
+"4. c #DADADA",
+"5. c gray86",
+"6. c gainsboro",
+"7. c #DDDDDD",
+"8. c gray87",
+"9. c #DFDFDF",
+"0. c gray88",
+"q. c #E2E2E2",
+"w. c #E4E4E4",
+"e. c #EAEAEA",
+"r. c #ECECEC",
+"t. c gray94",
+"y. c #F3F3F3",
+"u. c #F4F4F4",
+"i. c gray96",
+"p. c #F6F6F6",
+"a. c #F9F9F9",
+"s. c #FBFBFB",
+"d. c gray100",
+"f. c None",
+/* pixels */
+"f.f.f.f.n w s g u 4 t f.f.f.f.f.",
+"f.f.f.~ I @...@.} ] i < f.f.f.f.",
+"f.f.,.| ] ,.w.N ,./ C 3 - f.f.f.",
+"f.@.4.~ @.@.} %.R n f 4 O f.f.f.",
+"f.0.%.z 0.e C ,.0 s x @ X @ f.f.",
+"f.0.~ 8 e.e.7.,.,.} n O f.f.",
+"z @.Q N } :.:...:.:.S g x _ ~ s ",
+"M a.~ K ] 7.p.p.p.p.y.y.d.K 8 O ",
+"n :.c y.} @.-.,.,.%.%.%.K 1 8 @ ",
+"z Q Q Q R ` G 6 , u ~ R K C G 0 ",
+"n Q I Q I -.= % 2 $ f Q ~ ~ _ x ",
+"S 2.4.4.5.` % q I x t ..8.7.7.~ ",
+"C @.@.@.@.@.9 8 B ~ M I } ] ] Z ",
+"n 7.8.8.8.5.~ M j S B 4.0.8.7.z ",
+"z K K U K U K A N Z H U R I I s ",
+"2 , , , , , < : : : , - : : * . "
+};
diff --git a/ubuntu/precise/applications/digikam/debian/xpm.d/digikam.xpm b/ubuntu/precise/applications/digikam/debian/xpm.d/digikam.xpm
new file mode 100644
index 000000000..88a2f7df2
--- /dev/null
+++ b/ubuntu/precise/applications/digikam/debian/xpm.d/digikam.xpm
@@ -0,0 +1,257 @@
+/* XPM */
+static char *digikam[] = {
+/* columns rows colors chars-per-pixel */
+"32 32 219 2",
+" c black",
+". c #020202",
+"X c gray1",
+"o c gray2",
+"O c #070707",
+"+ c gray3",
+"@ c #090909",
+"# c gray4",
+"$ c #0B0B0B",
+"% c gray6",
+"& c #101010",
+"* c gray7",
+"= c #131313",
+"- c gray8",
+"; c #151515",
+": c #161616",
+"> c gray9",
+", c #181818",
+"< c gray10",
+"1 c #1B1B1B",
+"2 c gray11",
+"3 c #1E1E1E",
+"4 c gray12",
+"5 c #202020",
+"6 c gray13",
+"7 c #222222",
+"8 c gray14",
+"9 c #252525",
+"0 c gray15",
+"q c #282828",
+"w c #2A2A2A",
+"e c gray17",
+"r c #2C2C2C",
+"t c #2D2D2D",
+"y c gray18",
+"u c #2F2F2F",
+"i c gray19",
+"p c #323232",
+"a c #343434",
+"s c #353535",
+"d c gray21",
+"f c #373737",
+"g c gray22",
+"h c #3A3A3A",
+"j c gray23",
+"k c #3C3C3C",
+"l c gray24",
+"z c #3F3F3F",
+"x c #414141",
+"c c #434343",
+"v c #444444",
+"b c gray27",
+"n c #464646",
+"m c #484848",
+"M c #494949",
+"N c gray29",
+"B c #4B4B4B",
+"V c #4C4C4C",
+"C c gray30",
+"Z c gray31",
+"A c #505050",
+"S c #515151",
+"D c gray32",
+"F c #535353",
+"G c gray33",
+"H c #555555",
+"J c #565656",
+"K c gray34",
+"L c #585858",
+"P c gray35",
+"I c #5A5A5A",
+"U c gray36",
+"Y c #5D5D5D",
+"T c gray37",
+"R c #5F5F5F",
+"E c #606060",
+"W c gray38",
+"Q c gray39",
+"! c #656565",
+"~ c gray40",
+"^ c #676767",
+"/ c DimGray",
+"( c #6A6A6A",
+") c gray42",
+"_ c #6D6D6D",
+"` c gray43",
+"' c #6F6F6F",
+"] c gray44",
+"[ c #727272",
+"{ c gray45",
+"} c #747474",
+"| c gray46",
+" . c #767676",
+".. c #777777",
+"X. c gray47",
+"o. c #797979",
+"O. c gray48",
+"+. c #7B7B7B",
+"@. c #7C7C7C",
+"#. c #7E7E7E",
+"$. c #818181",
+"%. c gray51",
+"&. c #838383",
+"*. c #848484",
+"=. c gray52",
+"-. c #868686",
+";. c gray53",
+":. c #888888",
+">. c gray54",
+",. c #8B8B8B",
+"<. c gray55",
+"1. c #8D8D8D",
+"2. c #8E8E8E",
+"3. c gray56",
+"4. c #909090",
+"5. c gray57",
+"6. c #929292",
+"7. c #939393",
+"8. c gray58",
+"9. c #959595",
+"0. c gray59",
+"q. c #979797",
+"w. c #989898",
+"e. c gray60",
+"r. c #9A9A9A",
+"t. c #9B9B9B",
+"y. c gray61",
+"u. c #9D9D9D",
+"i. c gray62",
+"p. c #9F9F9F",
+"a. c #A0A0A0",
+"s. c gray63",
+"d. c #A2A2A2",
+"f. c gray64",
+"g. c #A4A4A4",
+"h. c #A5A5A5",
+"j. c gray65",
+"k. c #A7A7A7",
+"l. c gray66",
+"z. c #A9A9A9",
+"x. c #AAAAAA",
+"c. c gray67",
+"v. c #ACACAC",
+"b. c gray68",
+"n. c #AEAEAE",
+"m. c #AFAFAF",
+"M. c gray69",
+"N. c #B1B1B1",
+"B. c #B2B2B2",
+"V. c gray70",
+"C. c #B4B4B4",
+"Z. c #B7B7B7",
+"A. c gray72",
+"S. c #B9B9B9",
+"D. c gray73",
+"F. c #BBBBBB",
+"G. c #BCBCBC",
+"H. c gray74",
+"J. c gray",
+"K. c gray75",
+"L. c #C0C0C0",
+"P. c #C1C1C1",
+"I. c gray76",
+"U. c #C3C3C3",
+"Y. c gray77",
+"T. c #C5C5C5",
+"R. c #C6C6C6",
+"E. c gray78",
+"W. c #C8C8C8",
+"Q. c gray80",
+"!. c #CDCDCD",
+"~. c #CECECE",
+"^. c gray81",
+"/. c #D0D0D0",
+"(. c gray82",
+"). c #D2D2D2",
+"_. c LightGray",
+"`. c gray83",
+"'. c #D5D5D5",
+"]. c gray84",
+"[. c #D7D7D7",
+"{. c #D8D8D8",
+"}. c gray85",
+"|. c #DADADA",
+" X c gray86",
+".X c gainsboro",
+"XX c #DDDDDD",
+"oX c gray87",
+"OX c #DFDFDF",
+"+X c gray88",
+"@X c #E1E1E1",
+"#X c #E2E2E2",
+"$X c gray89",
+"%X c #E4E4E4",
+"&X c gray90",
+"*X c #E6E6E6",
+"=X c #E7E7E7",
+"-X c gray91",
+";X c #E9E9E9",
+":X c #EAEAEA",
+">X c gray92",
+",X c #ECECEC",
+"<X c gray93",
+"1X c gray94",
+"2X c #F1F1F1",
+"3X c gray95",
+"4X c #F3F3F3",
+"5X c #F4F4F4",
+"6X c gray96",
+"7X c #F6F6F6",
+"8X c #F8F8F8",
+"9X c #F9F9F9",
+"0X c gray98",
+"qX c #FBFBFB",
+"wX c gray99",
+"eX c #FDFDFD",
+"rX c #FEFEFE",
+"tX c gray100",
+"yX c None",
+/* pixels */
+"yXyXyXyXyXyXyXyXyXyX*.T n z j f j M W yXyXyXyXyXyXyXyXyXyXyXyXyX",
+"yXyXyXyXyXyXyXyX*.G x W &.g.T.V.2.( V f V yXyXyXyXyXyXyXyXyXyXyX",
+"yXyXyXyXyXyXyX*.V ( I.T.T.W.W.W.W.T.T.2.z j yXyXyXyXyXyXyXyXyXyX",
+"yXyXyXyXyXyX6.W k.v.V.d.6.k.v.v.k.&.6.k.k.M f V yXyXyXyXyXyXyXyX",
+"yXyXyXyXyXd...e.0.e.D.@X,X6.#.*.#.:XT.[ 2.2.y p yXyXyXyXyXyXyXyX",
+"yXyXyXyXv.e.0.6.#.T.tXtXtXtXe.G tXtXtX}.~ [ ( 4 y yXyXyXyXyXyXyX",
+"yXyXyXyXv.>.6.' e.7XtX:X@XtXtXd.tX,XG.tXX.G G 5 0 yXyXyXyXyXyXyX",
+"yXyXyXD.v.&...V W.tXv.4 1 >.tXk._.4 # I V.j z 0 O 0 yXyXyXyXyXyX",
+"yXyXv.I.d...A e oXtXG I 0.j tXg.( X...4 :Xe 4 1 1 > yXyXyXyXyX",
+"yXyXD.T.6.T p 5 ,XtX[ A tXg.u. f tXe O O 4 yXyXyXyXyX",
+"yXyXT.G.*.V > 0 7XtX1X~ T @XtXk.tX..V I.tXp 4 yXyXyXyXyX",
+"yXyXW.v...z O # :XtXtXtXtXtXtXg.tXtXtXtXtX0 > yXyXyXyX",
+"> A 6.&.T j 1 1 g.I.I.I.I.I.I.>.I.I.T.T.D.5 > = = = f /.T.v.yXyX",
+"j g.:X:X:X:X:X:X:X:X:X*X:X*X*X*X*X*X*X*X*X*X*X*X*X1X}.d...( W yX",
+"' v.tXtXW.v.v.V.D.G.:XtXtXtXtXtX7XtXtXtXtX7XtXtXtX/.0.~ f # y ",
+"0.k.7X7X*.I.g.}.1XT./.7X1X7X1X7X7X7X7X1X7X7X1X1X@X>.I e 5 ",
+"u.d.*X*Xe.:X7XtX7X@XoX@X*X@X@X@X@X@X@X@XoX@X@X@XV.V 4 5 1 ",
+"u.0././.v.T.:X*X:XtX@X!.!._.@X*X@X@X_.!.!.!.W.!.v.y O y n X.x ",
+"e.2.G.G.G.G.G.G.G.G.G.G.oX:X*.V n G &._.G.D.D.D.V.*.' *.2.e.T ",
+"e.&.v.v.k.k.k.k.k.k.g.oX@Xf 4 = % # > G d.k.g.g.k.k.u.u.g.k.[ ",
+"e.>.V.v.V.v.V.V.V.V.!.@Xj > 4 y f y 1 ~ e.V.V.V.V.V.V.V.V.&. ",
+"e.e.d.u.d.u.e.e.e.e._.D.0 5 n g.>.T M 1 O 0.d.k.g.k.k.v.v.v.g.O ",
+"e.V.7X7X7X7X7X7X7X7X:X~ > e G v.g.*...z 2.V.1X1X1X1X1X1X1XI.O ",
+"e.G.}.}.}.}.}.}.}.oX@X2.0 p A ..0.d.e.T d.6.oXoXoX}.oXoX}./.O ",
+"0.W.1X1X1X1X1X7X7X1X:XG.M 5 x ~ >.g.V. M 0.D.7X7X7X7X7X7X7XoX ",
+"0.d.}._._.}._._._._.}.T.2.n 4 j G ( j v.G g._._./._._._._.g.O ",
+"0.e._._.}._.}.}.}.}.}.T.k.u...~ I ' 2.k.M 2.I.}.}.}.}.}.}.}.e.O ",
+"0.u.@XoXoXoXoX@XoX@XoXoXI.2.>.2.0.[ G W 6.g.@X@X@X@XoX@X@XoXu.O ",
+"0.e.}.}.}.}.}.}.}.}.}.oX}./.g.#.' X.2.2.k._.}.}.}.}._.}.}.}.0.O ",
+"0.#.*.>.*.>.*.>.>.>.>.*.>.*.>.>.&.&.*.*.>.>.2.>.>.>.2.2.>.>...= ",
+"x G G A G A A G A G A A A A G A A A A A A A A A A A A A V n 1 ",
+" "
+};
diff --git a/ubuntu/precise/applications/digikam/debian/xpm.d/showfoto-16.xpm b/ubuntu/precise/applications/digikam/debian/xpm.d/showfoto-16.xpm
new file mode 100644
index 000000000..7425c5ba7
--- /dev/null
+++ b/ubuntu/precise/applications/digikam/debian/xpm.d/showfoto-16.xpm
@@ -0,0 +1,195 @@
+/* XPM */
+static char *showfoto-16[] = {
+/* columns rows colors chars-per-pixel */
+"16 16 173 2",
+" c black",
+". c #020202",
+"X c #252525",
+"o c gray20",
+"O c #2D3744",
+"+ c #3F4142",
+"@ c gray25",
+"# c #404246",
+"$ c #44494E",
+"% c #484848",
+"& c #4E4E4E",
+"* c #4F5153",
+"= c #515151",
+"- c gray32",
+"; c #535454",
+": c #565656",
+"> c gray34",
+", c #585858",
+"< c gray35",
+"1 c #5A5A5A",
+"2 c #5D6D7F",
+"3 c #626262",
+"4 c #646464",
+"5 c #656565",
+"6 c gray40",
+"7 c #676767",
+"8 c gray42",
+"9 c #6F6F6F",
+"0 c #717171",
+"q c #737071",
+"w c #757676",
+"e c gray48",
+"r c #7C7C7C",
+"t c #7E7E7E",
+"y c #5E7085",
+"u c #5771A4",
+"i c #658193",
+"p c #6E99B9",
+"a c #5C8CCA",
+"s c #568BDB",
+"d c #6D9FEF",
+"f c #6BACE4",
+"g c #6FB9FE",
+"h c #75ACF8",
+"j c #77BAEF",
+"k c #75B7F6",
+"l c #73B7F9",
+"z c #72B8FE",
+"x c #72BBFC",
+"c c #7DB7F5",
+"v c #77C3FE",
+"b c #808080",
+"n c #838383",
+"m c #868B8E",
+"M c #878C8F",
+"N c #8A8A8B",
+"B c #80909C",
+"V c #88939A",
+"C c #8F969F",
+"Z c #95938F",
+"A c #929291",
+"S c #929292",
+"D c #939196",
+"F c #939496",
+"G c gray59",
+"H c #979797",
+"J c #989596",
+"K c #9A9A9A",
+"L c gray61",
+"P c #8BA4B2",
+"I c #9EA8B3",
+"U c gray63",
+"Y c #A1A2A2",
+"T c gray64",
+"R c #A4A4A4",
+"E c #A5A5A5",
+"W c gray65",
+"Q c #A7A7A7",
+"! c #A4A6A8",
+"~ c #A9A9A9",
+"^ c #A8A9AA",
+"/ c gray68",
+"( c #AFAFAF",
+") c gray69",
+"_ c #B2B2B2",
+"` c #B6B6B6",
+"' c #B6B6B7",
+"] c #B7B7B7",
+"[ c #B5B7B9",
+"{ c gray72",
+"} c gray73",
+"| c #BBBBBB",
+" . c #BEBCBB",
+".. c gray74",
+"X. c gray",
+"o. c #8DBDF2",
+"O. c #A4BEE5",
+"+. c #86C3FC",
+"@. c #89CDFC",
+"#. c #92C2F3",
+"$. c #ADCCEF",
+"%. c #A4CCF4",
+"&. c #A3CFFA",
+"*. c #A9CDF3",
+"=. c #BED0E5",
+"-. c #BCD7E4",
+";. c #B0D2F4",
+":. c #C0C0C0",
+">. c #C0C1C1",
+",. c #C1C1C1",
+"<. c gray76",
+"1. c #C3C3C3",
+"2. c gray77",
+"3. c #C6C6C6",
+"4. c gray78",
+"5. c #C8C8C8",
+"6. c gray79",
+"7. c #CACACA",
+"8. c #CBCBCB",
+"9. c #C9CCCE",
+"0. c #CBCDCE",
+"q. c gray80",
+"w. c #CDCDCD",
+"e. c #CECECE",
+"r. c gray81",
+"t. c #D2D2D2",
+"y. c LightGray",
+"u. c gray83",
+"i. c #D5D5D5",
+"p. c #D7D7D7",
+"a. c #D7D9DC",
+"s. c #D6DADE",
+"d. c #D8D8D8",
+"f. c gray85",
+"g. c gainsboro",
+"h. c #DDDEDF",
+"j. c #DFDFDF",
+"k. c #C3DAF4",
+"l. c #C7E5F7",
+"z. c #CDE0F3",
+"x. c #DCE3E8",
+"c. c #DCE4EE",
+"v. c #D8E5F4",
+"b. c #DCE7F1",
+"n. c #DBE9F6",
+"m. c gray88",
+"M. c #E2E2E2",
+"N. c #E4E4E4",
+"B. c #E4E5E5",
+"V. c gray90",
+"C. c #E5E6E7",
+"Z. c #E6E6E6",
+"A. c #E2E6EB",
+"S. c #E7E7E8",
+"D. c #E9E9E9",
+"F. c gray92",
+"G. c #EAECEE",
+"H. c #EBEDEE",
+"J. c #EBEEEF",
+"K. c #ECECEC",
+"L. c gray93",
+"P. c #EEEFEF",
+"I. c #E1E9F2",
+"U. c #E3EAF2",
+"Y. c #E5EEF6",
+"T. c #E9EDF1",
+"R. c #EDF0F3",
+"E. c #EFF0F0",
+"W. c #EEF1F3",
+"Q. c #ECF1F6",
+"!. c #EDF1F6",
+"~. c #F2F3F5",
+"^. c None",
+/* pixels */
+"^.^.D.D.H.M.q.^.^.^.^.^.^.^.^.^.",
+"^.^.D.~.W.W.T.H.H.V.r.^.^.^.^.^.",
+"^.:.C.n.%.;.z.Y.W.W.H.V.K.P.V.d.",
+"^.i.H.l.@.v x k #.*.k.v.U.T.H.h.",
+"^.j.H.-.P V M B p f l c o.$.U.p.",
+"^.j.h.D J ` U ~ N i k x x +.b.4.",
+"~ d.X.q ` { X./ t + u d h &.x.' ",
+"X.r.Z & { e _ e 7 X O a s O.a.~ ",
+"L | S 8 r.q.t.7./ > * I =.c.8.0 ",
+"` 3.:.{ p.V.V.V.M.q.N $ y A.[ o ",
+"0.( :.i.d.q.:.` X.X.7 + y s.W ^.",
+"[ W { { X.W 9 > 8 R ~ U C 0.K ^.",
+"W _ 7.7.3.t 7 9 % G 7.3.~ :.b ^.",
+"F [ i.p.t.K : : < W d.i.U K @ ^.",
+"w Q :.3.:._ n 8 t _ :.:.S - ^.^.",
+"; 3 3 7 7 7 < - < 3 7 7 - ^.^.^."
+};
diff --git a/ubuntu/precise/applications/digikam/debian/xpm.d/showfoto.xpm b/ubuntu/precise/applications/digikam/debian/xpm.d/showfoto.xpm
new file mode 100644
index 000000000..ef7ea08fa
--- /dev/null
+++ b/ubuntu/precise/applications/digikam/debian/xpm.d/showfoto.xpm
@@ -0,0 +1,199 @@
+/* XPM */
+static char *showfoto[] = {
+/* columns rows colors chars-per-pixel */
+"32 32 161 2",
+" c #000000",
+". c #0B0B0B",
+"X c #131313",
+"o c #15191D",
+"O c #1A1A1A",
+"+ c #1F262E",
+"@ c #232323",
+"# c #2D2D2D",
+"$ c #323232",
+"% c #353739",
+"& c #3C3C3C",
+"* c #343351",
+"= c #434343",
+"- c #4A4A4A",
+"; c #4A4D53",
+": c #555555",
+"> c #5B5B5B",
+", c #515962",
+"< c #626262",
+"1 c #616669",
+"2 c #6C6C6C",
+"3 c #717171",
+"4 c #777778",
+"5 c #72787B",
+"6 c #7A7A7A",
+"7 c #3774C6",
+"8 c #4C6D91",
+"9 c #4B6E9C",
+"0 c #5A7C98",
+"q c #4975AA",
+"w c #6A7A80",
+"e c #727C81",
+"r c #7B7ADB",
+"t c #5F89B7",
+"y c #6B8089",
+"u c #77818D",
+"i c #708B99",
+"p c #7D8E95",
+"a c #7692B2",
+"s c #71A3BE",
+"d c #7CA0B0",
+"f c #4283D5",
+"g c #4F82D6",
+"h c #568FD7",
+"j c #4D92E5",
+"k c #579DEC",
+"l c #5CA2EF",
+"z c #5AA4F6",
+"x c #5CA6F9",
+"c c #5FABFC",
+"v c #648DC9",
+"b c #638DE0",
+"n c #6B98ED",
+"m c #7C9FE4",
+"M c #749DF2",
+"N c #7C9AF9",
+"B c #7FB8D2",
+"V c #66A0E2",
+"C c #67A3EA",
+"Z c #68A4EA",
+"A c #6FA8E7",
+"S c #6FABEE",
+"D c #62A9F5",
+"F c #62ADFB",
+"G c #69AFF7",
+"H c #6CAFFA",
+"J c #65B2FE",
+"K c #68B5FF",
+"L c #6DBBFF",
+"P c #76A9E4",
+"I c #76AEFF",
+"U c #7CA9FF",
+"Y c #7EB1EA",
+"T c #78BFE6",
+"R c #75B1F2",
+"E c #71B4FF",
+"W c #72BBFE",
+"Q c #79BCFF",
+"! c #73C3FF",
+"~ c #77C8FF",
+"^ c #7BCBFE",
+"/ c #838384",
+"( c #85898C",
+") c #8C8C8C",
+"_ c #858D95",
+"` c #838D9B",
+"' c #8E9091",
+"] c #939393",
+"[ c #949698",
+"{ c #9A9A9A",
+"} c #8EADBB",
+"| c #A3A3A4",
+" . c #A4A6A8",
+".. c #ACACAC",
+"X. c #ADAFB1",
+"o. c #B2B2B2",
+"O. c #BBBBBB",
+"+. c #8795FE",
+"@. c #8DA5CF",
+"#. c #91B2DE",
+"$. c #82ABFE",
+"%. c #8CAEFF",
+"&. c #85B7EE",
+"*. c #84BCFF",
+"=. c #8ABDF7",
+"-. c #91B7E3",
+";. c #9DBFE6",
+":. c #9BBFE8",
+">. c #9ABDFD",
+",. c #B7BEC6",
+"<. c #86C6FF",
+"1. c #81D2FF",
+"2. c #89D5FE",
+"3. c #98C3F3",
+"4. c #9ACAFF",
+"5. c #94DBFD",
+"6. c #9DDFFF",
+"7. c #AFC1C7",
+"8. c #AACEDE",
+"9. c #A2C4EA",
+"0. c #ADC8E7",
+"q. c #A3CDFC",
+"w. c #A9D3EE",
+"e. c #A2D6F1",
+"r. c #A7D1FF",
+"t. c #A9DDF5",
+"y. c #B2CEED",
+"u. c #B8CDE5",
+"i. c #BACFEA",
+"p. c #BCD4EE",
+"a. c #B2D6FF",
+"s. c #B8D4F4",
+"d. c #B8DBFE",
+"f. c #A4E2FF",
+"g. c #B5E2FF",
+"h. c #C3C3C3",
+"j. c #CBCBCB",
+"k. c #D4D4D4",
+"l. c #DBDBDB",
+"z. c #C2D4E9",
+"x. c #C6DAEB",
+"c. c #CFDCED",
+"v. c #C5DAF1",
+"b. c #CBE4FD",
+"n. c #DBE2EC",
+"m. c #DBE9EF",
+"M. c #D6E2F1",
+"N. c #D0E3F9",
+"B. c #DAE4F4",
+"V. c #DDEEFF",
+"C. c #E3E3E3",
+"Z. c #EBEBEB",
+"A. c #E3EBF3",
+"S. c #EBEDF1",
+"D. c #ECF0F5",
+"F. c #EBF3FC",
+"G. c #F2F2F2",
+"H. c #F3F7FB",
+"J. c #F5F8FB",
+"K. c #FBFBFB",
+"L. c None",
+/* pixels */
+"L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.",
+"L.L.L.L.L.L.h./ L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.",
+"L.L.L.L.L.: Z.G.S.Z.C.l.j.{ L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.",
+"L.L.L.L.L.O.J.K.K.K.J.G.S.C.j.{ L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.",
+"L.L.L.L.L.k.K.S.9.p.B.D.K.K.K.G.Z.Z.C.C.j. .L.L.L.L.L.L.L.L.L.L.",
+"L.L.L.L.o.C.K.x.G G R &.9.i.G.K.K.K.K.G.Z.Z.k... L.L.L.L.L.L.L.",
+"L.L.L.L.j.Z.K.w.~ W L K K F l A 9.y.M.S.K.K.K.J.Z.Z.C.C.k.O.L.L.",
+"L.L.L.L.l.G.F.e.2.2.~ ~ L L G G c D S Y 9.u.S.J.K.K.K.G.G.Z.k.o.",
+"L.L.L.L.l.G.A.t.f.f.6.2.1.^ ^ ! ! L K J c x k V -.y.c.A.G.K.C.] ",
+"L.L.L.L.C.J.m.8.} p 6 5 e i s ~ ~ ~ ! W K K J c z l C P A.J.k.< ",
+"L.L.L.L.C.K.7.w u { ...| { / e B 2.1.1.^ ~ W W K K J J J.J... ",
+"L.L.L.) Z.O.4 ) { | { ' ' [ ] / 1 d 5.5.2.^ H E ~ W L <.J.G.6 ",
+"L.L.L.o.l./ 6 ) j.C.k./ ] k.j.4 < ; @.>.%.$.$.U I Q ^ d.G.C. ",
+"L.L./ O.| 4 > O.Z.k.C.k.j.k.h.| = $ * r +.N n M $.$.*.b.G.j. L.",
+"L.L...O.) : : C.o.2 3 l.o./ & { $ @ X 0 W D j f g b m M.Z.o. L.",
+"L.L.O...6 $ > Z./ # = j.| = X ) & % v.d.=.Z f 7 v A.C.{ L.L.",
+"{ ..O.| < O < G.j.2 | C.h./ 2 j.= X ,.F.H.F.N.y.i.G.k.6 L.L.",
+") 6 o.] > O > C.G.C.Z.l.j.Z.Z.l.= . . o _ p.b.V.F.F.F.Z.h.< L.L.",
+"{ ] o.O...] ..k.k.k.k.k.j.l.k.j.| ] ] ) ' u a 3.r.a.D.S.| . L.L.",
+"o.o.C.Z.O.O.j.j.l.G.G.Z.G.G.G.G.Z.Z.C.{ : + + t *.4.G.Z.4 L.L.",
+"h...l.k...k.Z.l.l.l.C.l.l.l.C.l.l.l...: X o 8 H q.Z.k.X L.L.",
+"O.{ h.h.h.C.Z.Z.k.j.k.k.k.j.j.h.h.h.) # O $ > q Z s.Z.h. L.L.L.",
+"..] ....o.o.O.o.o.j.j./ > > / ......| / 6 ) ( 9 h z.C. . L.L.L.",
+" .] o.o.o.o.o.o.h.h.> & & # @ : | ..o.....o.| ` #.n.l.{ L.L.L.",
+"{ { h.j.j.j.h.j.l./ # 3 ] 2 & X 4 O.h.j.h.j.o.{ Z.Z.j./ L.L.L.L.",
+"{ { j.j.j.j.j.k.l.3 $ 2 ] ] > O < o.j.j.j.j.O.] C.C.h.1 L.L.L.L.",
+"' | k.k.k.l.k.k.k.) $ - 3 / - # 2 o.k.k.k.k.h.< { o.{ # L.L.L.L.",
+") { j.k.k.k.k.k.k...2 # # # $ < 3 O.k.l.k.l.h.< . - > L.L.L.L.",
+"6 { k.l.C.l.l.l.l.j.| / 2 2 3 2 | k.l.k.l.l.h.< L.L.L.L.L.L.L.L.",
+"> ] j.k.k.k.k.k.k.j.O.{ 6 4 6 ] h.k.k.k.k.j.O.> L.L.L.L.L.L.L.L.",
+" 2 3 3 3 2 2 3 3 3 3 2 3 2 2 3 3 2 3 3 3 3 < $ L.L.L.L.L.L.L.L.",
+"L.# @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ O . L.L.L.L.L.L.L.L."
+};