Source: nsf
Version: 2.1.0-4
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: buildpath
X-Debbugs-Cc: [email protected]

Hi,

Whilst working on the Reproducible Builds effort [0], we noticed
that nsf could not be built reproducibly.

Patch attached. The shell script in question does not seem very
helpful for endusers - I mean, it was mostly broken anyway as it
had *build* paths, not installed paths so there is a reproducibility
issue or something deeper.


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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
--- a/debian/rules      2018-02-10 15:15:25.470919651 +0000
--- b/debian/rules      2018-02-10 15:18:23.911959035 +0000
@@ -25,6 +25,9 @@
                         >$$f2 ; \
        done
 
+override_dh_install:
+       dh_install -XnsfConfig.sh
+
 override_dh_auto_install:
        dh_auto_install
 
_______________________________________________
Pkg-tcltk-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-tcltk-devel

Reply via email to