Change logs for pkg-kde-tools source package in Oneiric

  • pkg-kde-tools (0.14.1ubuntu2) oneiric; urgency=low
    
      * Stop stripping translations from desktop files as per discussion on
        kubuntu-devel mailing list.
        - Keep desktop-template-list for compatibility with current kde-l10n
          packages.
        - Keep /usr/bin scripts for now. We should look into moving them back to
          kdesdk-scripts next cycle.
     -- Felix Geyer <email address hidden>   Wed, 14 Sep 2011 21:22:09 +0200
  • pkg-kde-tools (0.14.1ubuntu1) oneiric; urgency=low
    
      * Merge with Debian unstable, remaining changes:
        - qt-kde-team/1/debian-qt-kde.mk: distribution text = "Kubuntu packages"
        - debian/rules: add rules to sync l10n
        - debian/install: install kubuntu/ files
        - debian/control: add python to build-dependencies
        - makefiles/1/cdbs, qt-kde-team/1/debian-qt-kde.mk:
          add "include /usr/lib/kubuntu-desktop-i18n/kubuntu.mk" and compress
          packages with LZMA
        - perlib/Debian/Debhelper/Buildsystem: add sub clean and sub install
          for i18n
        - add perlib/Debian/Debhelper/lzma.pm
        - perlib/Debian/Debhelper/kde.pm: include lzma squences
        - qt-kde-team/{1,2}/policy.mk: remove maintainer checking
        - perllib/Debian/PkgKde/SymbolsHelper/Substs/TypeSubst.pm:
          add ppc64 support
      * Run syncl10n and merge findfiles from KDE 4.7.
      * Clean package after running syncl10n.
    
    pkg-kde-tools (0.14.1) unstable; urgency=low
    
      * pkgkde-symbolshelper: no longer replace substs in the symbol name unless
        the symbol is tagged with a 'subst' tag. This was kept for compatibility
        with << 0.6 symbol files.
      * Drop overriden_command alias from dhmk.mk. Most packages should have
        already been transitioned to correct spelling.
      * pkgkde-symbolshelper: drop VirtTable subst which was deprecated long ago.
     -- Felix Geyer <email address hidden>   Wed, 13 Jul 2011 13:31:44 +0200
  • pkg-kde-tools (0.14.0ubuntu2) oneiric; urgency=low
    
      * When processing .desktop files add the X-Ubuntu-Gettext-Domain key to the
        [Desktop Entry] group instead of always appending it to the end of the
        file. (LP: #794320)
     -- Felix Geyer <email address hidden>   Sat, 11 Jun 2011 01:03:07 +0200
  • pkg-kde-tools (0.14.0ubuntu1) oneiric; urgency=low
    
      * Merge with Debian unstable, remaining changes:
        - qt-kde-team/1/debian-qt-kde.mk: distribution text = "Kubuntu packages"
        - debian/rules: add rules to sync l10n
        - debian/install: install kubuntu/ files
        - debian/control: add python to build-dependencies
        - makefiles/1/cdbs, qt-kde-team/1/debian-qt-kde.mk:
          add "include /usr/lib/kubuntu-desktop-i18n/kubuntu.mk" and compress
          packages with LZMA
        - perlib/Debian/Debhelper/Buildsystem: add sub clean and sub install
          for i18n
        - add perlib/Debian/Debhelper/lzma.pm
        - perlib/Debian/Debhelper/kde.pm: include lzma squences
        - qt-kde-team/{1,2}/policy.mk: remove maintainer checking
        - perllib/Debian/PkgKde/SymbolsHelper/Substs/{TypeSubst,VirtTable}.pm:
          add ppc64 support
     -- Felix Geyer <email address hidden>   Fri, 27 May 2011 18:32:24 +0200
  • pkg-kde-tools (0.12.1ubuntu3) oneiric; urgency=low
    
      * Drop scour as it has proven to cause bugs (see #786192).
        Packages that are known to work fine can still directly use the scour
        sequence.
     -- Felix Geyer <email address hidden>   Thu, 26 May 2011 19:05:40 +0200
  • pkg-kde-tools (0.12.1ubuntu2) oneiric; urgency=low
    
      * Depend on python-rsvg and python-cairo so that dh_scour can do the
        correctness test.
     -- Felix Geyer <email address hidden>   Sun, 08 May 2011 19:43:28 +0200
  • pkg-kde-tools (0.12.1ubuntu1) oneiric; urgency=low
    
      * Merge with Debian unstable, remaining changes:
        - qt-kde-team/1/debian-qt-kde.mk: distribution text = "Kubuntu packages"
        - debian/rules: add rules to sync l10n
        - debian/install: install kubuntu/ files
        - debian/control: add python to build-dependencies
        - makefiles/1/cdbs, qt-kde-team/1/debian-qt-kde.mk:
          add "include /usr/lib/kubuntu-desktop-i18n/kubuntu.mk" and compress
          packages with LZMA
        - perlib/Debian/Debhelper/Buildsystem: add sub clean and sub install
          for i18n
        - add perlib/Debian/Debhelper/lzma.pm
        - perlib/Debian/Debhelper/kde.pm: include lzma and scour squences
          + add python and python-scour to Depends
        - qt-kde-team/{1,2}/policy.mk: remove maintainer checking
        - perllib/Debian/PkgKde/SymbolsHelper/Substs/{TypeSubst,VirtTable}.pm:
          add ppc64 support
      * lzma.pm: Use dpkg_architecture_value() instead of relying on the
        DEB_HOST_ARCH env variable.
    
    pkg-kde-tools (0.12.1) unstable; urgency=low
    
      * pkgkde-getbuildlogs: fix fetching of last logs.
      * pkgkde-getbuildlogs: assume logs are in UTF-8. Fixes perl warning.
    
    pkg-kde-tools (0.12.0) unstable; urgency=low
    
      * Implement and add DebianABIManager. Refer to
        /usr/share/doc/pkg-kde-tools/README.DebianABIManager for more information.
      * Since kdelibs5-dev 4.6.1, ENABLE_LIBKDEINIT_RUNPATH defaults to ON whenever
        CMAKE_BUILD_TYPE is Debian.
      * Fix a typo in qt-kde-team/2/library-packages.mk: makes
        libpkgs_addsubst_allLibraries work.
      * qt-kde-team/2/debian-qt-kde.mk: attach debian/stamp-man-pages properly.
        dh_auto_build is executed when build* targets are run, not binary*.
      * Rename 'overriden_command' to 'overridden_command' (which is correct
        spelling). But keep 'overriden_command' as an alias for now.
      * Switch debian/rules engine to home-grown dhmk. This might help to
        detect regressions and might ease testing and development process.
      * qt-kde-team/2/library-packages.mk: libpkgs_gen_strict_local_shlibs no
        longer depends on the presence of the respective DEBIAN/*/shlibs.
      * Fix dh examples in README.Debian to be dh compat=8 compatible.
    
    pkg-kde-tools (0.11.4) unstable; urgency=low
    
      * qt-kde-team/1: set old kde4 flags before including variables.mk hence some
        hacks (like DEB_CONFIG_INSTALL_DIR stuff) will work as before.
        (Closes: #618200)
    
    pkg-kde-tools (0.11.3) unstable; urgency=low
    
      * "Innocent" backtick in the echo statement causes packages to FTBFS. Fix it.
      * Some tweaks to qt-kde-team/2/list-missing.mk.
    
    pkg-kde-tools (0.11.2) unstable; urgency=low
    
      * Add support for list-missing target to qt-kde-team/2/*.
      * Minor language tweaks to the echos/comments in dhmk.mk.
    
    pkg-kde-tools (0.11.1) unstable; urgency=low
    
      * Move most of kde4_flags to qt-kde-team/1/debian-qt-kde.mk as absolute
        majority of them are kde4libs specific anyway. This is done in order to
        avoid cmake 2.8.4 warnings about unused variables and unnecessary
        duplication of configuration.
    
    pkg-kde-tools (0.11.0) unstable; urgency=low
    
      * dhmk.mk: add a shortcut variable $(overriden_command) for getting full
        original command line of the overriden command in the override targets.
      * Some bug fixes and performance improvements for the whole qt-kde-team/2
        debian/rules build engine.
      * It's highly recommended for qt-kde-team/2/debian-qt-kde.mk based packages
        to build-depend on pkg-kde-tools 0.11 now.
    
    pkg-kde-tools (0.10.0) unstable; urgency=low
    
      * Implement a new build debian/rules build engine (dubbed dhmk) for Qt/KDE
        team packages. See qt-kde-team/2/README for more information.
    
    pkg-kde-tools (0.9.5) unstable; urgency=low
    
      * Make pkgkde-getbuildlogs work with new infrastructure on
        https://buildd.debian.org.
    
    pkg-kde-tools (0.9.4) unstable; urgency=low
    
      * Bump Standards-Verstion to 3.9.1: no changes needed.
      * Fix "dpkg: * has bad syntax: invalid character in revision number" error
        which debhelper kde buildsystem used to spit (it wasn't fatal though).
      * Use perl API in place of dpkg --compare-versions (kde buildsystem).
      * Add lintian override for "capitalization-error-in-description kde KDE".
     -- Felix Geyer <email address hidden>   Thu, 05 May 2011 16:18:06 +0200
  • pkg-kde-tools (0.9.3ubuntu10) natty; urgency=low
    
      * Re-enable Scour as python-scour has dropped the problematic dependencies.
     -- Felix Geyer <email address hidden>   Sun, 20 Mar 2011 19:13:09 +0100