[ubuntu/quantal] cmake 2.8.8-2ubuntu1 (Accepted)

Felix Geyer debfx at ubuntu.com
Mon Apr 30 14:10:22 UTC 2012


cmake (2.8.8-2ubuntu1) quantal; urgency=low

  * Merge from Debian unstable, remaining changes:
    - Add xfail_compiler_flag.diff: Mark compiler flag tests as expected
      failures.
    - Add ubuntu_qt_import_dir_variable.diff: define QT_IMPORTS_DIR even
      when that dir does not exist.
  * Remove increase_ctest_test_timeout.diff, merged upstream.

cmake (2.8.8-2) unstable; urgency=low

  * FindPkgConfig.cmake: properly set documented PKG_CONFIG_FOUND variable
    (patch backport_findpkgconfig_set_found_variable.diff). (Closes: #669627)

cmake (2.8.8-1) unstable; urgency=low

  * New upstream release:
    - do not segfault when adding symbols to ZIP. (Closes: #666456)
      Fixed by upstream commit: 768cf9183
  * Remove patches merged/backported from upstream:
    - backport_findpython_fixes.diff
    - backport_findruby_improvements.diff
    - backport_support_cxxtest4.diff
    - manpage_fixes.diff
    - mipsel_is_little_endian.diff
    - paths_in_regex_espace_metachars.diff
  * Refresh FindBoost_add_-lpthread_#563479.diff patch.
  * Readd manpage_fixes.diff patch with new man page fixes.

cmake (2.8.7-4) unstable; urgency=low

  * Backport a bunch of FindPython* related commits from cmake master. It
    is now possible to force a specific python version via command line again.
    The interface has changed though, see NEWS entry. (Closes: #663188)
    Patch: backport_findpython_fixes.diff
  * Backport a bunch of FindRuby improvements from cmake master. It should be
    able to properly find ruby 1.9.1 as packaged in Debian now.
    (Closes: #643949)
    Patch: backport_findruby_improvements.diff
  * Add support for CxxTest 4 in FindCxxTest (backport a patch from cmake
    master). (Closes: #662982) Thanks to Simone Rossetto.
    Patch: backport_support_cxxtest4.diff
  * Bump Standards-Version to 3.9.3: no changes needed.
  * Mark cmake Multi-Arch: foreign. The change was stolen from Ubuntu
    cmake_2.8.7-0ubuntu3 package. Thanks to Steve Langasek.

cmake (2.8.7-3) unstable; urgency=medium

  * Fix some tests not to fail if absolute build path contains regex
    metacharacters like +. This makes the package binNMUable again.
    (patch paths_in_regex_espace_metachars.diff)
  * Drop support_cppflags.diff patch because this particular solution was
    rejected by upstream. This reopens #653916.

cmake (2.8.7-2) unstable; urgency=low

  * Properly detect mipsel as little endian architecture. Fixes FTBFS (patch
    mipsel_is_little_endian.diff).
  * Bump debhelper compat level to 9 in order to receive build flags
    automagically.

cmake (2.8.7-1) unstable; urgency=low

  * New upstream release. (Closes: #658427)
  * Disable CTestTestUpload test because it requires Internet access. Thanks to
    Felix Geyer. (Closes: #634603)
  * Remove multiarch_lib_dirs_should_be_implicit.diff patch, merged upstream.
  * Refresh other patches.
  * Respect CPPFLAGS environment variable when building C/C++ sources (patch
    support_cppflags.diff). (Closes: #653916)
  * Fix various typos and formatting errors in manpages (patch
    manpage_fixes.diff).
  * Update install files: add usr/share/aclocal/cmake.m4.

Date: Mon, 30 Apr 2012 12:14:32 +0200
Changed-By: Felix Geyer <debfx at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Jonathan Riddell <jriddell at ubuntu.com>
https://launchpad.net/ubuntu/quantal/+source/cmake/2.8.8-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 30 Apr 2012 12:14:32 +0200
Source: cmake
Binary: cmake cmake-data cmake-curses-gui cmake-qt-gui cmake-doc cmake-dbg
Architecture: source
Version: 2.8.8-2ubuntu1
Distribution: quantal
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Felix Geyer <debfx at ubuntu.com>
Description: 
 cmake      - 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-dbg  - debugging symbols for CMake
 cmake-doc  - extended documentation in various formats for CMake
 cmake-qt-gui - Qt4 based user interface for CMake (cmake-gui)
Closes: 634603 643949 653916 658427 662982 663188 666456 669627
Changes: 
 cmake (2.8.8-2ubuntu1) quantal; urgency=low
 .
   * Merge from Debian unstable, remaining changes:
     - Add xfail_compiler_flag.diff: Mark compiler flag tests as expected
       failures.
     - Add ubuntu_qt_import_dir_variable.diff: define QT_IMPORTS_DIR even
       when that dir does not exist.
   * Remove increase_ctest_test_timeout.diff, merged upstream.
 .
 cmake (2.8.8-2) unstable; urgency=low
 .
   * FindPkgConfig.cmake: properly set documented PKG_CONFIG_FOUND variable
     (patch backport_findpkgconfig_set_found_variable.diff). (Closes: #669627)
 .
 cmake (2.8.8-1) unstable; urgency=low
 .
   * New upstream release:
     - do not segfault when adding symbols to ZIP. (Closes: #666456)
       Fixed by upstream commit: 768cf9183
   * Remove patches merged/backported from upstream:
     - backport_findpython_fixes.diff
     - backport_findruby_improvements.diff
     - backport_support_cxxtest4.diff
     - manpage_fixes.diff
     - mipsel_is_little_endian.diff
     - paths_in_regex_espace_metachars.diff
   * Refresh FindBoost_add_-lpthread_#563479.diff patch.
   * Readd manpage_fixes.diff patch with new man page fixes.
 .
 cmake (2.8.7-4) unstable; urgency=low
 .
   * Backport a bunch of FindPython* related commits from cmake master. It
     is now possible to force a specific python version via command line again.
     The interface has changed though, see NEWS entry. (Closes: #663188)
     Patch: backport_findpython_fixes.diff
   * Backport a bunch of FindRuby improvements from cmake master. It should be
     able to properly find ruby 1.9.1 as packaged in Debian now.
     (Closes: #643949)
     Patch: backport_findruby_improvements.diff
   * Add support for CxxTest 4 in FindCxxTest (backport a patch from cmake
     master). (Closes: #662982) Thanks to Simone Rossetto.
     Patch: backport_support_cxxtest4.diff
   * Bump Standards-Version to 3.9.3: no changes needed.
   * Mark cmake Multi-Arch: foreign. The change was stolen from Ubuntu
     cmake_2.8.7-0ubuntu3 package. Thanks to Steve Langasek.
 .
 cmake (2.8.7-3) unstable; urgency=medium
 .
   * Fix some tests not to fail if absolute build path contains regex
     metacharacters like +. This makes the package binNMUable again.
     (patch paths_in_regex_espace_metachars.diff)
   * Drop support_cppflags.diff patch because this particular solution was
     rejected by upstream. This reopens #653916.
 .
 cmake (2.8.7-2) unstable; urgency=low
 .
   * Properly detect mipsel as little endian architecture. Fixes FTBFS (patch
     mipsel_is_little_endian.diff).
   * Bump debhelper compat level to 9 in order to receive build flags
     automagically.
 .
 cmake (2.8.7-1) unstable; urgency=low
 .
   * New upstream release. (Closes: #658427)
   * Disable CTestTestUpload test because it requires Internet access. Thanks to
     Felix Geyer. (Closes: #634603)
   * Remove multiarch_lib_dirs_should_be_implicit.diff patch, merged upstream.
   * Refresh other patches.
   * Respect CPPFLAGS environment variable when building C/C++ sources (patch
     support_cppflags.diff). (Closes: #653916)
   * Fix various typos and formatting errors in manpages (patch
     manpage_fixes.diff).
   * Update install files: add usr/share/aclocal/cmake.m4.
Checksums-Sha1: 
 9c59433db8b68b4a25664f80425c6dc424603ea3 1770 cmake_2.8.8-2ubuntu1.dsc
 a74dfc3e0a0d7f857ac5dda03bb99ebf07676da1 5691656 cmake_2.8.8.orig.tar.gz
 b1b4c90cfcacaaf5d4ea3291c00398b0a94485ab 28168 cmake_2.8.8-2ubuntu1.debian.tar.gz
Checksums-Sha256: 
 0aee0075eea11acfc98527ec780c31dd2bf109eff2b106891b470fd0e2713259 1770 cmake_2.8.8-2ubuntu1.dsc
 2b59897864d6220ff20aa8eac64cac8994e004898a1c0f899c8cb4d7b7570b46 5691656 cmake_2.8.8.orig.tar.gz
 863d5221dd3b870eaee36335fcee0655306ae6fdaddf1f743789fd161120614e 28168 cmake_2.8.8-2ubuntu1.debian.tar.gz
Files: 
 4e82b7407ada2d47de53d63be6fef637 1770 devel optional cmake_2.8.8-2ubuntu1.dsc
 ba74b22c788a0c8547976b880cd02b17 5691656 devel optional cmake_2.8.8.orig.tar.gz
 4dd2c58ba0e6b1510ad480dab63078a0 28168 devel optional cmake_2.8.8-2ubuntu1.debian.tar.gz
Original-Maintainer: Modestas Vainius <modax at debian.org>

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

iEYEARECAAYFAk+enDMACgkQpQbm1N1NUIi6YwCg9SGAOOCJfsXWQFFfPFipxx8o
/IgAoLURir2Qe/C80WbC9lmGQ3hGmZ/X
=SY9X
-----END PGP SIGNATURE-----


More information about the Quantal-changes mailing list