[Pkg-javascript-commits] [node-js-yaml] 01/03: Build reproducibility: do not use dh_fixperms -X
Jérémy Lal
kapouer at moszumanska.debian.org
Wed Feb 1 09:13:22 UTC 2017
This is an automated email from the git hooks/post-receive script.
kapouer pushed a commit to branch master
in repository node-js-yaml.
commit 42b61ccf880099e5b839c9824c8277d9eab09855
Author: Jérémy Lal <kapouer at melix.org>
Date: Wed Feb 1 10:05:53 2017 +0100
Build reproducibility: do not use dh_fixperms -X
---
debian/rules | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index dae1709..f5b349d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,8 @@ override_dh_auto_test:
mocha -R spec
override_dh_fixperms:
- dh_fixperms --exclude usr/lib/nodejs/js-yaml/bin/js-yaml.js
+ dh_fixperms
+ chmod +x debian/node-js-yaml/usr/lib/nodejs/js-yaml/bin/js-yaml.js
override_dh_installman:
help2man --no-info --name "JavaScript YAML parser and dumper" --include=debian/help2man.include bin/js-yaml.js > debian/js-yaml.1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-js-yaml.git
More information about the Pkg-javascript-commits
mailing list