Package: cmake / 2.8.2+dfsg.1-0+squeeze1

Metadata

Package Version Patches format
cmake 2.8.2+dfsg.1-0+squeeze1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
hurd_platform.diff | (download)

Modules/Platform/GNU.cmake | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 fix platform file for gnu/hurd
 Currently (both in cmake 2.6.x and cmake 2.8 as of its latest rc5), the
 GNU.cmake platform file used for GNU/Hurd systems is not complete.  In
 particular, it needs the rpath-link flag definition, needed for properly
 compiling in all the cmake setups; in particular, its miss causes the failure
 of the ExportImport unit test, which instead works correctly with the proposed
 patch.  Also, the patch provides some more definitions, a bit close to the
 Linux oones (given the base toolchain is quite close anyway, GNU-based).
Bug: http://public.kitware.com/Bug/view.php?id=9873
FindGTK2_pangommconfig.diff | (download)

Modules/FindGTK2.cmake | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 find pangommconfig include directory in findgtk2
 There is a small bug in FindGTK2.cmake that makes the include dirs not
 set properly when using pangomm. Pangomm has, like many of the other
 libraries, now two include dirs, one for the arch specific 'config'
 header, and another dir for the arch independent headers.
FindJNI_fix_libarch_determination.diff | (download)

Modules/FindJNI.cmake | 61 43 + 18 - 0 !
1 file changed, 43 insertions(+), 18 deletions(-)

 fix libarch determination based on openjdk 1.6.0_18 + icedtea code
 This new version is based on the openjdk 1.6.0_18 + icedtea patches:
   - acinclude.m4 (JRE_ARCH_DIR)
   - openjdk/jdk/make/common/shared/Platform.gmk (libarch)
  This should fix libarch determination on armel and mipsel, add support for
  hppa and sh. However, it would be more reliable to base this guess on the
  first part of the GNU config.guess platform triplet but it is generally not
  available for cmake yet.
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=544674
Bug: http://public.kitware.com/Bug/view.php?id=9611
cpack_installed_size.diff | (download)

Source/CPack/cmCPackDebGenerator.cxx | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 cpack: units of the deb installed-size field are rounded up bytes / 1024
 Units of the Installed-Size field in debs are estimated installed size in
 bytes, divided by 1024 and rounded up. See Debian Polucy 5.6.20 for more
 information:
 http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Installed-Size
FindPython_fix_#569321_and_#580503.diff | (download)

Modules/FindPythonInterp.cmake | 42 29 + 13 - 0 !
Modules/FindPythonLibs.cmake | 24 23 + 1 - 0 !
2 files changed, 52 insertions(+), 14 deletions(-)

 make the python cmake scripts more versatile in version handling.
 The FindPython{Interp,Libs}.cmake scripts need to cater for a set version or,
 failing that, in Debian, set the default version for Python in Debian.
 As a last resort we still try a list of hardcoded values.
 .
 This patch addresses both issues. (Closes: #569321, #580503)
 .
 Parts of this patch were based on Didier Raboud's <didier@raboud.com> patch for
 #569321.
add_libarchive_script.patch | (download)

CMakeLists.txt | 3 2 + 1 - 0 !
Modules/Findlibarchive.cmake | 41 41 + 0 - 0 !
Tests/CMakeTests/ModuleNoticesTest.cmake.in | 2 2 + 0 - 0 !
3 files changed, 45 insertions(+), 1 deletion(-)

 add findlibarchive.cmake needed to build with system libarchive
fix CTestTestFailedSubmit xmlrpc.diff | (download)

Tests/CMakeLists.txt | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 pass the ctesttestfailedsubmit-xmlrpc test when there is "submission problem" in the output
 This is at least applicable to XMLRPC. Full error message is below:
 
fix_spelling_errors.patch | (download)

Modules/CPackRPM.cmake | 4 2 + 2 - 0 !
Modules/FindCUDA.cmake | 4 2 + 2 - 0 !
Modules/FindSWIG.cmake | 2 1 + 1 - 0 !
Modules/FindwxWidgets.cmake | 4 2 + 2 - 0 !
Source/CPack/cpack.cxx | 2 1 + 1 - 0 !
Source/CTest/cmCTestCoverageHandler.cxx | 6 3 + 3 - 0 !
Source/CTest/cmCTestRunScriptCommand.h | 2 1 + 1 - 0 !
Source/CTest/cmCTestSubmitHandler.cxx | 2 1 + 1 - 0 !
Source/CursesDialog/form/fld_info.c | 2 1 + 1 - 0 !
Source/CursesDialog/form/fld_user.c | 4 2 + 2 - 0 !
Source/CursesDialog/form/frm_user.c | 4 2 + 2 - 0 !
Source/cmCTest.cxx | 2 1 + 1 - 0 !
Source/cmIncludeDirectoryCommand.cxx | 2 1 + 1 - 0 !
Source/cmLocalGenerator.cxx | 2 1 + 1 - 0 !
Source/cmProjectCommand.h | 2 1 + 1 - 0 !
Source/cmSetCommand.cxx | 2 1 + 1 - 0 !
Source/cmTryRunCommand.cxx | 2 1 + 1 - 0 !
Source/cmake.cxx | 2 1 + 1 - 0 !
Tests/CMakeTests/FindBaseTest.cmake.in | 2 1 + 1 - 0 !
Utilities/cmcurl/curl/multi.h | 2 1 + 1 - 0 !
Utilities/cmcurl/url.c | 2 1 + 1 - 0 !
21 files changed, 28 insertions(+), 28 deletions(-)

 fix all the spelling errors reported by lintian.