Source: node-gulp
Version: 3.9.1-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]
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
`. `'` [email protected] / chris-lamb.co.uk
`-
--- 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: