Debian Patches
Status for indelible/1.03-8
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| 0001-added-headers-for-getpid-2.patch | added headers for getpid(2) | Fabian Klötzl <fabian@kloetzl.info> | no | 2015-12-21 | ||
| 0002-added-documentation-index-page.patch | added documentation index page | Fabian Klötzl <fabian@kloetzl.info> | no | 2015-12-22 | ||
| 0003-added-manpage.patch | added manpage | Fabian Klötzl <fabian@kloetzl.info> | no | 2016-02-07 | ||
| 0004-added-auto-tools-build-system.patch | added auto tools build system Upstream did not provide a makefile or any more advanced build system. Thus, I added files for autoconf and automake to help with the installation. |
Fabian Klötzl <fabian@kloetzl.info> | no | 2015-12-21 | ||
| 0005-remove-unnecessary-whitespace-from-the-end-of-sequen.patch | remove unnecessary whitespace from the end of sequences | Fabian Klötzl <fabian@kloetzl.info> | no | 2017-10-02 | ||
| 0006-spelling.patch | Fix some spelling issues | Andreas Tille <tille@debian.org> | no | 2017-10-03 | ||
| 0007-gcc-16.patch | fix build failure with gcc-16. The function definition of "identity" now clashes with a struct from ranges_cmp.h: . src/paml.cpp:473:20: error: reference to ‘identity’ is ambiguous 473 | if (t<1e-100) { identity (P, n); return(0); } | ^~~~~~~~ • there are 2 candidates In file included from /usr/include/c++/16/bits/iterator_concepts.h:40, from /usr/include/c++/16/bits/stl_iterator_base_types.h:73, from /usr/include/c++/16/bits/stl_construct.h:61, from /usr/include/c++/16/bits/char_traits.h:59, from /usr/include/c++/16/ios:44, from /usr/include/c++/16/bits/ostream.h:43, from /usr/include/c++/16/ostream:42, from /usr/include/c++/16/iostream:43, from src/indelible.cpp:116: • candidate 1: ‘struct std::identity’ /usr/include/c++/16/bits/ranges_cmp.h:47:10: 47 | struct identity | ^~~~~~~~ • candidate 2: ‘int identity(double*, int)’ src/paml.cpp:61:5: 61 | int identity (double x[], int n) | ^~~~~~~~ . This change renames the function identity as identity_matrix, which does not clash and is a clearer description of what it achieves. |
Étienne Mollier <emollier@debian.org> | no | debian | 2026-08-06 |
