Bug#909078: fltk1.1: please make the build reproducible
Chris Lamb
lamby at debian.org
Tue Sep 18 09:24:14 BST 2018
Source: fltk1.1
Version: 1.1.10-25
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: buildpath
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org
Hi,
Whilst working on the Reproducible Builds effort [0], we noticed
that fltk1.1 could not be built reproducibly.
In fltk1.1 1.1.10-23, you added:
(Do, however, postprocess fltk-config to avoid emitting the
-fdebug-prefix-map=... flag intended to *improve* reproducibility!)
... however, this now also needs -ffile-prefix-map=... to be removed.
Patch attached.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` lamby at debian.org / chris-lamb.co.uk
`-
-------------- next part --------------
--- a/debian/rules 2018-09-18 08:51:41.451646261 +0100
--- b/debian/rules 2018-09-18 09:18:38.235567181 +0100
@@ -81,7 +81,7 @@
override_dh_install-arch:
## libfltk1.1-dev
- sed -e 's/ -fdebug-prefix-map=[^ ]*=\. / /' fltk-config \
+ sed -e 's/ -f\(debug\|file\)-prefix-map=[^ ]*=\. / /' fltk-config \
> debian/tmp/usr/bin/fltk-config
chmod +x debian/tmp/usr/bin/fltk-config
dh_install
More information about the Reproducible-bugs
mailing list