Timo Röhling
c0e175be5e
Prefer Debian's default Python 3 version in FindPython.cmake
...
Closes : #945825
3 years ago
Timo Röhling
274e688012
Update patches
...
- Drop Compile_with_FILE_OFFSET_BITS_64_on_32-bit_Linux.patch
(accepted by upstream)
- Drop disable_fileapi_json_extra_test.patch
(no longer needed)
- New patch Fix-cross-compilation-with-MPI.patch (Closes : #943312 )
Gbp-Dch: full
3 years ago
Felix Geyer
d42666f6e0
Cherry-pick commit to build with -D_FILE_OFFSET_BITS=64 on 32bit archs.
...
* Cherry-pick commit to build with -D_FILE_OFFSET_BITS=64 on 32bit archs.
- Add Compile_with_FILE_OFFSET_BITS_64_on_32-bit_Linux.patch
- Closes : #965046
4 years ago
Felix Geyer
1bd875710c
Drop FindPkgConfig_also_handle_isystem.patch, applied upstream.
4 years ago
Felix Geyer
d43308f431
Handle -isystem from pkg-config correctly.
...
* Handle -isystem from pkg-config correctly. (Closes : #959064 )
- Cherry-pick upstream patch in FindPkgConfig_also_handle_isystem.patch
5 years ago
Felix Geyer
308f30b893
Disable FIleAPI json-extra test for now as it doesn't seem critical and fails with libjsoncpp 1.7.4.
5 years ago
Felix Geyer
b4a2aa2845
Drop FindBoost_add_-lpthread_#563479.diff, fixed upstream.
6 years ago
Felix Geyer
cbdb05ae2f
Drop patches that have been applied upstream.
6 years ago
Felix Geyer
0c3aa46e7d
Fix info and man page install directories on kFreeBSD.
...
* Fix info and man page install directories on kFreeBSD. (Closes : #911700 )
- Add GNUInstallDirs-kfreebsd-man.patch
6 years ago
Felix Geyer
5694160b47
Make shared libraries non-executable on hurd.
...
* Make shared libraries non-executable on hurd.
- Fixes a test suite failure.
- Cherry-pick upstream fix in hurd_so_noexec.patch
6 years ago
Mattia Rizzolo
6ebc8f49e3
Import Debian changes 3.12.1-1.1
...
cmake (3.12.1-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Add patch from upstream to fix FTBFS in kfreebsd. Closes : #905138
* Add Build-Dependency on freebsd-glue on kfreebsd-any.
6 years ago
Felix Geyer
df99e7c840
Refresh patches.
6 years ago
Felix Geyer
33ec571d43
Drop qt_import_dir_variable.diff, not needed anymore.
6 years ago
Felix Geyer
542a7fbb13
Remove fix-java9-detection.patch, applied upstream.
7 years ago
Felix Geyer
8b36be9871
Fix detection of OpenJDK 9 early access builds.
...
Closes : #868327
8 years ago
Felix Geyer
687237d732
Refresh patches.
8 years ago
Felix Geyer
648ef319d7
Drop mips-rld-map-rel.patch, merged upstream.
8 years ago
Felix Geyer
2130d9a98a
Refresh fix-ftbfs-on-kfreebsd.patch
8 years ago
Felix Geyer
56fea84d31
Refresh patches.
8 years ago
Felix Geyer
dd471dee20
Drop CMakeParseImplicitLinkInfo_Exclude_libclang_rt.patch.
...
Fixed upstream.
8 years ago
Lisandro Damián Nicanor Pérez Meyer
38f2951d7d
Refresh patches.
8 years ago
Lisandro Damián Nicanor Pérez Meyer
a68d32f152
Add mips-rld-map-rel.patch.
...
Solves segfault caused by new tag and rpath removers.
8 years ago
Felix Geyer
bee75f6baa
Fix broken binaries when using clang with -fsanitize.
...
* Fix broken binaries when using clang with -fsanitize. (Closes : #835426 )
- Add CMakeParseImplicitLinkInfo_Exclude_libclang_rt.patch,
cherry-picked from upstream.
8 years ago
Felix Geyer
58a70f017b
Drop FindImageMagick_find_program.patch, the underlying issue has been fixed upstream.
8 years ago
Felix Geyer
264cae9389
Fix detection of ImageMagick.
9 years ago
Felix Geyer
3fae3a4f36
Drop patches that have been applied upstream.
...
* Drop patches that have been applied upstream:
- FindLibArchive_Support_libarchive_3.2.patch
- file_Sort_GLOB_results_to_make_it_deterministic.patch
9 years ago
Felix Geyer
2e9e55ed25
Backport patch to make file(GLOB) order deterministic.
...
* Backport patch to make file(GLOB) order deterministic. (Closes : #824263 )
- Add file_Sort_GLOB_results_to_make_it_deterministic.patch
9 years ago
Felix Geyer
18ca9bac2d
Make FindLibArchive compatible with libarchive 3.2.
...
* Make FindLibArchive compatible with libarchive 3.2. (Closes : #828092 )
- Add FindLibArchive_Support_libarchive_3.2.patch
9 years ago
Felix Geyer
62f9824e42
Refresh patches.
9 years ago
Felix Geyer
0ab9bb1454
New upstream release.
...
* New upstream release.
- Fixes fltk_wrap_ui segmentation fault. (Closes : #809535 )
9 years ago
Felix Geyer
399f5fbd0e
Drop patches that have been applied upstream.
...
* Drop patches that have been applied upstream:
- FindJNI.cmake.mips.patch
- fix-hdf5-hl.patch
- FindJNI-Add-support-for-x32-architecture-on-Linux.patch
- Features_Extract_strings_from_test_binary_more_reliably.patch
- FindPkgConfig_remove_variable_dereference.patch
- FindPython_Add_versions_3.5_and_3.6.patch
9 years ago
Felix Geyer
38b31e81ff
Search for Python 3.5 and 3.6.
...
* Search for Python 3.5 and 3.6. (Closes : #802826 )
- Add FindPython_Add_versions_3.5_and_3.6.patch
9 years ago
Felix Geyer
f6c4ef7488
Fix FindPkgConfig when no minimum version has been set.
...
* Fix FindPkgConfig when no minimum version has been set.
- FindPkgConfig_remove_variable_dereference.patch
9 years ago
Felix Geyer
80d095468a
Make compiler feature testing more reliable.
...
* Make compiler feature testing more reliable.
- Fixes testsuite failure on alpha. (Closes : #789807 )
- Features_Extract_strings_from_test_binary_more_reliably.patch
9 years ago
Felix Geyer
0e757b0ee0
Add support for x32 in FindJNI. ( Closes : #792262 )
...
* Add support for x32 in FindJNI. (Closes : #792262 )
- FindJNI-Add-support-for-x32-architecture-on-Linux.patch
9 years ago
Felix Geyer
a673332f17
Drop patch that have been applied upstream.
...
* Drop patch that have been applied upstream:
- cpack-doc-typo.patch
- protect-tests-from-makeflags.patch
- custom-sphinx-flags.patch
- fix-mips-endian.patch
- openjdk-8-detection.patch
9 years ago
Felix Geyer
7356dd492b
Fix detection of openjdk 8.
...
* Fix detection of openjdk 8. (Closes : #772631 )
- Add openjdk-8-detection.patch
10 years ago
Felix Geyer
4878e2db55
Properly detect mipsel as little endian architecture.
...
* Properly detect mipsel as little endian architecture. (Closes : #785126 )
- Add fix-mips-endian.patch
10 years ago
Felix Geyer
8bc5eacc3a
Make builds reproducible.
...
* Make builds reproducible.
- Add custom-sphinx-flags.patch, cherry-picked from upstream.
- Pass the date from d/changelog to sphinx.
10 years ago
Felix Geyer
a6e2dd639f
Add protect-tests-from-makeflags.patch, cherry-picked from upstream.
...
* Add protect-tests-from-makeflags.patch, cherry-picked from upstream.
- Fixes running the test suite in parallel from dh_auto_test.
10 years ago
Mario Lang
ca75aed246
New upstream release.
...
* Add myself to Uploaders.
* Build-Depend on liblzma-dev and libjsoncpp-dev.
* Drop patches merged upstream:
- fix-FindImageMagick-1.diff
- fix-FindImageMagick-2.diff
- FindJNI_ppc64le.diff
- hurd_host_system_processor.diff
* Refresh patches:
- FindBoost_add_-lpthread_#563479.diff
- FindJNI.cmake.mips.patch
- fix-ftbfs-on-kfreebsd.patch
- fix-hdf5-hl.patch
- qt_import_dir_variable.diff
* Bump Standards-Version to 3.9.6.
* Fix "Typo in cpack documentation" by adding new patch cpack-doc-typo.patch
(Closes : #760298 )
10 years ago
Felix Geyer
114994b110
Detect the processor when running on Hurd.
...
* Detect the processor when running on Hurd. (Closes : #761060 )
- Add hurd_host_system_processor.diff, cherry-picked from upstream.
10 years ago
Felix Geyer
3d1c4afc8e
Drop patches (fixed upstream):
...
* Drop patches (fixed upstream):
- fix-bootstrap-test-1.diff
- fix-bootstrap-test-2.diff
11 years ago
Felix Geyer
81f9ce9764
Merge branch 'master' into experimental
...
Conflicts:
debian/patches/series
11 years ago
Felix Geyer
1769e4ab61
Drop multiarch_findgtk2_fix.diff, was already fixed upstream in 2.8.11.
11 years ago
Felix Geyer
2a3514be35
Fix running the test suite.
...
* Fix running the test suite.
- Cherry-pick upstream fix in fix-bootstrap-test-1.diff and
fix-bootstrap-test-2.diff
11 years ago
Felix Geyer
c8df114fc5
Patch refresh.
11 years ago
Felix Geyer
19811e3d1d
Fix JNI detection on ppc64el.
...
* Fix JNI detection on ppc64el.
- Add FindJNI_ppc64le.diff, cherry-picked from upstream.
11 years ago
Gilles Filippini
4de62b31d9
Imported Debian patch 2.8.12.1-1.6
11 years ago
Felix Geyer
b353df6d1c
Imported Debian patch 2.8.12.1-1.5
11 years ago