Source: fltk1.1
Version: 1.1.10-25
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: buildpath
X-Debbugs-Cc: reproducible-b...@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
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
--- 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

Reply via email to