#1071371 bash-builtins: Please add support for multiarch

Package:
bash-builtins
Source:
bash-builtins
Description:
Bash loadable builtins - headers & examples
Submitter:
Gioele Barabucci
Date:
2024-05-22 06:33:03 UTC
Severity:
normal
#1071371#5
Date:
2024-05-17 22:31:20 UTC
From:
To:
Dear bash maintainer,

the Makefiles and the pkgconfig file shipped in bash-builtins use
`/usr/lib` instead of `/usr/lib/${DEB_HOST_MULTIARCH}`.

Lintian warns about pkg-config-unavailable-for-cross-compilation:
Would it be possible to make the bash-builtins package multiarch-compatible?

Regards,

#1071371#10
Date:
2024-05-22 06:30:01 UTC
From:
To:
Maybe /usr/lib/pkgconfig/bash.pc could be dropped altogether, given that

1) it does not seem to be used by any other package,
2) it is not present in many other distros and
3) is also slightly broken.

Regards,