Change logs for cmake source package in Raring

  • cmake (2.8.10.1-0ubuntu6) raring; urgency=low
    
      * Rebuild for libarchive soname bump.
      * Drop xmlrpc support, test fail, not enabled upstream by default.
        As suggested in Debian #687326.
     -- Matthias Klose <email address hidden>   Wed, 27 Feb 2013 06:46:45 +0100
  • cmake (2.8.10.1-0ubuntu5) raring; urgency=low
    
      * Rebuild for libarchive soname bump.
     -- Matthias Klose <email address hidden>   Wed, 27 Feb 2013 06:46:45 +0100
  • cmake (2.8.10.1-0ubuntu4) raring; urgency=low
    
      * debian/patches/ubuntu_qt_import_dir_variable.diff
        - Added this patch back, it was inadvertently dropped
          in 2.8.9-1ubuntu1 (LP: #894805)
     -- Ken VanDine <email address hidden>   Thu, 31 Jan 2013 13:40:57 -0500
  • cmake (2.8.10.1-0ubuntu3) raring; urgency=low
    
      * Fix FindPythonLibs to specify both include paths to Python.h &
        pyconfig.h in PYTHON_INCLUDE_DIRS. Packages should not use deprecated
        PYTHON_INCLUDE_PATH, nor only PYTHON_INCLUDE_DIR (which will only
        point to Python.h location).
     -- Dmitrijs Ledkovs <email address hidden>   Wed, 19 Dec 2012 19:00:33 +0000
  • cmake (2.8.10.1-0ubuntu2) raring; urgency=low
    
      * Fix FindGettext, by using a fix applied in OpenSUSE (LP: #1080713)
     -- Dmitrijs Ledkovs <email address hidden>   Thu, 22 Nov 2012 15:34:24 +0000
  • cmake (2.8.10.1-0ubuntu1) raring; urgency=low
    
      * New upstream release
      * Remove FindPostgreSQL_665721.diff now upstream
     -- Jonathan Riddell <email address hidden>   Thu, 15 Nov 2012 14:01:17 +0000
  • cmake (2.8.9-1ubuntu1) raring; 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.
    
    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
     -- Jonathan Riddell <email address hidden>   Thu, 15 Nov 2012 13:27:32 +0000
  • cmake (2.8.9-0ubuntu1) 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.
      * New upstream release.
    
    cmake (2.8.9~rc3-1) unstable; urgency=low
    
      * New upstream release:
        - fixes COMPONENT option. (Closes: #681428)
      * Remove obsolete /etc/emacs/site-start.d/50cmake.el conffile (predates
        squeeze). (Closes: #681625)
    
    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).
    
    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)
     -- Felix Geyer <email address hidden>   Thu, 16 Aug 2012 11:18:51 +0200