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 ! |
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 ! |
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 ! |
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 ! |
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 ! |
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 ! |
add findlibarchive.cmake needed to build with system libarchive |
| fix CTestTestFailedSubmit xmlrpc.diff | (download) |
Tests/CMakeLists.txt |
1 1 + 0 - 0 ! |
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 ! |
fix all the spelling errors reported by lintian. |
