Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
reproducible-build.patch | Make builds reproducible. * Use environment variables BUILD_DATE and BUILD_TIME, in place of __DATE__ and __TIME__. * Use Debian revision number in place of git revision number. |
Carlos Maddela <e7appew@gmail.com> | not-needed | 2019-12-30 | ||
privacy-breach-workaround.patch | Apply workaround for privacy breach issues in HTML documentation. The HTML documentation, which is normally generated for online use, requires some modifications to comply with Debian policies when packaged for local use. |
Carlos Maddela <e7appew@gmail.com> | not-needed | 2017-02-17 | ||
disable-asciinema-demo.patch | Disable asciinema demo to avoid possible privacy breach issues. | Carlos Maddela <e7appew@gmail.com> | not-needed | 2017-07-30 | ||
disable-web-fonts.patch | Disable use of web fonts to avoid possible privacy breach issues. | Carlos Maddela <e7appew@gmil.com> | not-needed | 2017-08-01 | ||
no-strip.patch | Stop scons from stripping binaries so that it may be delegated to debhelper. | Carlos Maddela <e7appew@gmail.com> | not-needed | 2019-01-04 | ||
xattr-fixes.patch | Cherry-pick unreleased upstream fixes related to xattr. - fix broken mtime comparison in --xattr (thanks reedriley and xxargs) - without this check for HAVE_XATTR, build fails for systems that don't have sys/xattr.h in my case, FreeBSD https://github.com/sahib/rmlint/commit/28e5cf5ed91b278f8f0360b9e012844fabc2dfdd |
Carlos Maddela <e7appew@gmail.com> | no | upstream, https://github.com/sahib/rmlint/commit/bbc896f0dddb899d3321a4d5a0e2cbb96b18d043 | 2019-12-31 | |
python3.8.patch | Fix Python 3.8 syntax warnings. - "is" and "is not" should not be used with literals. - Also add missing metadata generated in egg-info. |
Carlos Maddela <e7appew@gmail.com> | yes | vendor | 2019-12-31 | |
glib-2_62.patch | Remove use of GLib API calls deprecated since version 2.62. Cherry-picked from upstream's develop branch. https://github.com/sahib/rmlint/commit/d3f66aee9934b798d16b9b0de74f9b5f65553e5e https://github.com/sahib/rmlint/commit/49385019ce02203027ff2d414fb650df40fbf374 |
Carlos Maddela <e7appew@gmail.com> | no | upstream, https://github.com/sahib/rmlint/commit/94049c3e2946fdcb1fa08172b285c24026ec0fff | 2019-12-31 | |
0001-fix-link-error-on-compilers-with-fno-common-enabled.patch | [PATCH] fix link error on compilers with -fno-common enabled | Chris Pahl <sahib@online.de> | no | 2020-02-02 | ||
0010-apply-upstream-fix-for-data-loss-bug.patch | apply upstream fix for data loss bug This is upstream commit b9d328be2041e42813119d060c86893853b8e250 that also includes a cosmetic fix (which I reused unchanged) |
=?utf-8?q?Timo_R=C3=B6hling?= <timo@gaussglocke.de> | no | 2021-03-19 | ||
python-version-number.patch | gui: use PEP 440-compliant version number | Cebtenzzre | no | debian | upstream, https://github.com/sahib/rmlint/commit/b5a6d9b359b1fc1ea75bdb6c1ae6cbdc0a304ecf | |
0001-cmdline-do-not-write-NUL-byte-to-GUI-bootstrap-scrip.patch | cmdline: do not write NUL byte to GUI bootstrap script Fixes #628 |
Cebtenzzre <cebtenzzre@gmail.com> | no | 2023-08-02 |