[ubuntu/jaunty] pkg-kde-tools 0.4.0.1ubuntu1 (Accepted)

Scott Kitterman scott at kitterman.com
Mon Mar 2 16:00:18 GMT 2009


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)

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

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

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.

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.

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.

Date: Mon, 02 Mar 2009 10:43:49 -0500
Changed-By: Scott Kitterman <scott at kitterman.com>
Maintainer: Kubuntu Developers <kubuntu-devel at lists.ubuntu.com>
Signed-By: Scott Kitterman <ubuntu at kitterman.com>
https://launchpad.net/ubuntu/jaunty/+source/pkg-kde-tools/0.4.0.1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 02 Mar 2009 10:43:49 -0500
Source: pkg-kde-tools
Binary: pkg-kde-tools
Architecture: source
Version: 0.4.0.1ubuntu1
Distribution: jaunty
Urgency: low
Maintainer: Kubuntu Developers <kubuntu-devel at lists.ubuntu.com>
Changed-By: Scott Kitterman <scott at kitterman.com>
Description: 
 pkg-kde-tools - common makesnippets and build scripts for KDE4 related packages
Changes: 
 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)
 .
 pkg-kde-tools (0.4.0.1) unstable; urgency=low
 .
   * Get rid of THIS_SHOULD_GO_TO_UNSTABLE hack.
   * Release to unstable.
 .
 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.
 .
 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.
 .
 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.
Checksums-Sha1: 
 239f1cbfff768b5472e9e678a81c3533ce4f9a32 964 pkg-kde-tools_0.4.0.1ubuntu1.dsc
 b1ceb2d326b01f9e0553ab55a2de3fc00ebc208e 34062 pkg-kde-tools_0.4.0.1ubuntu1.tar.gz
Checksums-Sha256: 
 2fdce412497be9f16bacf6515ab613a9598a330ae77b16e7706a6f7157ae0569 964 pkg-kde-tools_0.4.0.1ubuntu1.dsc
 fceab8f5f4cac34144503dec1bb248323fdb7a7b95a3a29db7deed00d69f93cf 34062 pkg-kde-tools_0.4.0.1ubuntu1.tar.gz
Files: 
 918eb17d48a2938267281eaae196c2e2 964 devel extra pkg-kde-tools_0.4.0.1ubuntu1.dsc
 097acfa455b57413a6c2ae3024e1a64c 34062 devel extra pkg-kde-tools_0.4.0.1ubuntu1.tar.gz
Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkmr/00ACgkQHajaM93NaGoBiwCeJTbWM1nnlhvnz7Fb0xbWS+P2
2JoAoI8w66gznUGgLeNys4KXg3K+dmTV
=MjiK
-----END PGP SIGNATURE-----


More information about the Jaunty-changes mailing list