[Pkg-javascript-devel] Bug#849314: node-gulp: please make the build reproducible

Chris Lamb lamby at debian.org
Sun Dec 25 09:57:28 UTC 2016


Source: node-gulp
Version: 3.9.1-1
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org

Hi,

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

Patch attached.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- a/debian/rules	2016-12-25 09:52:50.937545082 +0000
--- b/debian/rules	2016-12-25 09:57:01.179626236 +0000
@@ -9,7 +9,7 @@
 
 override_dh_auto_build:
 	dh_auto_build
-	marked-man --name gulp docs/CLI.md > gulp.1
+	marked-man --name gulp --date="$(shell dpkg-parsechangelog --show-field=Date)" docs/CLI.md > gulp.1
 
 #override_dh_auto_test:
 


More information about the Pkg-javascript-devel mailing list