[Pkg-javascript-commits] [backbone] 01/02: Stop build-depend on phantomjs and avoid using it for testsuite. Closes: bug#768754. Thanks to Lucas Nussbaum.
Jonas Smedegaard
dr at jones.dk
Thu Nov 20 01:30:43 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository backbone.
commit e881e1681ca7e2b2a54de1af5fd0d74b24baa0fd
Author: Jonas Smedegaard <dr at jones.dk>
Date: Thu Nov 20 02:21:03 2014 +0100
Stop build-depend on phantomjs and avoid using it for testsuite. Closes: bug#768754. Thanks to Lucas Nussbaum.
---
debian/control | 1 -
debian/rules | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index a1a0ce5..6875e83 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,6 @@ Build-Depends: cdbs,
dh-buildinfo,
node-uglify | yui-compressor,
coffeescript,
- phantomjs,
libjs-json,
libjs-jquery,
libjs-underscore,
diff --git a/debian/rules b/debian/rules
index 0aa6532..c936a78 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,7 +56,7 @@ DEB_INSTALL_DOCS_ALL += README.md
build/$(jspkg):: debian/stamp-build
debian/stamp-build:
$(if $(filter nocheck,$(DEB_BUILD_OPTIONS)),,coffee test/*.coffee)
- $(if $(filter nocheck,$(DEB_BUILD_OPTIONS)),,phantomjs test/vendor/runner.js test/index.html?noglobals=true)
+# $(if $(filter nocheck,$(DEB_BUILD_OPTIONS)),,phantomjs test/vendor/runner.js test/index.html?noglobals=true)
touch $@
clean::
rm -f debian/stamp-build
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/backbone.git
More information about the Pkg-javascript-commits
mailing list