Package: jackd2 / 1.9.22~dfsg-4
Metadata
Package | Version | Patches format |
---|---|---|
jackd2 | 1.9.22~dfsg-4 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 man fill_template Use numeric year month date for ma.patch | (download) |
man/fill_template |
4 2 2 - 0 ! |
man/fill_template: use numeric year-month-date for manpage. The month may be rendered for the locale of the build environment. https://reproducible-builds.org/docs/locales/ |
0002 man fill_template Use UTC date to avoid differences .patch | (download) |
man/fill_template |
2 1 1 - 0 ! |
man/fill_template: use utc date to avoid differences based on timezone. https://reproducible-builds.org/docs/timezones/ |
0003 man fill_template Use POSIX compatible comparison.patch | (download) |
man/fill_template |
2 1 1 - 0 ! |
man/fill_template: use posix compatible comparison. Bash supports == comparison, but other /bin/sh implementations may not. |
0004 Update to waf 2.0.26.patch | (download) |
waf |
7 5 2 - 0 ! |
update to waf 2.0.26 This makes waf compatible with Python 3.12 again. Also, apply modifications needed for MacOS and add as a patch file (see commits 0f2e3b2 and dc6c995). Signed-off-by: Nils Philippsen <[email protected]> |
0005 Replace deprecated module pipes with shlex.patch | (download) |
waflib/extras/genpybind.py |
4 2 2 - 0 ! |
replace deprecated module pipes with shlex |