Source: netpbm-free Severity: normal Tags: patch User: [email protected] Usertags: username X-Debbugs-Cc: [email protected]
The username is embedded in library files: https://tests.reproducible-builds.org/debian/rb-pkg/bookworm/amd64/diffoscope-results/netpbm-free.html /usr/lib/x86_64-linux-gnu/libnetpbm.a pbuilder1 vs. pbuilder2 The attached patch fixes this by removing the generated COMPILED_BY header from buildtools/stampe-date. With this patch applied netpbm-free should build reproducibly on tests.reproducible-builds.org! Thanks for maintaining netpbm-free! live well, vagrant
From: Vagrant Cascadian <[email protected]> Date: Sat, 24 Sep 2022 21:25:21 +0000 X-Dgit-Generated: 2:10.97.00-2 574455d0847c561dbe21742551e0c42812850076 Subject: buildtools/stamp-date: Remove COMPILED_BY. --- --- netpbm-free-10.97.00.orig/buildtools/stamp-date +++ netpbm-free-10.97.00/buildtools/stamp-date @@ -36,4 +36,3 @@ if [ "$SOURCE_DATE_OR_NONE" != "NONE" ]; echo "#define SOURCE_DATETIME $SOURCE_DATE_OR_NONE" fi echo "#define BUILD_DATETIME $BUILD_DATETIME" -echo "#define COMPILED_BY \"$USER\""
signature.asc
Description: PGP signature
