Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
bash-path.patch | Set bash path to /bin/bash for reproducibility The build system finds the path to bash and replaces script headers with it. This makes the build non-reproducible since some systems are merged-usr and some are not. This patch makes tells the build system to search specifically for /bin/bash instead of bash anywhere on PATH. |
Ben Westover <me@benthetechguy.net> | not-needed | 2022-09-16 | ||
fix-asciidoc.patch | Workaround for a bug in the asciidoc Bullseye version See https://github.com/asciidoc-py/asciidoc-py/pull/34 Without this workaround, it fails to build with: a2x: error: argument --asciidoc-opts: expected one argument |
Dylan Aïssi <daissi@debian.org> | not-needed | 2022-11-14 | ||
fix-shebangs.patch | Replace /usr/bin/bash with /bin/bash in shebangs bash is located in /usr/bin on Arch Linux, which is the distribution that this program was intended for. On Debian, it's located in /bin, so the shebangs must be changed to make the scripts executable. |
Ben Westover <me@benthetechguy.net> | not-needed | 2022-09-16 | ||
keyring-dir.patch | Add meson option to specify alternative keyring directory The Debian package archlinux-keyring places its keyring in Debian's standard directory of /usr/share/keyrings, but pacman is hard coded to use /usr/share/pacman/keyrings. This patch adds a meson build option to change that directory under /usr/share. |
Daan De Meyer <daan.j.demeyer@gmail.com> | yes | upstream | 2022-09-16 |