Source: node-istanbul Version: 0.4.5+repack10+~cs97.25.57-1 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 node-istanbul could not be built reproducibly. This is because it embedded the current working directory in the generated manpage, which means that the current working directory is embedded. A patch is attached that strips this out. [0] https://reproducible-builds.org/ Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-
--- a/debian/rules 2022-01-31 07:33:34.236984222 -0800 --- b/debian/rules 2022-01-31 07:45:32.099399485 -0800 @@ -9,6 +9,7 @@ override_dh_auto_build: help2man -N -n 'istanbul command line interface' nyc/bin/nyc.js >nyc.1 + sed -i -e 's@default: "/.*"@default: current dir@g' nyc.1 override_dh_fixperms: dh_fixperms
-- Pkg-javascript-devel mailing list Pkg-javascript-devel@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel