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
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
816c0623f3
Drop FindPostgreSQL_665721.diff patch, merged upstream.
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
Modestas Vainius
e0c125be38
Make FindPostgreSQL find headers on Debian.
...
Thanks to Pere Nubiola i Radigales and Gregor Jasny.
Patch: FindPostgreSQL_665721.diff
(Closes : #665721 )
13 years ago
Modestas Vainius
ca14e008bc
Remove patches, merged upstream.
...
- backport_findpkgconfig_set_found_variable.diff;
- backport_module_no_soname.diff;
- manpage_fixes.diff.
13 years ago
Modestas Vainius
ed90284d35
Backport a no-soname feature from CMake (2.8.9) master tree.
...
Just set a NO_SONAME property on the shared library or module target in order
to skip addition of the SONAME field to the shared object. This makes it
possible to build Debian Python policy compliant modules with CMake. (Closes:
#668982 )
Patch: backport_module_no_soname.diff
13 years ago
Modestas Vainius
c3b31313bb
FindPkgConfig.cmake: properly set documented PKG_CONFIG_FOUND variable.
...
The patch backport_findpkgconfig_set_found_variable.diff was backported from
upstream 3ea850a.
(Closes : #669627 )
13 years ago
Modestas Vainius
71d036b662
Readd manpage_fixes.diff patch with new man page fixes.
13 years ago
Modestas Vainius
04c0477c56
Remove patches merged/backported from upstream.
...
- backport_findpython_fixes.diff
- backport_findruby_improvements.diff
- backport_support_cxxtest4.diff
- manpage_fixes.diff
- mipsel_is_little_endian.diff
- paths_in_regex_espace_metachars.diff
13 years ago
Modestas Vainius
36c3f31c63
Add support for CxxTest 4 in FindCxxTest.
...
Backport a patch backport_support_cxxtest4.diff from cmake master.
(Closes : #662982 )
13 years ago
Modestas Vainius
93e74a456e
Backport a bunch of FindRuby improvements from cmake master.
...
It should be able to properly find ruby 1.9.1 as packaged in Debian now.
(Closes : #643949 )
(patch backport_findruby_improvements.diff)
13 years ago
Modestas Vainius
f0b0b0d2f4
Backport a bunch of FindPython* related commits from cmake master.
...
It is now possible to force a specific python version via command line again.
The interface has changed though, see NEWS entry. (Closes : #663188 )
(patch backport_findpython_fixes.diff)
13 years ago
Modestas Vainius
74bc2b76d2
Drop support_cppflags.diff patch.
...
This particular solution was rejected by upstream.
Reopens #653916 .
13 years ago
Modestas Vainius
8c098f5507
Fix some tests not to fail if absolute build path contains regex metacharacters like +.
...
This makes the package binNMUable again. (patch
paths_in_regex_espace_metachars.diff)
13 years ago
Modestas Vainius
4f2ae6f526
Properly detect mipsel as little endian architecture.
...
Fixes FTBFS (patch mipsel_is_little_endian.diff).
13 years ago
Modestas Vainius
11cd193c55
Fix various typos and formatting errors in manpages
...
Patch manpage_fixes.diff.
13 years ago
Modestas Vainius
6a10d7b694
Respect CPPFLAGS environment variable.
...
Append it to C(XX)FLAGS when building C/C++ sources.
Patch support_cppflags.diff.
(Closes : #653916 )
13 years ago
Modestas Vainius
b896b4e6b7
Remove multiarch_lib_dirs_should_be_implicit.diff patch, merged upstream.
13 years ago
Modestas Vainius
97296f5ce6
Make sure CMake considers /lib/<arch> as implicit.
...
Therefore CMake keeps it out of automatic R(UN)PATH then (patch
multiarch_lib_dirs_should_be_implicit.diff).
14 years ago
Modestas Vainius
3dabc0c10b
Drop merged patches.
...
* Drop screen-256color-bce.diff - merged upstream.
* Drop spelling_formatting_fixes.diff - merged upstream.
14 years ago