Change logs for cmake source package in Squeeze

  • cmake (2.8.2+dfsg.1-0+squeeze1) stable-proposed-updates; urgency=low
      * Regenerate original tarball removing files provided under proprietary    licence. (Closes: #614390) They were not actually used. Mention removed    files in the debian/copyright. -- Modestas Vainius <email address hidden>  Fri, 04 Mar 2011 22:16:29 +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
  • cmake (2.8.2-1) unstable; urgency=low
    
    
      * New upstream release:
        - Detects Clang compiler (Closes: #560693).
    
      [ Kai Wasserbäch ]
      * debian/patches/debian/patches/FindPython_fix_#569321_and_#580503.diff:
        Added. (Closes: #569321, #580503)
      * debian/cmake-data.NEWS: Document the changes of the new patch, so nobody
        gets surprised.
    
      [ Modestas Vainius ]
      * Update patches:
        - kFreeBSD_Hurd_fixes.diff - remove, merged upstream.
      * Bump Standards-Version to 3.9.0:
        - replace Conflicts: cmake (<= 2.6.2-1) with Breaks in cmake-data;
        - add Breaks: cmake (<= 2.6.2-1) to cmake-gui-curses.
      * Remove deprecated references to /usr/share/common-licenses/BSD from
        debian/copyright.
      * Add packaging copyright to debian/copyright.
      * Include copyright information for Utilities/xml/* in the debian/copyright.
    
     -- Modestas Vainius <email address hidden>  Wed, 30 Jun 2010 11:20:53 +0300
  • cmake (2.8.1-5) unstable; urgency=low
    
    
      [ Kai Wasserbäch ]
      * debian/control: added myself to Uploaders with Modestas' permission.
    
      [ Modestas Vainius ]
      * Add procps to Build-Depends and cmake Depends. cmake sometimes uses ps
        binary.
      * Fix FindJNI patch (again): avoid using tricky bits of cmake IF() command
        syntax. This should fix FindJNI on architectures which do not need special
        CMAKE_SYSTEM_PROCESSOR handling (e.g. ia64).
    
     -- Modestas Vainius <email address hidden>  Sat, 29 May 2010 02:54:42 +0300
  • cmake (2.8.1-4) unstable; urgency=low
    
    
      * Further improve FinJNI.cmake. This should fix some inconsistencies on s390.
      * Add cpack_installed_size.diff to fix generation of Installed-Size field for
        deb packages. Thanks to Simone Rossetto for heads up and initial patch.
    
     -- Modestas Vainius <email address hidden>  Mon, 17 May 2010 01:24:41 +0300
  • cmake (2.8.1-3) unstable; urgency=medium
    
    
      * Add patches:
        - FindJNI_fix_libarch_determination.dif - rewrite _java_libarch
          determination code in FindJNI.cmake (based on OpenJDK 1.6.0_18 + icedtea
          patches). This should fix invalid _java_libarch detection on mipsel and
          armel (Closes: #544674).
        - FindGTK2_pangommconfig.diff - look for Pangomm Config include directory
          in FindGTK2.cmake (Closes: #579718). Thanks to Sune Vuorela for the
          patch.
      * Add gcc and make to cmake Suggests (Closes: #577516).
      * Rename (to kFreeBSD_Hurd_fixes.diff) and improve kFreeBSD_fixes.diff to fix
        FTBFS on GNU/Hurd as well.
      * Urgency=medium to minimize negative impact on KDE transition.
    
     -- Modestas Vainius <email address hidden>  Wed, 05 May 2010 11:49:57 +0300
  • cmake (2.8.1-2) unstable; urgency=low
    
    
      * Add kFreeBSD_fixes.diff patch to fix FTBFS on kfreebsd-* (failure of the
        CTestTestTimeout test).
    
     -- Modestas Vainius <email address hidden>  Thu, 18 Mar 2010 01:45:08 +0200
  • 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.6.4-3) unstable; urgency=low
    
    
      * Bump Standards-Version to 3.8.3, no changes needed.
      * Add ${misc:Depends} to Depends fields of packages.
      * Improve debian/watch:
        - make it scan remote directories recursively;
        - make it work with new upstream RC release mangling.
      * Remove Pierre Habouzit from Uploaders by his own request.
      * Backport FindJNI.cmake from CMake 2.8 CVS in order to make it arch
        independent on Linux. New FindJNI.cmake also supports most Linux arches and
        is capable of finding Sun Java, OpenJDK, Kaffe and GCJ (if latter is
        default-java) JVMs. Support for Debian specific /usr/lib/jvm/default-java is
        also included. Patch FindJNI.cmake-more-arches.diff (Closes: #544674).
      * Backport Modules/FindVTK.cmake from CMake 2.8 CVS. It adds support for VTK
        5.4. Patch FindVTK.cmake-vtk-5.4.diff (Closes: #546030).
      * Update debian/copyright with more details (Closes: #544290).
      * Make cmake-curses-gui and cmake-qt-gui packages provide 'cmake-gui'.
    
     -- Modestas Vainius <email address hidden>  Wed, 30 Sep 2009 20:51:13 +0300
  • cmake (2.6.4-2) unstable; urgency=low
    
    
      * Prefer *-qt3 binary names to generic ones in FinqQt3.cmake
        (Closes: #538864).
      * Fix bashisms in CMake scripts (Closes: #530056).
      * Merge in 2.6.0-6 debian/changelog.
      * Use quilt.make rather than custom quilt patch implementation.
      * Make debian/rules dpkg-buildpackage -jX safe and support parallel
        in DEB_BUILD_OPTIONS (Closes: #538826).
      * Add FindPerlLibs.cmake-perl-5.10.diff patch which adds perl 5.10 support in
        FindPerlLibs.cmake  (Closes: #541609). Thanks to Joshua Rubin.
    
     -- Modestas Vainius <email address hidden>  Fri, 21 Aug 2009 19:35:21 +0300
  • cmake (2.6.4-1) unstable; urgency=low
    
    
      * New upstream release.
      * Resync patches:
        - relative_path_fixes2.diff - removed, merged upstream;
        - FindQt4_qt4_lupdate_lrelease.diff - removed, merged upstream.
      * Bump Standards-Version to 3.8.1. No changes needed.
      * Remove deprecated dh_desktop from debian/rules.
      * Update manpage_friendly_docs.diff patch to fix more lintian warnings.
    
     -- Modestas Vainius <email address hidden>  Sat, 02 May 2009 01:28:29 +0300
  • cmake (2.6.3-2) unstable; urgency=low
    
    
      * Remove do-not-use-lib64.diff, no longer needed (according to upstream).
      * Remove reinstate-arm.diff, merged upstream.
      * Upload to unstable.
    
     -- Modestas Vainius <email address hidden>  Sat, 07 Mar 2009 15:13:56 +0200
  • cmake (2.6.2-4) unstable; urgency=low
    
    
      * Release to unstable. No other changes.
    
     -- Modestas Vainius <email address hidden>  Sun, 15 Feb 2009 23:33:47 +0200