Change logs for cmake source package in Wheezy

  • cmake (2.8.9-1) unstable; urgency=low
    
    
      * New upstream release (no upstream changes since RC3).
      * Make FindPostgreSQL find headers on Debian. Thanks to Pere Nubiola i
        Radigales and Gregor Jasny. (Closes: #665721)
        Patch: FindPostgreSQL_665721.diff
      * Refresh patches.
      * Install to multiarch libdir on kFreeBSD and Hurd like on Linux. Thanks
        to John Stamp (Closes: #684956)
        Patch: install_to_multiarch_libdir_on_kfreebsd_hurd.diff
    
     -- Modestas Vainius <email address hidden>  Sat, 18 Aug 2012 23:13:37 +0300
  • cmake (2.8.9~rc1-1) unstable; urgency=low
    
    
      * New upstream release.
      * Remove patches, merged upstream:
        - backport_findpkgconfig_set_found_variable.diff;
        - backport_module_no_soname.diff;
        - manpage_fixes.diff.
      * Drop cmake-{qt,curses}-gui.lintian-overrides, not needed with newer lintian.
      * Enable hardening flags (by appending CPPFLAGS to C(XX)FLAGS).
    
     -- Modestas Vainius <email address hidden>  Wed, 27 Jun 2012 21:34:06 +0300
  • cmake (2.8.8-3) unstable; urgency=low
    
    
      * Backport a no-soname feature from CMake (2.8.9) master tree. Just set a
        NO_SONAME property on the shared library or module target in order to skip
        addition of the SONAME field to the shared object. This makes it possible to
        build Debian Python policy compliant modules with CMake. (Closes: #668982)
    
     -- Modestas Vainius <email address hidden>  Wed, 02 May 2012 21:50:09 +0300
  • 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.
    
     -- Modestas Vainius <email address hidden>  Fri, 16 Mar 2012 23:49:28 +0200
  • 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.
    
     -- Modestas Vainius <email address hidden>  Mon, 27 Feb 2012 00:56:14 +0200
  • cmake (2.8.5-1) unstable; urgency=low
      * New upstream release:    - fixes UseSWIG. (Closes: #631497)  * Drop screen-256color-bce.diff - merged upstream.  * Drop spelling_formatting_fixes.diff - merged upstream.  * Make sure CMake considers /lib/<arch> as implicit and keeps it out of    automatic R(UN)PATH (patch multiarch_lib_dirs_should_be_implicit.diff).  * Refresh FindBoost_add_-lpthread_#563479.diff patch. -- Modestas Vainius <email address hidden>  Sat, 09 Jul 2011 15:18:39 +0300
  • cmake (2.8.5~rc2-1) unstable; urgency=low
      * New upstream release.  * No longer repack upstream tarball and drop dfsg suffix from the version    number. The tarball is DFSG clean now.  * Drop fixup_manpages.diff patch, merged upstream.  * Drop backport_test_order_fix.diff patch, was backported from upstream.  * Drop multiarch_basic_support.diff patch, merged upstream.  * Refresh screen-256color-bce.diff patch.  * Add spelling_formatting_fixes.diff which fixes a couple of new    spelling / formatting errors.  * Override incorrect menu-icon-missing lintian warning properly. -- Modestas Vainius <email address hidden>  Sun, 19 Jun 2011 17:33:45 +0300
  • cmake (2.8.4+dfsg.1-5) unstable; urgency=medium
      * Fix multiarch regex to support armel and (hopefully) all other possible    linux architectures (patch multiarch_basic_support.diff updated).  * Support multiarch paths on kfreebsd and hurd (patch    multiarch_basic_support.diff updated). (Closes: #630167)  * Urgency=medium, the bugs above make cmake almost unusable on armel and    kfreebsd. -- Modestas Vainius <email address hidden>  Sat, 11 Jun 2011 22:47:18 +0300
  • cmake (2.8.4+dfsg.1-2) unstable; urgency=low
      * Add backport_test_order_fix.diff to restore conpatibility with earlier    versions with respect to the test run order. (Closes: #615054) -- Modestas Vainius <email address hidden>  Fri, 25 Feb 2011 19:12:33 +0200
  • cmake (2.8.2-2) unstable; urgency=low
    
    
      [ Kai Wasserbäch ]
      * debian/control:
        - Added libarchive-dev to Build-Depends.
        - Don't {,B-}D on procps on Hurd, already provided by hurd.
        - Added Homepage field (fixes no-homepage-field).
        - Added new binary package cmake-doc and moved all additional
          documentation there (registered with doc-base now).
      * debian/rules: Use system libarchive.
      * debian/patches:
        - add_libarchive_script.patch: Added to allow building with the system's
          libarchive.
        - fix_spelling_errors.patch: Added. Thanks to Lintian for finding them.
    
      [ Modestas Vainius ]
      * Build with CTEST_USE_XMLRPC to re-enable XMLRPC support in CTest and add
        fix-CTestTestFailedSubmit-xmlrpc.diff patch to fix a (wrongly) failing test
        in that case.
      * Add cmake-dbg package.
      * Add cmake to cmake-doc Suggests.
      * Start package synopsis with lowercase letter where applicable.
    
     -- Modestas Vainius <email address hidden>  Mon, 12 Jul 2010 02:14:05 +0300