[Pkg-javascript-commits] [node-yarnpkg] 05/05: make manpage date immutable for Reproducible Builds

Paolo Greppi paolog-guest at moszumanska.debian.org
Sun Dec 25 14:41:54 UTC 2016


This is an automated email from the git hooks/post-receive script.

paolog-guest pushed a commit to branch master
in repository node-yarnpkg.

commit 4f94563742e19be9d4f8376a9601689f8b9728ed
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date:   Sun Dec 25 14:40:40 2016 +0000

    make manpage date immutable for Reproducible Builds
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 6292192..169d197 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@
 	dh $@
 
 override_dh_auto_build:
-	marked-man --version v0.18.1 --section 1 --manual 'yarnpkg man page' debian/yarnpkg.md > debian/yarnpkg.1
+	marked-man --version v0.18.1 --section 1 --manual 'yarnpkg man page' --date="$(shell dpkg-parsechangelog --show-field=Date)" debian/yarnpkg.md > debian/yarnpkg.1
 	gulp build-legacy
 	dh_auto_build
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-yarnpkg.git



More information about the Pkg-javascript-commits mailing list