[Pkg-javascript-commits] [backbone] 84/97: Fix tighten to build-depend versioned on node-underscore.

Jonas Smedegaard js at moszumanska.debian.org
Sat May 3 16:56:04 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 f4c20a9991896f0bcd8e1ed112e30639cd56f985
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Mar 14 11:25:08 2013 +0100

    Fix tighten to build-depend versioned on node-underscore.
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 15c7c49..21b182d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,7 +35,8 @@ CDBS_BUILD_DEPENDS += , node-uglify | yui-compressor
 js-compressor := $(or $(notdir $(shell which uglifyjs)),yui-compressor)
 
 underscore-minver = 1.3.1
-CDBS_BUILD_DEPENDS +=, coffeescript, node-underscore
+CDBS_BUILD_DEPENDS +=, coffeescript
+CDBS_BUILD_DEPENDS +=, node-underscore (>= $(underscore-minver)~)
 CDBS_DEPENDS_$(jspkg) = libjs-underscore (>= $(underscore-minver)~)
 CDBS_DEPENDS_$(nodepkg) = nodejs, libjs-backbone
 CDBS_DEPENDS_$(nodepkg) +=, node-underscore (>= $(underscore-minver)~)

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