pkg-kde-tools (0.9.2ubuntu15charlotte1) lucid; urgency=low

  * Backport from Maverick

 -- Alex Chiang <achiang@canonical.com>  Fri, 03 Dec 2010 10:16:27 -0700

pkg-kde-tools (0.9.2ubuntu15) maverick; urgency=low

  * qt-kde-team/1/policy.mk: remove maintainer checking to fix FTBS when
    maintainer is not Debian qt-kde team

 -- Alessandro Ghersi <alessandro-ghersi@kubuntu.org>  Sun, 12 Sep 2010 21:58:12 +0200

pkg-kde-tools (0.9.2ubuntu14) maverick; urgency=low

  * Revert -u to -- change from previous uploaded.
    Caues issues with arguments to dpkg-deb somehow.

 -- Harald Sitter <apachelogger@ubuntu.com>  Tue, 17 Aug 2010 01:02:50 +0200

pkg-kde-tools (0.9.2ubuntu13) maverick; urgency=low

  * Prevent tests from failing by using require instead of use, since use
    invokes require inside a block there is a bit of a scope mess it seems
  * Update lzma.pm to attach -- -Zlzma rather than -u -Zlzma to dh_builddeb,
    -u is considered deprecate

 -- Harald Sitter <apachelogger@ubuntu.com>  Mon, 16 Aug 2010 20:20:37 +0200

pkg-kde-tools (0.9.2ubuntu12) maverick; urgency=low

  * Add lzma sequence to debhelper
    + This enables Qt-only packages to simply build with "--with lzma" if
      they use dh
  * Use that new sequence in the KDE one

 -- Harald Sitter <apachelogger@ubuntu.com>  Mon, 16 Aug 2010 17:02:58 +0200

pkg-kde-tools (0.9.2ubuntu11) maverick; urgency=low

  * In both kubuntu.mk files set KUBUNTU_DESKTOP_POT at makefile scope to
    avoid running into shell scope issues causing desktop_.pot files.
  * Set DEB_BUILD_ARCH manually in the CDBS kubuntu.mk too to ensure that it
    is set when the pot hook gets executed.

 -- Harald Sitter <apachelogger@ubuntu.com>  Wed, 04 Aug 2010 16:24:30 +0200

pkg-kde-tools (0.9.2ubuntu10) maverick; urgency=low

  * Update the README.l10n with information about syncl10n and the fact that
    there is a need to sync with KDE every once in a while.
  * Add descriptions to the variables in debian/rules to make it more obvious
    what to do.
  * Syncl10n + merge findfiles (with a no-change for us but necessary to keep
    the relation to KDE's file more obvious)

 -- Harald Sitter <apachelogger@ubuntu.com>  Sun, 01 Aug 2010 14:04:22 +0200

pkg-kde-tools (0.9.2ubuntu9) maverick; urgency=low

  * Trying to repair the logic of the l10n restriction to i386.
    The gettext domain does still needs to be added and removed, regardless
    of the architecture, but the actual template creation only ought to
    happen on i386.
    Due to increasingly more complex code this is indeed likely to break things
    OTOH the restriction as seen in ubuntu7&8 are breaking translations on
    everything but i386.

 -- Harald Sitter <apachelogger@ubuntu.com>  Fri, 30 Jul 2010 22:03:10 +0200

pkg-kde-tools (0.9.2ubuntu8) maverick; urgency=low

  * Slightly adjust the syntax for DEB_NO_COMPRESSION to avoid warnings.

 -- Harald Sitter <apachelogger@ubuntu.com>  Fri, 30 Jul 2010 11:53:49 +0200

pkg-kde-tools (0.9.2ubuntu7) maverick; urgency=low

  * Restrict l10n to i386 - This is the final stage, l10n magic will only
    happen for proper archive builds targetting main or restricted on i386.
  * Add support for DEB_NO_COMPRESSION, in combiniation with DEB_NO_LZMA
    this enables builds without any deb compression whatsoever.
    (Note: former only works if latter is also set to 1!)

 -- Harald Sitter <apachelogger@ubuntu.com>  Fri, 30 Jul 2010 00:09:15 +0200

pkg-kde-tools (0.9.2ubuntu6) maverick; urgency=low

  * Add kdevelop to kubuntu/desktop-template-list

 -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 26 Jul 2010 18:23:51 +0100

pkg-kde-tools (0.9.2ubuntu5) maverick; urgency=low

  * Add choqok in desktop-template-list
  * Add rekonq in desktop-template-list

 -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 26 Jul 2010 18:07:37 +0100

pkg-kde-tools (0.9.2ubuntu4) maverick; urgency=low

  * Fix kubuntu-debhelper-langpack-clean.sh, remove excessive dollar
    sign

 -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 26 Jul 2010 17:41:06 +0100

pkg-kde-tools (0.9.2ubuntu3) maverick; urgency=low

  * Add kubuntu/README.l10n explaining when l10n is built and when not.
  * Fix l10n for dh7 builds, as broken in the previous upload
  * Enhance l10n restrictions to main|restricted builds

 -- Harald Sitter <apachelogger@ubuntu.com>  Tue, 13 Jul 2010 20:49:54 +0200

pkg-kde-tools (0.9.2ubuntu2) maverick; urgency=low

  * Only set the Ubuntu-Gettext when we do a build for the regular Ubuntu
    archives. This is determined by looking for /CurrentlyBuilding as created
    by the buildd's. Only if this file contains Purpose: Primary the domains
    will be set appropriately. Please note that no POT creation will happen
    if this check fails.

 -- Harald Sitter <apachelogger@ubuntu.com>  Tue, 22 Jun 2010 20:42:24 +0200

pkg-kde-tools (0.9.2ubuntu1) maverick; urgency=low

  * Merge with Debian unstable, remaining changes:
    - Set -DKDE_DISTRIBUTION_TEXT="Kubuntu packages"
    - Add kubuntu/ files and edit debian/install
    - debian-qt-kde.mk: include kubuntu.mk
    - debian-qt-kde.mk: use LZMA compression unless DEB_NO_LZMA=1 or armel
    - cdbs/kde.mk: include kubuntu.mk
    - cdbs/kde.mk: use LZMA compression unless DEB_NO_LZMA=1 or armel
    - qt-kde-team/1/policy.mk: remove maintainer checking to fix FTBS when
      maintainer is not Debian qt-kde team
    - Add kubuntu-debhelper-langpack-generate.sh and clean scripts and call
      them in kde.pm for .pot generation in pure Debhelper 7 packages
    - Add python in dependencies

 -- Alessandro Ghersi <alessandro-ghersi@kubuntu.org>  Sat, 19 Jun 2010 02:08:52 +0200

pkg-kde-tools (0.9.2) unstable; urgency=medium

  * Add libdpkg-perl (>= 1.15.6~) to Build-Depends. Needed for symbolshelper
    syntax checks.
  * Add support for DEB_KDE_LINK_WITH_NO_UNDEFINED (defaults to
    DEB_KDE_LINK_WITH_AS_NEEDED value) to variables.mk.

 -- Modestas Vainius <modax@debian.org>  Sat, 12 Jun 2010 11:30:50 +0300

pkg-kde-tools (0.9.1ubuntu1) maverick; urgency=low

  * Merge with Debian unstable, remaining changes:
    - Set -DKDE_DISTRIBUTION_TEXT="Kubuntu packages"
    - Add kubuntu/ files and edit debian/install
    - debian-qt-kde.mk: include kubuntu.mk
    - debian-qt-kde.mk: use LZMA compression unless DEB_NO_LZMA=1 or armel
    - cdbs/kde.mk: include kubuntu.mk
    - cdbs/kde.mk: use LZMA compression unless DEB_NO_LZMA=1 or armel
    - qt-kde-team/1/policy.mk: remove maintainer checking to fix FTBS when
      maintainer is not Debian qt-kde team
    - Add kubuntu-debhelper-langpack-generate.sh and clean scripts and call
      them in kde.pm for .pot generation in pure Debhelper 7 packages
    - Add python in dependencies
    - Add libdpkg-perl (>= 1.15.6~) in build-depends to pass tests

 -- Alessandro Ghersi <alessandro-ghersi@kubuntu.org>  Fri, 04 Jun 2010 04:40:14 +0200

pkg-kde-tools (0.9.1) unstable; urgency=low

  * pkgkde-getbuildlogs: load HTTP::Request & friends in the INIT block in
    order to pass syntax check without libwww-perl installed (Closes: #584375).

 -- Modestas Vainius <modax@debian.org>  Fri, 04 Jun 2010 01:04:28 +0300

pkg-kde-tools (0.9.0) unstable; urgency=low

  * Drop deprecated `pkgkde-symbolshelper symbolfile` support from
    cdbs/symbolshelper.mk.
  * qt-kde-team/1/debian-qt-kde.mk: enable quilt patchsystem only if 
    quilt is in Build-Depends. This adds support for 3.0 (quilt) source format.
  * Switch HTML_INSTALL_DIR from /usr/share/doc/kde4/HTML to
    /usr/share/doc/kde/HTML, add NEWS entry about this important change which
    may trigger FTBFSes in the third party packages.
  * debian-qt-kde.mk: replace usr/share/doc/kde4 references with
    usr/share/doc/kde.

 -- Modestas Vainius <modax@debian.org>  Tue, 01 Jun 2010 01:05:57 +0300

pkg-kde-tools (0.8.0ubuntu2) maverick; urgency=low

  * Use the new dpkg-perl api in dh_sameversiondep as the required dpkg
    version is in the archive.
  * Add libwww-perl to build-deps and re-enable the tests.
  * Add python to the dependencies as it is required by the msgsplit script.
  * Add shebang line to kubuntu-debhelper-langpack-generate.sh and
    kubuntu-debhelper-langpack-clean.sh.
  * Remove executable flags from all files that don't need it.

 -- Felix Geyer <debfx-pkg@fobos.de>  Sat, 22 May 2010 17:06:39 +0200

pkg-kde-tools (0.8.0ubuntu1) maverick; urgency=low

  * Merge with Debian unstable remaining changes:
    - Use /usr/share/doc/kde/HTML for docs
    - Set -DKDE_DISTRIBUTION_TEXT="Kubuntu packages"
    - Add kubuntu/ files and edit debian/install
    - debian-qt-kde.mk: include kubuntu.mk
    - debian-qt-kde.mk: include quilt only if there are patches
    - debian-qt-kde.mk: use LZMA compression unless DEB_NO_LZMA=1 or armel
    - cdbs/kde.mk: include kubuntu.mk
    - cdbs/kde.mk: use LZMA compression unless DEB_NO_LZMA=1 or armel
    - qt-kde-team/1/policy.mk: remove maintainer checking to fix FTBS when
      maintainer is not Debian qt-kde team
    - Change docs path to /usr/share/doc/kde/ not /usr/share/doc/kde4/ in
      debian-qt-kde.mk rules
    - Add kubuntu-debhelper-langpack-generate.sh and clean scripts and call
      them in kde.pm for .pot generation in pure Debhelper 7 packages
    - Disable tests as a temporary workaround against FTBFS
  * Use old dpkg-perl api for dh_sameversiondep since we don't have a newer
    dpkg yet. Once it's uploaded this delta should be instantly dropped.
  * Bump down the dpkg build-depends and breaks versions fof the above.

 -- Jonathan Thomas <echidnaman@kubuntu.org>  Sat, 15 May 2010 15:05:32 -0400

pkg-kde-tools (0.8.0) unstable; urgency=low

  * pkgkde-symbolshelper: disable symbol file backups by default.
  * pkgkde-symbolshelper: do not bump symbol minimum version when the only
    change made is detection of substs in the original symbol.
  * Add run-local wrapper for easy execution of scripts directly from the
    source package.
  * Add support for perl tests under t/*.t subdirectory to Makefile.
  * Add t/perl_syntax_check.t for checking syntax of the perl scripts in
    the package.
  * pkgkde-symbolshelper: drop symbolfile and postgensymbols subcommands
    that were deprecated long ago.
  * Bump major version number due to removal of deprecated options (and
    possible introduction of FTBFSes for packages which still use them).

 -- Modestas Vainius <modax@debian.org>  Fri, 14 May 2010 23:13:52 +0300

pkg-kde-tools (0.7.3) unstable; urgency=low

  * pkgkde-gensymbols: add vim modeline.
  * pkgkde-gensymbols: no longer check dpkg version. It is 1) pointless now
    as pkg-kde-tools depends on the appropriate libdpkg-perl version and 2)
    the check is inaccurate for our needs as it checks the version of the dpkg
    binary rather than dpkg-dev package.

 -- Modestas Vainius <modax@debian.org>  Thu, 29 Apr 2010 00:03:14 +0300

pkg-kde-tools (0.7.2) unstable; urgency=low

  * pkgkde-gensymbols: exclude self when looking for dpkg-gensymbols in PATH.
    This should fix endless loop when do()ing system dpkg-gensymbols.

 -- Modestas Vainius <modax@debian.org>  Fri, 23 Apr 2010 00:09:52 +0300

pkg-kde-tools (0.7.1) unstable; urgency=low

  * Remove workaround introduced in 0.7.0.1: no longer needed.
  * pkgkde-symbolshelper: allow to specify confirmed arches for *patch.
  * Depend on libdpkg-perl (>= 1.15.6~), recommend dpkg-dev of the same
    version and break earlier dpkg-dev versions.
  * No longer ship a backported dpkg-gensymbols.pl script. The one from
    dpkg-dev (>= 1.15.6) is enough now. As a result, make appropriate changes
    to pkgkde-gensymbols.
  * Drop dpkg-dev 1.15.4 compatibility code from dh_sameversiondep.
  * Make dh_sameversiondep work with libdpkg-perl (>= 1.15.6) (Dpkg::Substvars
    API changed). Thanks to Roderich Schupp for the patch (Closes: #577056).
  * No longer ship stable (v1.0) libdpkg-perl interfaces in pkg-kde-tools.
    Therefore, rm -rf datalib/Dpkg/Compression* datalib/Dpkg/Interface.

 -- Modestas Vainius <modax@debian.org>  Thu, 22 Apr 2010 10:57:29 +0300

pkg-kde-tools (0.7.0.1) experimental; urgency=low

  * Remove perl from pkg-kde-tools Depends to workaround (and use to our own
    advantage) brokeness in experimental buildds.

 -- Modestas Vainius <modax@debian.org>  Thu, 08 Apr 2010 13:41:29 +0300

pkg-kde-tools (0.6.4ubuntu5) lucid; urgency=low

  * Make dh7 only do pot creation/cleanup on packages other than *-l10n-*
  * Update SVNREV in debian/rules to that of KDE 4.4.2
    + Instead of using the tag date, use the precise revision!
  * Sync l10n scripts with 4.4.2

 -- Harald Sitter <apachelogger@ubuntu.com>  Fri, 02 Apr 2010 08:30:17 +0200

pkg-kde-tools (0.7.0) unstable; urgency=low

  * `pkgkde-symbolshelper *`: properly handle the case when some substs have
    been detected but symbols differences still remain (rare variant of
    "possible incomplete subst detection"). libakonadi-kde4 in kdepimlibs was
    hit by this bug.
  * Add a new tool `pkgkde-getbuildlogs` that can be used to get
    build logs from https://buildd.debian.org for the specified package.
  * Move kde4_flags to /usr/share/pkg-kde-tools/lib subdir.
  * `pkgkde-symbolshelper *patch`: properly assign version that was chosen in
    the prompt.
  * Completely drop makefiles/1/debhelper/kde.mk. It was deprecated in 0.5.
  * Improve pkg-kde-tools package description. Now it contains short
    descriptions of all tools the package provides.
  * Reword dh_sameversiondep manual page a bit.
  * Recommend libwww-perl.
  * Reorganize source package directory structure:
    - get rid of symbolshelper, debhelper, vcs subdirectires. Move perl modules
      to perllib subdirectory and the rest to the top of the source tree;
    - unify how datalibdir is found and exported in the Debian::PkgKde module
      ({find,setup}_datalibdir()). Make pkgkde-gensymbols and
      pkgkde-symbolshelper use these new subroutines;
    - change datalib path in pkgkde-deb2symbols;
    - rewrite Makefile for reorganized source tree.
  * Update debian/copyright.

 -- Modestas Vainius <modax@debian.org>  Tue, 16 Mar 2010 02:58:34 +0200

pkg-kde-tools (0.6.8) unstable; urgency=low

  * Add dh_sodeps helper program for autogenering dependencies for library
    development packages based on the targets *.so symlinks point to.
  * Add dh addon "sodeps" for dh_sodeps.

 -- Modestas Vainius <modax@debian.org>  Wed, 03 Mar 2010 04:27:52 +0200

pkg-kde-tools (0.6.7) unstable; urgency=low

  * Instruct cdbs to handle DEB_BUILD_OPTIONS=parallel for team packages rather
    than rely on dpkg-buildpackage -jN to mess with MAKEFLAGS. Team packages
    are parallel safe.

 -- Modestas Vainius <modax@debian.org>  Tue, 02 Mar 2010 13:20:03 +0200

pkg-kde-tools (0.6.4ubuntu4) lucid; urgency=low

  * Add syncing of l10n scritps with KDE SVN to debian/rules (syncl10n)
    + this can be invoked via make -f debian/rules syncl10n
    + sync scripts, to fix POT creation (LP: #529483)

 -- Harald Sitter <apachelogger@ubuntu.com>  Mon, 01 Mar 2010 15:21:23 +0100

pkg-kde-tools (0.6.6) unstable; urgency=low

  * pkgkde-{symbolshelper,gensymbols}: compatibility fix for dpkg-dev 1.15.6
    retaining compatibility with 1.15.5 as well (Dpkg::IPC::spawn).
  * Use new Dpkg::IPC::spawn() rather than Dpkg::IPC::fork_and_exec() in the
    code.
  * Update code stolen from dpkg-dev to current git master.
  * pkgkde-deb2symbols: be quiet when dumping symbol file.
  * `pkgkde-symbolshelper batchpatch`: improve error messages.
  * Fix patch parsing when patches go one right after another.
  * `pkgkde-symbolshelper rewrite`: understand -v again.
  * Add pkgkde-override-sc-dev-latest command.

 -- Modestas Vainius <modax@debian.org>  Sun, 28 Feb 2010 20:56:33 +0200

pkg-kde-tools (0.6.4ubuntu3) lucid; urgency=low

  * Manually merge kubuntu/findfiles + introduce merge history in the file
  * Import current kubuntu/msgsplit from KDE SVN
  * Import current kubuntu/extract-messages.sh from KDE SVN

 -- Harald Sitter <apachelogger@ubuntu.com>  Tue, 23 Feb 2010 15:14:33 +0100

pkg-kde-tools (0.6.4ubuntu2) lucid; urgency=low

  * Also use LZMA compression for dh7 builds

 -- Harald Sitter <apachelogger@ubuntu.com>  Mon, 22 Feb 2010 13:47:11 +0100

pkg-kde-tools (0.6.5) unstable; urgency=low

  * pkgkde-debs2symbols: remove 0 size patch files.
  * `pkgkde-symbolshelper batchpatch`: if no packages explicitly specified,
    select only those for which patches exist.
  * Move RPATH "workaround" code for <= KDE 4.3.x from makefiles/1/cdbs/kde.mk
    to makefiles/1/variables.mk hence debian-qt-kde.mk will also use it.

 -- Modestas Vainius <modax@debian.org>  Wed, 17 Feb 2010 21:51:40 +0200

pkg-kde-tools (0.6.4ubuntu1) lucid; urgency=low

  * Merge with Debian unstable remaining changes:
    - Use /usr/share/doc/kde/HTML for docs
    - Set -DKDE_DISTRIBUTION_TEXT="Kubuntu packages"
    - Add kubuntu/ files and edit debian/install
    - debian-qt-kde.mk: include kubuntu.mk
    - debian-qt-kde.mk: include quilt only if there are patches
    - debian-qt-kde.mk: use LZMA compression unless DEB_NO_LZMA=1 or armel
    - cdbs/kde.mk: include kubuntu.mk
    - debhelper/kde.mk: include debhelper/kubuntu.mk
    - kde.mk: use LZMA compression unless DEB_NO_LZMA=1 or armel
    - qt-kde-team/1/policy.mk: remove maintainer checking to fix FTBS when
      maintainer is not Debian qt-kde team
    - Change docs path to /usr/share/doc/kde/ not /usr/share/doc/kde4/ in
      debian-qt-kde.mk rules
    - Add kubuntu-debhelper-langpack-generate.sh and clean scripts and call
      them in kde.pm for .pot generation in pure Debhelper 7 packages

 -- Alessandro Ghersi <alessandro-ghersi@kubuntu.org>  Wed, 17 Feb 2010 01:21:28 +0100

pkg-kde-tools (0.6.4) unstable; urgency=low

  * Add -q option to pkgkde-gensymbols. -c0 will never fail but still generate
    a diff. Use -c0 -q to keep pkgkde-gensymbols completely quiet as before.
  * `pkgkde-symbolshelper create`: make it work with a single input symbol
    file.
  * `pkgkde-symbolshelper rewrite`: avoid dupe c++ aliases after convert in
    some cases.

 -- Modestas Vainius <modax@debian.org>  Tue, 16 Feb 2010 02:53:40 +0200

pkg-kde-tools (0.6.3) unstable; urgency=low

  * pkgkde-debs2symbols: allow to specify deb directory (-d option) and
    symbol file directory (-s option).
  * pkgkde-symbolshelper: implement `batchpatch` subcommand which is capable of
    patching multiple packages at once (provided current working directory is
    the top of the debian source package tree with symbol files in standard
    locations).
  * `pkgkde-symbolshelper patch`: rename --base|b option to --file-to-patch|f.
  * pkgkde-symbolshelper: implement --backup option (backs up outfile).

 -- Modestas Vainius <modax@debian.org>  Sun, 14 Feb 2010 21:47:06 +0200

pkg-kde-tools (0.6.2) unstable; urgency=low

  * Implement dh_movelibkdeinit debhelper program which moves libkdeinit4_*.so
    from public /usr/lib to private /usr/lib/kde4/libkdeinit if RUNPATHs are
    set properly.
  * Add dh_movelibkdeinit helper to debhelper kde addon sequence, CDBS kde.mk
    and debian-qt-kde.mk.
  * Pass new LIBKDEINIT_INSTALL_DIR and ENABLE_LIBKDEINIT_RUNPATH options to
    cmake by default (CDBS kde.mk and debhelper kde buildsystem).
  * No longer globally skip RPATH handling in cmake if kdelibs5-dev is 4:4.4.0
    or higher. kde4libs build system has been properly fixed in 4:4.4.0-1.
  * Omit usr/lib/kde4/ from dh_makeshlibs by default (debian-qt-kde.mk, kde.mk,
    dh kde addon).
  * dh kde addon: exclude kde documentation from dh_compress by default.
  * Add qt-kde-team/1/library-packages.mk which is capable of:
    - generating and handling ${allLibraries}, ${kde43Libraries} substs;
    - generating strict local shlibs.
  * Improve README.Debian information about dh kde addon.
  * Make dh kde addon return truth value.
  * Compress pkg-kde-tools tarball with bzip2 by default.

 -- Modestas Vainius <modax@debian.org>  Sat, 13 Feb 2010 19:36:56 +0200

pkg-kde-tools (0.6.1) unstable; urgency=low

  * Rework detection of arch specific symbols. This should fix some bugs
    with arch symbol tag processing and generation.
  * Now `pkgkde-symbolshelper create` bases its template on the arch specific
    symbol file (as specified with -a option). This alters arch tag generation
    a bit (negative arches are used more frequently than before).
  * Alter behaviour of -o option:
    - if it is not specified, output is dumped to the same file as input was
      read from;
    - if it is specified without argument, dump to stdout;
    - if it is specified with argument, dump to the file in argument.
  * pkgkde-symbolshelper create/patch: arch specific files/patches are passed
    via @ARGV now.
  * pkgkde-symbolshelper create/patch: prompt for version if -v is not
    specified on the command line. Good defaults are also suggested.

 -- Modestas Vainius <modax@debian.org>  Sat, 06 Feb 2010 23:43:07 +0200

pkg-kde-tools (0.6.0) unstable; urgency=low

  * "SymbolsHelper Reloaded" release.

  * Remove DMUA field from debian/control which was added for me.
  * Provide newer dpkg-gensymbols as pkgkde-gensymbols.
  * Make it possible to replace dpkg-gensymbols with pkgkde-gensymbols
    (by adding /usr/share/pkg-kde-tools/bin to $PATH).
  * Use my @debian.org address in the Uploaders field.
  * Helpers for adding /usr/share/pkg-kde-tools/bin to $PATH:
    - implement this in cdbs/symbolshelper.mk;
    - new pkgkde_symbolshelper dh addon takes care of this for dh(1).
  * Port pkgkde-symbolshelper to the latest dpkg-dev symbols API.
    Most subcomands as of 0.4.0 are supported, some are no longer needed.
  * Add support for substitutions directly to pkgkde-gensymbols
    (dpkg-gensymbols wrapper). This renders `pkgkde-symbolshelper symbolfile`
    obsolete.
  * Switch to 3.0 (native) format: ignores VCS directories by default.
  * Update my address in the code copyright notices.
  * Update debian/copyright.
  * Add pkgkde-debs2symbols utility which is capable of:
    - auto-downloading library binary packages for all available architectures;
    - creating raw arch-specific symbol files based on the contents of the
      binary packages. Those symbol files can be later fed to
      `pkgkde-symbolshelper create`;
    - generating arch-specific dpkg-gensymbols diffs between the reference
      symbol file template and actual contents of the (later) binary packages.
      Like build logs, those patches can be later fed to `pkgkde-symbolshelper
      patch`.
  * Add multi-arch/multi-patch support to `pkgkde-symbolshelper patch`. Now, it
    is capable of patching symbol file template for multiple arches (using
    multiple patches) at the same time. All revelevant information is
    kept/merged, arch tags are managed automatically whenever possible.
    Incremental patching is also supported.
  * Add support for detection/expansion of the qprtdiff and quintptr substs (Qt
    types).
  * Promote dpkg-dev to Recommends, bump needed version to 1.15.5~.
  * Remove dpkg-dev from Breaks.
  * Update Standards-Version to 3.8.4: no changes needed.
  * Fix lintian "I: hyphen-used-as-minus-sign
    usr/share/man/man1/pkgkde-vcs.1.gz:97"

 -- Modestas Vainius <modax@debian.org>  Mon, 01 Feb 2010 20:09:10 +0200

pkg-kde-tools (0.5.3ubuntu2) lucid; urgency=low

  * When generating .desktop translation templates do not include
    .pc directory made by Quilt

 -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 06 Jan 2010 17:29:26 +0000

pkg-kde-tools (0.5.3ubuntu1) lucid; urgency=low

  * Merge with Debian testing, remaining changes:
   - Use /usr/share/doc/kde/HTML for docs
   - Set -DKDE_DISTRIBUTION_TEXT="Kubuntu packages"
   - Add kubuntu/ files and edit debian/install (dh_sameversiondeps removed now, unused)
   - debian-qt-kde.mk: include kubuntu.mk
   - debian-qt-kde.mk: include quilt only if there are patches 
   - debian-qt-kde.mk: use LZMA compression unless DEB_NO_LZMA=1 or armel
   - cdbs/kde.mk: include kubuntu.mk
   - debhelper/kde.mk: include debhelper/kubuntu.mk
   - kde.mk: use LZMA compression unless DEB_NO_LZMA=1 or armel
   - qt-kde-team/1/policy.mk: remove maintainer checking to fix FTBS when
    maintainer is not Debian qt-kde team
   - Change docs path to /usr/share/doc/kde/ not /usr/share/doc/kde4/ in
     debian-qt-kde.mk rules
  * Add kubuntu-debhelper-langpack-generate.sh and clean scripts and call
    them in kde.pm for .pot generation in pure Debhelper 7 packages

 -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 06 Jan 2010 17:10:58 +0000

pkg-kde-tools (0.5.3) unstable; urgency=low

  * Add support for dpkg-dev 1.15.5 to dh_sameversiondep.

 -- Modestas Vainius <modestas@vainius.eu>  Wed, 18 Nov 2009 02:31:00 +0200

pkg-kde-tools (0.5.2ubuntu2) lucid; urgency=low

  * Change docs path to /usr/share/doc/kde/ not /usr/share/doc/kde4/ in
    debian-qt-kde.mk rules

 -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 12 Nov 2009 11:47:21 +0000

pkg-kde-tools (0.5.2ubuntu1) lucid; urgency=low

  * Merge with Debian unstable, remaining changes:
   - Use /usr/share/doc/kde/HTML for docs
   - Set -DKDE_DISTRIBUTION_TEXT="Kubuntu packages"
   - Add kubuntu/ files and edit debian/install (dh_sameversiondeps removed now, unused)
   - debian-qt-kde.mk: include kubuntu.mk
   - debian-qt-kde.mk: include quilt only if there are patches 
   - debian-qt-kde.mk: use LZMA compression unless DEB_NO_LZMA=1 or armel
   - cdbs/kde.mk: include kubuntu.mk
   - debhelper/kde.mk: include debhelper/kubuntu.mk
  * kde.mk: use LZMA compression unless DEB_NO_LZMA=1 or armel
  * qt-kde-team/1/policy.mk: remove maintainer checking to fix FTBS when
    maintainer is not Debian qt-kde team

 -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 04 Nov 2009 14:33:59 +0000

pkg-kde-tools (0.5.2) unstable; urgency=low

  * Add pkgkde-vcs helper tool for performing various common tasks
    when packaging with version control system repositories. As of this commit
    the only VCS supported is Git which supports 'tag' subcommand for tagging
    debian package releases when as they are uploaded Debian.
  * Add ${misc:Depends} to shut up lintian.

 -- Modestas Vainius <modestas@vainius.eu>  Fri, 16 Oct 2009 23:25:33 +0300

pkg-kde-tools (0.5.1) unstable; urgency=low

  +++ Changes by Modestas Vainius:

  * dh_sameversiondep: really disable warnings about unknown substvars.

  +++ Changes by Ana Beatriz Guerrero Lopez:

  * Change the generation of the HTML documentation's path to
    /usr/share/doc/kde4/ instead of /usr/share/doc/kde/. We are building with 
    -DHTML_INSTALL_DIR=/usr/share/doc/kde4/HTML .
  * Bump Standards-Version to 3.8.3: no changes needed.
  * Add © in copyright file instead of (C).

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Wed, 23 Sep 2009 10:14:30 +0200

pkg-kde-tools (0.5.0) unstable; urgency=low

  * Split off KDE 4 cmake flags from variables.mk to the text file.
  * Create debhelper subdir and move dh_sameversiondep to it.
  * Add a kde build system for debhelper (>= 7.3).
  * Add a kde sequence addon (template) for debhelper (>= 7.3.16).
  * Deprecate debhelper/kde.mk snippet. Use kde build system/sequence addon
    instead.
  * Remove extra slashes from debian/install.
  * Switch debian/rules to dh. Update build dependencies and compat
    accordingly.

 -- Modestas Vainius <modestas@vainius.eu>  Thu, 27 Aug 2009 19:50:35 +0300

pkg-kde-tools (0.4.11ubuntu7) karmic; urgency=low

  * Also add dh_clean to override

 -- Jonathan Riddell <jriddell@ubuntu.com>  Tue, 25 Aug 2009 17:12:59 +0100

pkg-kde-tools (0.4.11ubuntu6) karmic; urgency=low

  * Re-add dh_installdocs back to override rule

 -- Jonathan Riddell <jriddell@ubuntu.com>  Tue, 25 Aug 2009 17:06:11 +0100

pkg-kde-tools (0.4.11ubuntu5) karmic; urgency=low

  * Improvements to kubuntu/debhelper/kubuntu.mk from Fathi Boudra

 -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 24 Aug 2009 18:14:39 +0100

pkg-kde-tools (0.4.11ubuntu4) karmic; urgency=low

  * Add kubuntu/debhelper/kubuntu.mk
  * Make makefiles/1/debhelper/kde.mk include it

 -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 24 Aug 2009 13:26:13 +0100

pkg-kde-tools (0.4.11ubuntu3) karmic; urgency=low

  * Add include /usr/lib/kubuntu-desktop-i18n/kubuntu.mk to
    makefiles/1/debhelper/kde.mk

 -- Alessandro Ghersi <alessandro-ghersi@kubuntu.org>  Tue, 18 Aug 2009 06:59:33 +0200

pkg-kde-tools (0.4.11ubuntu2) karmic; urgency=low

  * qt-kde-team/1/policy.mk: remove maintainer checking to fix FTBS when
    maintainer is not Debian qt-kde team

 -- Alessandro Ghersi <alessandro-ghersi@kubuntu.org>  Mon, 17 Aug 2009 00:25:43 +0200

pkg-kde-tools (0.4.11ubuntu1) karmic; urgency=low

  * Test build in Karmic PPA
  * Drop Kubuntu's disabled cdbs/symbolshelper.mk as dpkg 1.15 is in karmic
  * Merge from debian unstable, remaining changes:
    - Add scripts for i18n in kubuntu/ directory
    - variables.mk: /usr/share/doc/kde/HTML for docs path, Kubuntu packages
    - kde.mk: include kubuntu.mk
    - debian-qt-kde.mk: include kubuntu.mk
    - debian-qt-kde.mk: include quilt only if there are patches 
    - debian-qt-kde.mk: use LZMA compression unless DEB_NO_LZMA=1 or armel

 -- Luka Renko <lure@ubuntu.com>  Fri, 14 Aug 2009 08:09:03 +0200

pkg-kde-tools (0.4.11) unstable; urgency=low

  * Debhelper 7.3.7 has been upload to unstable, pkg-kde-tools with
    debhelper/kde.mk follows.

 -- Modestas Vainius <modestas@vainius.eu>  Fri, 24 Jul 2009 15:17:47 +0300

pkg-kde-tools (0.4.10) experimental; urgency=low

  * Add a basic debhelper/kde.mk snippet which automatically passes KDE cmake
    flags to dh_auto_configure and runs dh $@ by default. Either of defaults
    can be overriden as needed.
  * Update debian/README.Debian with details about dh(1) support.
  * Bump Standards-Version to 3.8.2: no changes needed.
  * Suggest debhelper (>= 7.3.0) which includes dh(1) with cmake support.

 -- Modestas Vainius <modestas@vainius.eu>  Thu, 02 Jul 2009 20:12:07 +0300

pkg-kde-tools (0.4.9) unstable; urgency=low

  [ Modestas Vainius ]
  * Clarify comment in variables.mk.
  * Install severily stripped down version of pkgkde-symbolshelper which
    is compatible with dpkg-dev >= 1.15.3. This version is inappropriate
    to generate/patch new symbols, it is here just to avoid breaking
    old packages. While dpkg-dev 1.15.3 has some big improvements, they
    are still not enough to properly support most C++ libraries.

  [ Raúl Sánchez Siles ]
  * Remove usage of deprecated dh_desktop.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Sat, 27 Jun 2009 22:32:11 +0300

pkg-kde-tools (0.4.8) unstable; urgency=low

  * Add maintainer check to debian_qt_kde.mk to disallow anybody else but
    Debian Qt/KDE Maintainers to use this snippet (i.e. for official KDE
    packages only). The check is supposed to support Kubuntu packages too.

 -- Modestas Vainius <modestas@vainius.eu>  Wed, 27 May 2009 13:42:22 +0300

pkg-kde-tools (0.4.7) unstable; urgency=low

  +++ Changes by Modestas Vainius:

  * dpkg 1.15.1 entered unstable, so pkg-kde-tools 0.4.7 follows.
  * Change Conflicts to Breaks on dpkg-dev/kdelibs5 (more apppropriate in
    this case).

  +++ Changes by Fathi Boudra:

  * Re-word README.Debian:
    - use 80 colons max
    - add a note on DEB_KDE_LINK_AS_NEEDED usage
    - improve debhelper snippet based on dh-make template
    - fix typo kde4.mk -> kde.mk
    - remove extra lines

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Thu, 21 May 2009 09:14:44 +0300

pkg-kde-tools (0.4.6ubuntu11) karmic; urgency=low

  * Do not compress using LZMA on armel

 -- Harald Sitter <apachelogger@ubuntu.com>  Wed, 29 Jul 2009 18:55:05 +0200

pkg-kde-tools (0.4.6ubuntu10) karmic; urgency=low

  * Separate .pot generation into kubuntu.mk and include it in 
    kde.mk and debian-qt-kde.mk

 -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 29 Jul 2009 15:57:57 +0100

pkg-kde-tools (0.4.6ubuntu9) karmic; urgency=low

  * Add playground-base to desktop-template-list for knetworkmanager

 -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 27 Jul 2009 17:31:34 +0100

pkg-kde-tools (0.4.6ubuntu8) karmic; urgency=low

  * Really add extract-xml.sh to pot creation

 -- Harald Sitter <apachelogger@ubuntu.com>  Sun, 26 Jul 2009 21:39:02 +0200

pkg-kde-tools (0.4.6ubuntu7) karmic; urgency=low

  * Import extract-xml.sh from KDE SVN
  * Add extract-xml.sh to the pot creation in kde.mk

 -- Harald Sitter <apachelogger@ubuntu.com>  Sun, 26 Jul 2009 21:36:05 +0200

pkg-kde-tools (0.4.6ubuntu6) karmic; urgency=low

  * Compress packages with LZMA via DEB_DH_BUILDDEB_ARGS += -- -Zlzma if this
    should cause any problems it is advisable to wrap it in some if $package =
    $enabeled_packages. This can be deactivated by exporting DEB_NO_LZMA=1

 -- Harald Sitter <apachelogger@ubuntu.com>  Mon, 08 Jun 2009 19:18:13 +0200

pkg-kde-tools (0.4.6ubuntu5) karmic; urgency=low

  * Add a KUBUNTU_NO_DELETE_POT variable for packages which moan if you delete their .pot file

 -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 06 May 2009 11:22:04 +0000

pkg-kde-tools (0.4.6ubuntu4) karmic; urgency=low

  * Applied magic from cdbs' kde4.mk to qt-kde-team/1/debian-qt-kde.mk so it
    doesn't insist on quilt being installed

 -- Harald Sitter <apachelogger@ubuntu.com>  Sat, 02 May 2009 16:29:11 +0200

pkg-kde-tools (0.4.6ubuntu3) karmic; urgency=low

  * Change docs path to /usr/share/doc/kde/HTML, this makes KDE 3 docs readable
    in the help centre

 -- Jonathan Riddell <jriddell@ubuntu.com>  Fri, 01 May 2009 15:20:48 +0000

pkg-kde-tools (0.4.6ubuntu2) karmic; urgency=low

  * Don't call symbolshelper.mk from debian-qt-kde.mk and remove conflicts with
    old dpkg

 -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 30 Apr 2009 14:42:54 +0000

pkg-kde-tools (0.4.6ubuntu1) karmic; urgency=low

  * Merge with Debian, remaining changes:
   - Add scripts for i18n in kubuntu/ directory
   - Add i18n code to kde.mk and variables.mk

 -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 29 Apr 2009 16:25:44 +0100

pkg-kde-tools (0.4.6) experimental; urgency=low

  * Merge changes from 0.4.2, now compatible with KDE 4.2.2 in sid.
  * Improve output of the patch subcommand:
    - it includes added MISSING symbols now;
    - dump postprocessed symbols.
  * Switch to named parameters for *_min_version() subs.
  * Bump Standards-Version to 3.8.1 (no changes).
  * Fix dh_sameversiondep POD page (lintian warning).

 -- Modestas Vainius <modestas@vainius.eu>  Sat, 11 Apr 2009 16:51:06 +0300

pkg-kde-tools (0.4.5) experimental; urgency=low

  * Restore pkgkde-symbolshelper compatibility with dpkg-dev 1.15.0. This
    breaks compatibility with dpkg-dev (<< 1.15) though. Add conflicts.
  * Small dpkg-dev 1.15.0 compatibility fix for dh_sameversiondep.

 -- Modestas Vainius <modestas@vainius.eu>  Sun, 29 Mar 2009 15:26:12 +0300

pkg-kde-tools (0.4.2) unstable; urgency=low

  * Remove setting of kde home. We now use the default.
  * Add aggressive conflicts to avoid bad accidents.

 -- Sune Vuorela <debian@pusling.com>  Wed, 01 Apr 2009 22:23:23 +0200

pkg-kde-tools (0.4.1) unstable; urgency=low

  * Add Vcs fields to debian/control (Git).
  * Get rid of custom bug file processing in qt-kde-team/1/debian-qt-kde.mk.
    This is handled by dh_bugfiles now.

 -- Modestas Vainius <modestas@vainius.eu>  Wed, 11 Mar 2009 13:57:19 +0200

pkg-kde-tools (0.4.0.1ubuntu4) jaunty; urgency=low

  * Update extract-messages.sh
  * Refine desktop-template-list

 -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 08 Apr 2009 17:49:24 +0100

pkg-kde-tools (0.4.0.1ubuntu3) jaunty; urgency=low

  * Add playground-sysadmin (kpackagekit) to pkg-kde-tools

 -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 08 Apr 2009 01:28:50 +0100

pkg-kde-tools (0.4.0.1ubuntu2) jaunty; urgency=low

  * Add desktop-template-list with the list of .desktop file translation
    templates we need for packages in main.  Used by kde-l10n-xx to refresh
    it's translations from upstream.

 -- Jonathan Riddell <jriddell@ubuntu.com>  Tue, 07 Apr 2009 16:59:32 +0100

pkg-kde-tools (0.4.0.1ubuntu1) jaunty; urgency=low

  * Merge from debian unstable, remaining changes:
    - Add extractrc and extractattr from kdesdk-scripts
    - Replace kdesdk-scripts (<< 4:4.1.80-0ubuntu2), previous versions contain
      the same scripts.
    - Add dh_sameversiondeps and i18n scripts from kdesdk-scripts into
      kubuntu/ directory, stops circular dependency on kdesdk-scripts.
    - DKDE_DISTRIBUTION_TEXT="Kubuntu packages"
    - DKDE_DEFAULT_HOME=.kde
    - Add .pot generation to kde.mk for Launchpad
    - Change debian-qt-kde.mk to just include the Kubuntu kde4.mk from CDBS so
      KDE4 debian/rules from Debian will work in Kubuntu (Still need to look
      at what of the debian-qt-kde.mk should get integrated into kde4.mk or if
      Kubuntu should change to use debian-qt-kde.mk for Karmic and later)

 -- Scott Kitterman <scott@kitterman.com>  Mon, 02 Mar 2009 10:43:49 -0500

pkg-kde-tools (0.4.0.1) unstable; urgency=low

  * Get rid of THIS_SHOULD_GO_TO_UNSTABLE hack.
  * Release to unstable.

 -- Modestas Vainius <modestas@vainius.eu>  Mon, 16 Feb 2009 01:58:52 +0200

pkg-kde-tools (0.4.0) experimental; urgency=low

  * pkgkde-symbolshelper: add support for resorting symbol files (useful after
    manual editing).
  * pkgkde-symbolshelper create: add support for adding arch specific symbols
    to the symbol template.
  * Add dh_sameversiondep from official KDE packaging:
    - make pkg-kde-tools suggest debhelper v7 and dpkg-dev;
    - add POD help and generate manual page from it;
    - add support for the external reference package.
  * Pass -X.svn to dh_install
  * Add makefiles/1/cdbs/symbolshelper.mk which hooks pkgkde-symbolshelper
    calls to cdbs.
  * Add stuff from svn pkg-kde/cdbs as qt-kde-team. Port kde.mk and rename
    it to debian-qt-kde.mk as it was called in kde3 when stored in cdbs/ dir.
    - use /usr/share/pkg-kde-tools/makefiles/1/variables.mk;
    - link with --as-needed by default;
    - remove lintian section, we should use dh_lintian;
    - add README to discourage other developers from using qt-kde-team;
    - enable pkgkde-symbolshelper support in debian-qt-kde.mk by defaylt.
  * Add "distro policy" checking when building the package:
    - THIS_SHOULD_GO_TO_UNSTABLE moved policy/unstable.mk
    - policy/unstable.mk also emits a warning when KDE alpha or betas are to
      be uploaded to unstable.

 -- Modestas Vainius <modestas@vainius.eu>  Sun, 25 Jan 2009 13:20:43 +0200

pkg-kde-tools (0.3.1) experimental; urgency=low

  * pkgkde-symbolshelper/patch: improve processing of patches which patch
    multiple files. Use the first patch portion that applies properly.
  * pkgkde-symbolshelper/patch: rename -p parameter to -d (diff), support -p
    (package) option.
  * pkgkde-symbolshelper: rework module stucture a bit, merge small handlers
    into one file.
  * debian/rules: disable .svn check. It is wrong and useless since does not
    check the tarball itself but the directory the tarball gets built from.
  * add support for int64_t/uint64_t differences on 64bit/32bit arches.

 -- Modestas Vainius <modestas@vainius.eu>  Wed, 14 Jan 2009 14:18:17 +0200

pkg-kde-tools (0.3) experimental; urgency=low

  * Add pkgkde-symbolshelper. It aims to make handling of symbols in
    C++ libraries easier. Symbols in C++ libraries are inconsistent among
    arches due to mangling and other issues.
    - Add GPL3 notice to debian/copyright which pkgkde-symbolshelper is under.
  * Add myself to Uploaders.
  * Tweak description.
  * Add DM-Upload-Allowed: yes.

 -- Modestas Vainius <modestas@vainius.eu>  Sat, 29 Nov 2008 16:53:01 +0200

pkg-kde-tools (0.2ubuntu4) jaunty; urgency=low

  * Add extractrc and extractattr from kdesdk-scripts

 -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 16 Feb 2009 16:20:11 +0000

pkg-kde-tools (0.2ubuntu3) jaunty; urgency=low

  * Replace kdesdk-scripts (<< 4:4.1.80-0ubuntu2), previous versions contain
    the same scripts.

 -- Harald Sitter <apachelogger@ubuntu.com>  Sat, 06 Dec 2008 18:42:27 +0100

pkg-kde-tools (0.2ubuntu2) jaunty; urgency=low

  * Add dh_sameversiondeps and i18n scripts from kdesdk-scripts into
    kubuntu/ directory, stops circular dependency on kdesdk-scripts.

 -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 17 Nov 2008 13:58:29 +0000

pkg-kde-tools (0.2ubuntu1) jaunty; urgency=low

  * Initial Kubuntu upload
    -DKDE_DISTRIBUTION_TEXT="Kubuntu packages"
    -DKDE_DEFAULT_HOME=.kde
  * Add .pot generation to kde.mk for Launchpad

 -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 05 Nov 2008 11:00:07 +0000

pkg-kde-tools (0.2) unstable; urgency=low

  * The no .svn dir in release release.
  * Add a way to set --as-needed during build.
  * there was a reference to ENABLE_FINAL in variables.mk. Kill it.

 -- Sune Vuorela <debian@pusling.com>  Wed, 29 Oct 2008 17:35:13 +0100

pkg-kde-tools (0.1) unstable; urgency=low

  * Initial Release.

 -- Sune Vuorela <debian@pusling.com>  Thu, 18 Sep 2008 21:39:35 +0200

