[Pkg-javascript-commits] [json-js] 17/18: Fix list source scripts explicitly (to ensure it is deterministic - does not include cruft or accumulate during build).
Jonas Smedegaard
dr at jones.dk
Wed Aug 31 09:48:46 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository json-js.
commit 11cf1be566f12a8dc28db96de90b67c3b14e7f49
Author: Jonas Smedegaard <dr at jones.dk>
Date: Wed Aug 31 11:51:04 2016 +0200
Fix list source scripts explicitly (to ensure it is deterministic - does not include cruft or accumulate during build).
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 2557f2b..da99273 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk
libname = json
libdirname = $(libname)
pkg = libjs-$(libname)
-js-reg = $(wildcard *.js)
+js-reg = cycle.js json2.js json_parse.js json_parse_state.js
js-min = $(js-reg:js=min.js)
js-destdir = /usr/share/javascript/$(libdirname)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/json-js.git
More information about the Pkg-javascript-commits
mailing list