Source: nsf
Version: 2.1.0-4
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 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
     `. `'`      la...@debian.org / 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
 

Reply via email to