Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-fix-lintian-error-about-rpath.patch | fix lintian error about rpath | Denis Danilov <danilovdenis@yandex.ru> | not-needed | 2018-10-20 | ||
0002-do-not-link-unused-libdl.so.patch | do not link unused libdl.so | Denis Danilov <danilovdenis@yandex.ru> | not-needed | 2018-10-20 | ||
0003-systemd-service.patch | systemd service | Denis Danilov <danilovdenis@yandex.ru> | not-needed | 2018-10-20 | ||
0004-move-rp-to-lib-rtags.patch | move rp to lib/rtags | Denis Danilov <danilovdenis@yandex.ru> | not-needed | 2018-11-08 | ||
0005-move-gcc-rtags-wrapper.sh-to-lib-rtags.patch | move gcc-rtags-wrapper.sh to lib/rtags | Denis Danilov <danilovdenis@yandex.ru> | not-needed | 2018-11-08 | ||
0006-update-rc-manpage.patch | update rc manpage | Denis Danilov <danilovdenis@yandex.ru> | not-needed | 2018-11-09 | ||
0007-update-rdm-manpage.patch | update rdm manpage | Denis Danilov <danilovdenis@yandex.ru> | not-needed | 2018-11-09 | ||
0008-rename-rc-rdm-binaries-to-rtags-rc-rdm.patch | rename {rc,rdm} binaries to rtags-{rc,rdm} | Denis Danilov <danilovdenis@yandex.ru> | not-needed | 2018-11-28 | ||
0009-rename-rc-rdm-in-the-man-pages.patch | rename {rc,rdm} in the man pages | Denis Danilov <danilovdenis@yandex.ru> | not-needed | 2018-12-01 | ||
0010-make-build-reproducible.patch | make build reproducible | Denis Danilov <danilovdenis@yandex.ru> | not-needed | 2019-03-06 | ||
0011-cleanup-links-to-images-on-3rd-party-sites.patch | cleanup links to images on 3rd party sites from README.org | Denis Danilov <danilovdenis@yandex.ru> | not-needed | 2019-09-17 | ||
0012-rename-binaries-to-rtags-in-python-tests.patch | rename binaries to rtags-* in python tests | Denis Danilov <danilovdenis@yandex.ru> | not-needed | 2020-03-04 | ||
0013-fix-hardcoded-clang-in-python-tests.patch | fix hardcoded clang++ in python tests | Denis Danilov <danilovdenis@yandex.ru> | not-needed | 2020-03-05 | ||
0014-rename-systemd-unit-according-to-debian-policy.patch | rename systemd unit according to debian policy | Denis Danilov <danilovdenis@yandex.ru> | not-needed | 2020-03-14 | ||
0015-expand-range-of-llvm-versions.patch | expand range of llvm versions | Denis Danilov <danilovdenis@yandex.ru> | not-needed | 2020-11-04 | ||
0016-always-finish-the-connection.patch | always finish the connection | Denis Danilov <danilovdenis@yandex.ru> | not-needed | 2021-07-10 | ||
0017-Add-when-argument-to-define-obsolete-function-alias.patch | Add when argument to define-obsolete-function-alias The `when` has become mandatory since https://emba.gnu.org/emacs/emacs/-/commit/32c6732d16385f242b1109517f25e9aefd6caa5c (credit to @zflat). Fortunately the emacs-24.3 (the lowest supported version according to package), has already support for the `when` parameter. I've used `v2.2` as this is the tag that follows commit that added the obsolete call (dbf1ca3b2518d43f8c1b897d71126cfd132ef30b). |
Przemyslaw Kryger <pkryger@gmail.com> | not-needed | 2021-03-13 | ||
0018-Fix-regex-on-find-clang.patch | Fix regex on find clang without stripping defines content With this regex the example test code of clang fails in cmake, causing an error. this is due to -I/usr/lib/llvm-18/include -std=c++17 -fno-exceptions -funwind-tables -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS becoming: -I/usr/lib/llvm-18/include;-D_GNU_SOURCE;-D_FILE_OFFSET_BITS;-D_LARGEFILE_SOURCE;-D_FILE_OFFSET_BITS;-D__STDC_CONSTANT_MACROS;-D__STDC_FORMAT_MACROS;-D__STDC_LIMIT_MACROS If you undefine _FILE_OFFSET_BITS and you enable _TIME_BITS=64 you get a FTBFS /usr/include/features-time64.h:26:5: error: #error "_TIME_BITS=64 is allowed only with _FILE_OFFSET_BITS=64" 26 | # error "_TIME_BITS=64 is allowed only with _FILE_OFFSET_BITS=64" |
Gianfranco Costamagna <locutusofborg@debian.org> | yes | 2024-04-15 |