[Pkg-javascript-commits] [backbone] 68/97: Fix enable testsuite. Build-depend on node-underscore: Needed for testsuite.

Jonas Smedegaard js at moszumanska.debian.org
Sat May 3 16:56:01 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 ac627f8435fb2955f54bb4a45fdb859c9147ee53
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Nov 14 14:23:36 2012 +0100

    Fix enable testsuite. Build-depend on node-underscore: Needed for testsuite.
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 0c9028d..89c23c0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,8 +34,8 @@ DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^docs/images/.*\.(jpg|png)|debian/(changelog|
 
 DEB_INSTALL_DOCS_ALL += README.md
 
-CDBS_BUILD_DEPENDS += , coffeescript
-build/coffeescript:: debian/stamp-build
+CDBS_BUILD_DEPENDS += , coffeescript, node-underscore
+build/$(js-pkgname):: debian/stamp-build
 debian/stamp-build:
 	$(if $(filter nocheck,$(DEB_BUILD_OPTIONS)),,coffee test/*.coffee)
 	touch $@

-- 
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