Merge cmake 2.8.0-5 (main) from Debian testing (main)

Bug #497349 reported by Artur Rona
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
cmake (Ubuntu)
Fix Released
Undecided
Michael Vogt

Bug Description

Binary package hint: cmake

 cmake (2.8.0-5) unstable; urgency=low

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

 -- Modestas Vainius <email address hidden> Thu, 26 Nov 2009 14:20:46 +0200
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.

 -- Modestas Vainius <email address hidden> Wed, 25 Nov 2009 11:37:34 +0200
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).

 -- Modestas Vainius <email address hidden> Sun, 22 Nov 2009 20:49:29 +0200
cmake (2.8.0-2) experimental; urgency=low

   * Reenable test suite.

 -- Modestas Vainius <email address hidden> Sun, 22 Nov 2009 00:38:54 +0200
cmake (2.8.0-1) unstable; urgency=low

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

 -- Modestas Vainius <email address hidden> Sat, 14 Nov 2009 01:59:25 +0200
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).

 -- Modestas Vainius <email address hidden> Tue, 10 Nov 2009 23:46:25 +0200
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.

 -- Modestas Vainius <email address hidden> Fri, 06 Nov 2009 22:47:17 +0200
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.

 -- Modestas Vainius <email address hidden> Sun, 11 Oct 2009 15:09:42 +0300

Tags: merge

Related branches

Artur Rona (ari-tczew)
Changed in cmake (Ubuntu):
assignee: nobody → Artur Rona (ari-tczew)
status: New → In Progress
Revision history for this message
Artur Rona (ari-tczew) wrote :
Changed in cmake (Ubuntu):
assignee: Artur Rona (ari-tczew) → nobody
status: In Progress → Confirmed
tags: added: merge
Revision history for this message
Michael Vogt (mvo) wrote :

I take this one.

Changed in cmake (Ubuntu):
status: Confirmed → In Progress
assignee: nobody → Michael Vogt (mvo)
Revision history for this message
Michael Vogt (mvo) wrote :

Hm, this upload got rejected because cmake is using the new dpkg source format v3 quilt .

Revision history for this message
Artur Rona (ari-tczew) wrote :

And...? This never can be merged?

Revision history for this message
Michael Vogt (mvo) wrote :

No worries, I just checked with launchpad and it looks like with the launchpad update tonight it will be fixed :)

Revision history for this message
Michael Vogt (mvo) wrote :

So I will simply do another upload tomorrow.

Revision history for this message
Launchpad Janitor (janitor) wrote :
Download full text (3.5 KiB)

This bug was fixed in the package cmake - 2.8.0-5ubuntu1

---------------
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 ...

Read more...

Changed in cmake (Ubuntu):
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.