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 file
Patch File delta Description
0001 man fill_template Use numeric year month date for ma.patch | (download)

man/fill_template | 4 2 2 - 0 !
1 file changed, 2 insertions( ), 2 deletions(-)

 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 !
1 file changed, 1 insertion( ), 1 deletion(-)

 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 !
1 file changed, 1 insertion( ), 1 deletion(-)

 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 !
waflib-macos-mods.patch | 18 18 0 - 0 !
waflib/Build.py | 47 33 14 - 0 !
waflib/ConfigSet.py | 2 1 1 - 0 !
waflib/Configure.py | 46 32 14 - 0 !
waflib/Context.py | 24 17 7 - 0 !
waflib/Logs.py | 9 6 3 - 0 !
waflib/Node.py | 3 1 2 - 0 !
waflib/Options.py | 31 24 7 - 0 !
waflib/Runner.py | 27 19 8 - 0 !
waflib/Scripting.py | 27 22 5 - 0 !
waflib/Task.py | 48 27 21 - 0 !
waflib/TaskGen.py | 16 6 10 - 0 !
waflib/Tools/c_aliases.py | 10 6 4 - 0 !
waflib/Tools/c_config.py | 37 28 9 - 0 !
waflib/Tools/c_preproc.py | 6 3 3 - 0 !
waflib/Tools/c_tests.py | 18 13 5 - 0 !
waflib/Tools/ccroot.py | 20 18 2 - 0 !
waflib/Tools/compiler_c.py | 25 13 12 - 0 !
waflib/Tools/compiler_cxx.py | 25 13 12 - 0 !
waflib/Tools/irixcc.py | 14 1 13 - 0 !
waflib/Tools/msvc.py | 45 33 12 - 0 !
waflib/Tools/waf_unit_test.py | 14 10 4 - 0 !
waflib/Utils.py | 60 46 14 - 0 !
waflib/ansiterm.py | 2 1 1 - 0 !
waflib/extras/clang_cross.py | 92 92 0 - 0 !
waflib/extras/clang_cross_common.py | 113 113 0 - 0 !
waflib/extras/clangxx_cross.py | 106 106 0 - 0 !
waflib/extras/classic_runner.py | 68 68 0 - 0 !
waflib/extras/color_msvc.py | 59 59 0 - 0 !
waflib/extras/fc_fujitsu.py | 52 52 0 - 0 !
waflib/extras/fc_nfort.py | 52 52 0 - 0 !
waflib/extras/genpybind.py | 194 194 0 - 0 !
waflib/extras/haxe.py | 154 154 0 - 0 !
waflib/extras/msvc_pdb.py | 46 46 0 - 0 !
waflib/extras/sphinx.py | 120 120 0 - 0 !
waflib/extras/wafcache.py | 648 648 0 - 0 !
waflib/extras/xcode6.py | 18 9 9 - 0 !
waflib/fixpy2.py | 2 1 1 - 0 !
waflib/processor.py | 4 4 0 - 0 !
40 files changed, 2114 insertions( ), 195 deletions(-)

 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 !
1 file changed, 2 insertions( ), 2 deletions(-)

 replace deprecated module pipes with shlex