[ubuntu/xenial-proposed] cmake 3.5.0-1ubuntu1 (Accepted)

Jose Luis Rivero jrivero at osrfoundation.org
Tue Mar 29 10:57:35 UTC 2016


cmake (3.5.0-1ubuntu1) xenial; urgency=medium

  * Merge from Debian unstable (LP: #1534263). Remaining changes:
    - debian/patches/ubuntu_cmake-crosscompile.patch:
      help cmake to find libraries in multiarch path
      xnox says this is not yet ready to go upstream but he will work on it
    - debian/patches/ubuntu_boost-multiarch.patch
      find boost and python in multiarch path
      this is a candidate for removal but needs rdepend testing

cmake (3.5.0-1) unstable; urgency=medium

  * New upstream release.
    - Fixes fltk_wrap_ui segmentation fault. (Closes: #809535)
  * Pass correct buildsystem to dh_auto_test, fixes FTBFS. (Closes: #818040)
  * Change Vcs-* and Homepage to https URLs.
  * Migrate to dbgsym debug package.

cmake (3.4.1-2) unstable; urgency=medium

  * Upload to unstable.

cmake (3.4.1-1) experimental; urgency=medium

  * New upstream release.

cmake (3.4.0-1) experimental; urgency=medium

  * New upstream release.
  * Drop patches that have been applied upstream:
    - FindJNI.cmake.mips.patch
    - fix-hdf5-hl.patch
    - FindJNI-Add-support-for-x32-architecture-on-Linux.patch
    - Features_Extract_strings_from_test_binary_more_reliably.patch
    - FindPkgConfig_remove_variable_dereference.patch
    - FindPython_Add_versions_3.5_and_3.6.patch
  * Point watch file to the https URL.
  * Stop hardcoding the major version in cmake-data.install.
  * Remove upgrade maintainer scripts from before wheezy.

cmake (3.3.2-2) unstable; urgency=medium

  * Search for Python 3.5 and 3.6. (Closes: #802826)
    - Add FindPython_Add_versions_3.5_and_3.6.patch
  * Add tighter build-depends on dpkg-dev and debhelper for Build-Profiles
    support.

cmake (3.3.2-1) unstable; urgency=medium

  * Upload to unstable.
  * New upstream release.
  * Drop Debian menu entries.
  * Make compiler feature testing more reliable.
    - Fixes testsuite failure on alpha. (Closes: #789807)
    - Features_Extract_strings_from_test_binary_more_reliably.patch
  * Fix FindPkgConfig when no minimum version has been set.
    - FindPkgConfig_remove_variable_dereference.patch
  * Remove inactive uploaders from the list.

cmake (3.3.1-2) experimental; urgency=medium

  * Set the team mailing list as maintainer.
  * Add a stage1 build profile that disables building cmake-qt-gui.
    (Closes: #738161)
  * Add autopkgtests which run the upstream testsuite against the system cmake.
  * Add support for x32 in FindJNI. (Closes: #792262)
    - FindJNI-Add-support-for-x32-architecture-on-Linux.patch

cmake (3.3.1-1) experimental; urgency=medium

  * New upstream release.
    - Fixes bashism in Modules/Squish4RunTestCase.sh. (Closes: #772218)
  * Drop patches that have been applied upstream:
    - cpack-doc-typo.patch
    - protect-tests-from-makeflags.patch
    - custom-sphinx-flags.patch
    - fix-mips-endian.patch
    - openjdk-8-detection.patch
  * Move bash_completion from /etc to /usr/share.
    - Stop using dh_bash-completion. It still installs files to /etc and
      dh_install works just fine.

Date: Tue, 22 Mar 2016 17:33:09 +0100
Changed-By: Jose Luis Rivero <jrivero at osrfoundation.org>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Martin Pitt <martin.pitt at ubuntu.com>
https://launchpad.net/ubuntu/+source/cmake/3.5.0-1ubuntu1
-------------- next part --------------
Format: 1.8
Date: Tue, 22 Mar 2016 17:33:09 +0100
Source: cmake
Binary: cmake cmake-data cmake-curses-gui cmake-qt-gui cmake-doc
Architecture: source
Version: 3.5.0-1ubuntu1
Distribution: xenial
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Jose Luis Rivero <jrivero at osrfoundation.org>
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-doc  - extended documentation in various formats for CMake
 cmake-qt-gui - Qt4 based user interface for CMake (cmake-gui)
Closes: 738161 772218 789807 792262 802826 809535 818040
Launchpad-Bugs-Fixed: 1534263
Changes:
 cmake (3.5.0-1ubuntu1) xenial; urgency=medium
 .
   * Merge from Debian unstable (LP: #1534263). Remaining changes:
     - debian/patches/ubuntu_cmake-crosscompile.patch:
       help cmake to find libraries in multiarch path
       xnox says this is not yet ready to go upstream but he will work on it
     - debian/patches/ubuntu_boost-multiarch.patch
       find boost and python in multiarch path
       this is a candidate for removal but needs rdepend testing
 .
 cmake (3.5.0-1) unstable; urgency=medium
 .
   * New upstream release.
     - Fixes fltk_wrap_ui segmentation fault. (Closes: #809535)
   * Pass correct buildsystem to dh_auto_test, fixes FTBFS. (Closes: #818040)
   * Change Vcs-* and Homepage to https URLs.
   * Migrate to dbgsym debug package.
 .
 cmake (3.4.1-2) unstable; urgency=medium
 .
   * Upload to unstable.
 .
 cmake (3.4.1-1) experimental; urgency=medium
 .
   * New upstream release.
 .
 cmake (3.4.0-1) experimental; urgency=medium
 .
   * New upstream release.
   * Drop patches that have been applied upstream:
     - FindJNI.cmake.mips.patch
     - fix-hdf5-hl.patch
     - FindJNI-Add-support-for-x32-architecture-on-Linux.patch
     - Features_Extract_strings_from_test_binary_more_reliably.patch
     - FindPkgConfig_remove_variable_dereference.patch
     - FindPython_Add_versions_3.5_and_3.6.patch
   * Point watch file to the https URL.
   * Stop hardcoding the major version in cmake-data.install.
   * Remove upgrade maintainer scripts from before wheezy.
 .
 cmake (3.3.2-2) unstable; urgency=medium
 .
   * Search for Python 3.5 and 3.6. (Closes: #802826)
     - Add FindPython_Add_versions_3.5_and_3.6.patch
   * Add tighter build-depends on dpkg-dev and debhelper for Build-Profiles
     support.
 .
 cmake (3.3.2-1) unstable; urgency=medium
 .
   * Upload to unstable.
   * New upstream release.
   * Drop Debian menu entries.
   * Make compiler feature testing more reliable.
     - Fixes testsuite failure on alpha. (Closes: #789807)
     - Features_Extract_strings_from_test_binary_more_reliably.patch
   * Fix FindPkgConfig when no minimum version has been set.
     - FindPkgConfig_remove_variable_dereference.patch
   * Remove inactive uploaders from the list.
 .
 cmake (3.3.1-2) experimental; urgency=medium
 .
   * Set the team mailing list as maintainer.
   * Add a stage1 build profile that disables building cmake-qt-gui.
     (Closes: #738161)
   * Add autopkgtests which run the upstream testsuite against the system cmake.
   * Add support for x32 in FindJNI. (Closes: #792262)
     - FindJNI-Add-support-for-x32-architecture-on-Linux.patch
 .
 cmake (3.3.1-1) experimental; urgency=medium
 .
   * New upstream release.
     - Fixes bashism in Modules/Squish4RunTestCase.sh. (Closes: #772218)
   * Drop patches that have been applied upstream:
     - cpack-doc-typo.patch
     - protect-tests-from-makeflags.patch
     - custom-sphinx-flags.patch
     - fix-mips-endian.patch
     - openjdk-8-detection.patch
   * Move bash_completion from /etc to /usr/share.
     - Stop using dh_bash-completion. It still installs files to /etc and
       dh_install works just fine.
Checksums-Sha1:
 b72561cd6fb300335c2f425f472ef44aeb5fca0a 2556 cmake_3.5.0-1ubuntu1.dsc
 4a10116e061bbe806ffdd5164aca7780b0e98f4e 6861686 cmake_3.5.0.orig.tar.gz
 83dde03ddc193a58036fa37945915533da947ea3 29896 cmake_3.5.0-1ubuntu1.debian.tar.xz
Checksums-Sha256:
 0d9a883b44493649d5fa10fec58a2130a0a80f8e893e18786166b71e8f6307fb 2556 cmake_3.5.0-1ubuntu1.dsc
 92c83ad8a4fd6224cf6319a60b399854f55b38ebe9d297c942408b792b1a9efa 6861686 cmake_3.5.0.orig.tar.gz
 45d3196ab265fc0c5d33ee238fd6d60d633356cefd71fb1f97bc7712ff516709 29896 cmake_3.5.0-1ubuntu1.debian.tar.xz
Files:
 9f7c87f81ef8a3620bd93f1cd09df4d1 2556 devel optional cmake_3.5.0-1ubuntu1.dsc
 33c5d09d4c33d4ffcc63578a6ba8777e 6861686 devel optional cmake_3.5.0.orig.tar.gz
 4664a37eece9ea1743b339ea3bd5e7b1 29896 devel optional cmake_3.5.0-1ubuntu1.debian.tar.xz
Original-Maintainer: Debian CMake Team <pkg-cmake-team at lists.alioth.debian.org>


More information about the Xenial-changes mailing list