Package: bglibs / 2.04+dfsg-8

Metadata

Package Version Patches format
bglibs 2.04+dfsg-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
001_ensure_use_of_usr_bin_perl.patch | (download)

Makefile | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 makefile: ensure perl path is set to '/usr/bin/perl'.

Using 'which' to detect the path to perl may result in /bin/perl,
which is only typically available on usrmerge systems. /usr/bin/perl
is where perl has actually been installed for quite some time, and is
unlikely to change.

https://tests.reproducible-builds.org/debian/issues/unstable/paths_vary_due_to_usrmerge_issue.html

declarations.patch | (download)

unix/sig_suspend.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 define _gnu_source for sigpause(3) visibility
Bug-Debian: https://bugs.debian.org/1074841