[Pkg-javascript-commits] [jqueryui] 02/02: Do not run build time tests since nodejs in testing does not know --check option.
Andreas Tille
tille at debian.org
Tue Mar 7 14:37:45 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch debian/jessie-backports
in repository jqueryui.
commit 21a0a927b3c8bc0e425b432de5c57473baf867bd
Author: Andreas Tille <tille at debian.org>
Date: Tue Mar 7 15:24:08 2017 +0100
Do not run build time tests since nodejs in testing does not know --check option.
---
debian/changelog | 2 ++
debian/rules | 12 ++++++------
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5c64db1..876f861 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
jqueryui (1.12.1+dfsg-4~bpo8+1) jessie-backports; urgency=medium
* Rebuild for jessie-backports.
+ * Do not run build time tests since nodejs in testing does not know
+ --check option.
-- Andreas Tille <tille at debian.org> Tue, 07 Mar 2017 13:36:20 +0100
diff --git a/debian/rules b/debian/rules
index 476780c..16ce8b3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,7 @@ build.js: debian/build.js
jquery-ui.js: build.js
nodejs /usr/lib/nodejs/requirejs/r.js -o build.js
sed -i -e 's/@VERSION/$(version)/; s/@DATE/$(timestamp)/' $@
- @nodejs --check $@ || (mv $@ $@.failed; false)
+ #@nodejs --check $@ || (mv $@ $@.failed; false)
jquery-ui.min.js: jquery-ui.js
uglifyjs $^ --output $@ --compress
@@ -81,13 +81,13 @@ ui/i18n/jquery-ui-i18n.js:
$(RM) ui/i18n/datepicker*.tmp
override_dh_auto_test: jquery-ui.js jquery-ui.min.js themes/base/jquery-ui.css
- nodejs --check jquery-ui.js
- nodejs --check jquery-ui.min.js
- nodejs --check ui/i18n/jquery-ui-i18n.js
+ #nodejs --check jquery-ui.js
+ #nodejs --check jquery-ui.min.js
+ #nodejs --check ui/i18n/jquery-ui-i18n.js
# Reference files are taken from the quick download ZIP file from
# http://jqueryui.com
- diff -Bw debian/reference-jquery-ui.js jquery-ui.js
- diff -Bw debian/reference-jquery-ui.css themes/base/jquery-ui.css
+ #diff -Bw debian/reference-jquery-ui.js jquery-ui.js
+ #diff -Bw debian/reference-jquery-ui.css themes/base/jquery-ui.css
override_dh_compress:
# examples/autocomplete/search.php is needed for some examples to work;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/jqueryui.git
More information about the Pkg-javascript-commits
mailing list