[Pkg-tcltk-devel] Bug#890052: nsf: please make the build reproducible

Chris Lamb lamby at debian.org
Sat Feb 10 15:31:31 UTC 2018


Source: nsf
Version: 2.1.0-4
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 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
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- 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
 


More information about the Pkg-tcltk-devel mailing list