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
Anibal Monsalve Salazar
68a9b85cc3
Imported Debian patch 2.8.12.1-1.4
11 years ago
Anibal Monsalve Salazar
5f578c6c76
Imported Debian patch 2.8.12.1-1.3
11 years ago
Bas Couwenberg
7f2eb9ad34
Backport patch to support Ruby 2.0 and 2.1 in FindRuby.cmake.
11 years ago
Bas Couwenberg
ee6e1488d0
Merge changes from 2.8.12.1-1.1 Non-maintainer upload.
11 years ago
Modestas Vainius
b041fb2d6b
Drop fixup_manpages.diff patch: merged upstream.
11 years ago
Modestas Vainius
d01605906a
Fix FTBFS on kFreeBSD (fix-ftbfs-on-kfreebsd.patch).
11 years ago
Modestas Vainius
de7cc524f3
Fix spelling mistakes in manpages.
...
Patch: fixup_manpages.diff
11 years ago
Modestas Vainius
d872a16def
Properly find Java when kernel is 64bit, userland - 32bit (amd64/ppc64).
...
Patch: FindJNI_amd64_ppc_biarch.diff
(Closes : #718290 )
11 years ago
Modestas Vainius
4a008406a5
Fix a code typo in PHP4 (patch FindPHP4_fix_typo.diff).
...
Thanks to Mathieu Malaterre for the patch.
Closes : #722475
11 years ago
Modestas Vainius
caa317beae
Drop fix-regexp-chars-in-the-build-path patch.
...
It was merged upstream.
12 years ago
Modestas Vainius
43d1f32370
Make tests pass when cmake build path contains regex metacharacters.
...
This is important for BPO builds on the buildds.
Backported (from future 2.8.12) and adapted patches:
- 0001-Fix-test-failures-caused-by-regexp-sensitive-charact.patch
- tests-fix-Memcheck-tests-in-a-dir-with-regex-special.patch
12 years ago
Modestas Vainius
60ff7e864d
Add Bug/Forwarded fields to recent patches.
12 years ago
Modestas Vainius
c5b5a65178
FindQt4: define QT_IMPORTS_DIR variable even if it is not present on the system.
...
This happens when there are no plugins currently installed.
Patch qt_import_dir_variable.diff. Stolen from Ubuntu.
12 years ago
Modestas Vainius
d73e641691
Support multi-arch capable python.
...
(patch multiarch-python-include-dirs.diff)
12 years ago
Modestas Vainius
d34976f247
Refresh multiarch_findgtk2_fix.diff patch.
12 years ago
Modestas Vainius
816c0623f3
Drop FindPostgreSQL_665721.diff patch, merged upstream.
12 years ago
Modestas Vainius
73b3dfd44f
Replace FindBoost_add_-lpthread_#563479.diff patch with a better version.
...
Steal a new patch from upstream BTS. What is more, make some minor changes to
it to make it apply and work with current FindBoost.
12 years ago
Modestas Vainius
8f01d6797f
Install to multiarch libdir on kFreeBSD and Hurd like on Linux.
...
Thanks to John Stamp
Patch: install_to_multiarch_libdir_on_kfreebsd_hurd.diff
(Closes : #684956 )
13 years ago