[ubuntu/lucid] cmake 2.8.0-5ubuntu1 (Accepted)

Artur Rona ari-tczew at tlen.pl
Fri Dec 18 07:45:22 GMT 2009


cmake (2.8.0-5ubuntu1) lucid; urgency=low

  * Merge from debian testing (LP: #497349). Remaining changes:
    - Keep the Replaces: on cmake-data to cover the Kubuntu version from
      Jaunty in case someone decides to do an (unsupported) Jaunty->Lucid
      upgrade.

cmake (2.8.0-5) unstable; urgency=low

  * Skip the unpredictably long and rather pointless BootstrapTest
    (Closes: #558001).

cmake (2.8.0-4) unstable; urgency=medium

  * Replace bootstraptest_increase_timeout.diff with upstream version. My
    previous patch didn't work.
  * Revert previous "Build with g++-4.4 on hppa" change. It was not needed, build
    with default compiler on hppa.
  * Remove obsolete hack for parisc64 from debian/rules. It didn't work after
    switch to dh v7 anyway.
  * It should build on hppa now (Closes: #556653). So urgency=medium.

cmake (2.8.0-3) unstable; urgency=medium

  * Set HOME to current build directory when running test suite. This should
    fix failures of kwsys.testRegistry and FindPackageTest tests on the
    buildds.
  * Increase timeout of BootstrapTest to 2 hours so it no longer times out
    on s390 or armel (patch bootstraptest_increase_timeout.diff).
  * Fix GNU.cmake file used on Hurd. Thanks to Pino Toscano for the patch.
  * Build with g++-4.4 on hppa. May solve FTBFS (segfault likely due to
    miscompilation) reported in #556653.
  * Urgency medium due to likely RC bug fix (#556653).

cmake (2.8.0-2) experimental; urgency=low

  * Reenable test suite.

cmake (2.8.0-1) unstable; urgency=low

  * New upstream release.
  * Disable test suite for now.

cmake (2.8.0~rc6-1) experimental; urgency=low

  * New upstream development release.
  * Switch debian/rules to use dh v7:
    - bump debhelper build depends to 7.3;
    - also drop unused Dart handling in the process;
    - enable test suite.
  * Add myself as Maintainer, A. Maitland Bottoms as Uploader (with
    permission).

cmake (2.8.0~rc5-1) experimental; urgency=low

  * New upstream development release.
    - FindJNI.cmake does no longer get confused about multiple JVM installs
      (Closes: #553151).
  * Switch to dpkg-source format 3.0 (quilt):
    - drop build dependency on quilt;
    - drop quilt.make snippet include from debian/rules.
  * Build with CMAKE_USE_RELATIVE_PATHS=ON.
  * Drop tcp8.4 from build depends. Not needed.

cmake (2.8.0~rc3-1) experimental; urgency=low

  * New upstream development release.
    - ctest no longer segfaults on such a invalid input (Closes: #528530).
  * Drop all patches:
    - FindQt4.cmake2.6.diff - remove, no longer needed as original bug has been
      fixed since 2.6;
    - FindQt3.cmake.diff - remove, merged upstream;
    - findmpeg2-addpath.diff - remove, bug fixed upstream (in other way);
    - kfreebsd-Platform.diff - remove, merged upstream;
    - executables-dont-need-fpic.diff - remove, merged upstream;
    - manpage_friendly_docs.diff - remove, merged upstream;
    - fix_bashisms.diff - remove, merged upstream;
    - FindPerlLibs.cmake-perl-5.10.diff - remove, fixed upstream differently;
    - FindJNI.cmake-more-arches.diff - remove, was taken from upstream;
    - FindVTK.cmake-vtk-5.4.diff - remove, was taken from upstream.
  * Update install files.
  * Call dpkg with --print-architecture rather than obsolete
    --print-installation-architecture.
  * Fix lintian override cmake-data: extra-license-file.
  * Remove obsolete README.Debian.
  * cmake-curses-gui should not provide cmake-gui.

Date: Wed, 16 Dec 2009 11:11:54 +0100
Changed-By: Artur Rona <ari-tczew at tlen.pl>
Maintainer: Kubuntu Developers <kubuntu-devel at lists.ubuntu.com>
Signed-By: Michael Vogt <michael.vogt at ubuntu.com>
https://launchpad.net/ubuntu/lucid/+source/cmake/2.8.0-5ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 16 Dec 2009 11:11:54 +0100
Source: cmake
Binary: cmake cmake-data cmake-curses-gui cmake-qt-gui
Architecture: source
Version: 2.8.0-5ubuntu1
Distribution: lucid
Urgency: medium
Maintainer: Kubuntu Developers <kubuntu-devel at lists.ubuntu.com>
Changed-By: Artur Rona <ari-tczew at tlen.pl>
Description: 
 cmake      - A cross-platform, open-source make system
 cmake-curses-gui - Curses based user interface for CMake (ccmake)
 cmake-data - CMake data files (modules, templates and documentation)
 cmake-qt-gui - Qt4 based user interface for CMake (cmake-gui)
Closes: 528530 553151 556653 558001
Changes: 
 cmake (2.8.0-5ubuntu1) lucid; urgency=low
 .
   * Merge from debian testing (LP: #497349). Remaining changes:
     - Keep the Replaces: on cmake-data to cover the Kubuntu version from
       Jaunty in case someone decides to do an (unsupported) Jaunty->Lucid
       upgrade.
 .
 cmake (2.8.0-5) unstable; urgency=low
 .
   * Skip the unpredictably long and rather pointless BootstrapTest
     (Closes: #558001).
 .
 cmake (2.8.0-4) unstable; urgency=medium
 .
   * Replace bootstraptest_increase_timeout.diff with upstream version. My
     previous patch didn't work.
   * Revert previous "Build with g++-4.4 on hppa" change. It was not needed, build
     with default compiler on hppa.
   * Remove obsolete hack for parisc64 from debian/rules. It didn't work after
     switch to dh v7 anyway.
   * It should build on hppa now (Closes: #556653). So urgency=medium.
 .
 cmake (2.8.0-3) unstable; urgency=medium
 .
   * Set HOME to current build directory when running test suite. This should
     fix failures of kwsys.testRegistry and FindPackageTest tests on the
     buildds.
   * Increase timeout of BootstrapTest to 2 hours so it no longer times out
     on s390 or armel (patch bootstraptest_increase_timeout.diff).
   * Fix GNU.cmake file used on Hurd. Thanks to Pino Toscano for the patch.
   * Build with g++-4.4 on hppa. May solve FTBFS (segfault likely due to
     miscompilation) reported in #556653.
   * Urgency medium due to likely RC bug fix (#556653).
 .
 cmake (2.8.0-2) experimental; urgency=low
 .
   * Reenable test suite.
 .
 cmake (2.8.0-1) unstable; urgency=low
 .
   * New upstream release.
   * Disable test suite for now.
 .
 cmake (2.8.0~rc6-1) experimental; urgency=low
 .
   * New upstream development release.
   * Switch debian/rules to use dh v7:
     - bump debhelper build depends to 7.3;
     - also drop unused Dart handling in the process;
     - enable test suite.
   * Add myself as Maintainer, A. Maitland Bottoms as Uploader (with
     permission).
 .
 cmake (2.8.0~rc5-1) experimental; urgency=low
 .
   * New upstream development release.
     - FindJNI.cmake does no longer get confused about multiple JVM installs
       (Closes: #553151).
   * Switch to dpkg-source format 3.0 (quilt):
     - drop build dependency on quilt;
     - drop quilt.make snippet include from debian/rules.
   * Build with CMAKE_USE_RELATIVE_PATHS=ON.
   * Drop tcp8.4 from build depends. Not needed.
 .
 cmake (2.8.0~rc3-1) experimental; urgency=low
 .
   * New upstream development release.
     - ctest no longer segfaults on such a invalid input (Closes: #528530).
   * Drop all patches:
     - FindQt4.cmake2.6.diff - remove, no longer needed as original bug has been
       fixed since 2.6;
     - FindQt3.cmake.diff - remove, merged upstream;
     - findmpeg2-addpath.diff - remove, bug fixed upstream (in other way);
     - kfreebsd-Platform.diff - remove, merged upstream;
     - executables-dont-need-fpic.diff - remove, merged upstream;
     - manpage_friendly_docs.diff - remove, merged upstream;
     - fix_bashisms.diff - remove, merged upstream;
     - FindPerlLibs.cmake-perl-5.10.diff - remove, fixed upstream differently;
     - FindJNI.cmake-more-arches.diff - remove, was taken from upstream;
     - FindVTK.cmake-vtk-5.4.diff - remove, was taken from upstream.
   * Update install files.
   * Call dpkg with --print-architecture rather than obsolete
     --print-installation-architecture.
   * Fix lintian override cmake-data: extra-license-file.
   * Remove obsolete README.Debian.
   * cmake-curses-gui should not provide cmake-gui.
Checksums-Sha1: 
 02878273b7698e9322d74d9ed1b37bc622545a7f 1418 cmake_2.8.0-5ubuntu1.dsc
 c35cb0d787c53aee768b154f05b68d3a20eccb3d 3553247 cmake_2.8.0.orig.tar.gz
 e0e4f33bf20fa1ee2d8b79abfe40c11dc60ec967 17968 cmake_2.8.0-5ubuntu1.debian.tar.gz
Checksums-Sha256: 
 14170df4fcb690412b42b21de3c3624c42b37442b4550f2e3cd159c598013f53 1418 cmake_2.8.0-5ubuntu1.dsc
 847d615ecadb97f2cd05964cad6b019b68a952cad0db1e8c05222dfc599f476d 3553247 cmake_2.8.0.orig.tar.gz
 6b2417a7e70cdd0f315b29df18e39ee7ee1266601a5e9bcc71f8989f2ffdb1b6 17968 cmake_2.8.0-5ubuntu1.debian.tar.gz
Files: 
 3a6e6797019298457bee0e4395973d9a 1418 devel optional cmake_2.8.0-5ubuntu1.dsc
 3b3679b8a6afaedc38a8c15dd7ff4fcf 3553247 devel optional cmake_2.8.0.orig.tar.gz
 4ae5ee9bf0020fb515a959d110e1652b 17968 devel optional cmake_2.8.0-5ubuntu1.debian.tar.gz
Launchpad-Bugs-Fixed: 497349
Original-Maintainer: A. Maitland Bottoms <bottoms at debian.org>

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

iEYEARECAAYFAkso6lEACgkQliSD4VZixzQqbgCfQH9254Wvx7cVutvOxnMGu8hw
6DQAniiHUaTJjtw755YhNPXre5Y4V692
=sIoH
-----END PGP SIGNATURE-----


More information about the Lucid-changes mailing list