Source: tclxml
Version: 1:3.2.7-3
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 tclxml could not be built reproducibly.

This is because it installs a tclxmlConfig.sh file that includes
the absolute build path.

Patch attached.

 [0] https://reproducible-builds.org/


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
--- a/debian/rules      2019-03-26 19:23:59.010597720 -0400
--- b/debian/rules      2019-03-26 19:25:54.263410098 -0400
@@ -15,3 +15,6 @@
 override_dh_shlibdeps:
        dh_shlibdeps
        tcltk-depends
+
+override_dh_install:
+       dh_install -X/tclxmlConfig.sh

Reply via email to