Package: pacman-package-manager / 7.0.0-2
Metadata
| Package | Version | Patches format |
|---|---|---|
| pacman-package-manager | 7.0.0-2 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| fix git script typo.patch | (download) |
scripts/libmakepkg/source/git.sh.in |
2 1 + 1 - 0 ! |
fix typo in git source handling ( |
| bash path.patch | (download) |
meson.build |
2 1 + 1 - 0 ! |
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. |
| fix shebangs.patch | (download) |
scripts/libmakepkg/buildenv/buildflags.sh.in |
2 1 + 1 - 0 ! |
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. |
| fix test t64.patch | (download) |
test/pacman/meson.build |
4 2 + 2 - 0 ! |
allow test to pass on 32 bit arm systems with debian's 64 bit time |
| versioned po path.patch | (download) |
lib/libalpm/po/meson.build |
2 1 + 1 - 0 ! |
put version in po filenames so libalpm major versions can coexist Tell meson to name the po files libalpm<majorversion>.mo instead of just libalpm.mo so two major versions of libalpm can be installed simultaneously. |
