[Pkg-javascript-commits] [backbone] 95/97: Relax (build-)dependency on underscore: needed version satisfied in all Debian suites (where available at all).
Jonas Smedegaard
js at moszumanska.debian.org
Sat May 3 16:56:05 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 e65c51228d9785faf66df3f492475573a9912be7
Author: Jonas Smedegaard <dr at jones.dk>
Date: Sat May 3 18:04:41 2014 +0200
Relax (build-)dependency on underscore: needed version satisfied in all Debian suites (where available at all).
---
debian/rules | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/debian/rules b/debian/rules
index 386466c..0aa6532 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,13 +34,12 @@ DEB_UPSTREAM_TARBALL_MD5 = d24ee0a1d401705c8bb098b5ebf01725
CDBS_BUILD_DEPENDS += , node-uglify | yui-compressor
js-compressor := $(or $(notdir $(shell which uglifyjs)),yui-compressor)
-underscore-minver = 1.4.3
CDBS_BUILD_DEPENDS +=, coffeescript, phantomjs, libjs-json, libjs-jquery
CDBS_BUILD_DEPENDS +=, libjs-underscore
-CDBS_BUILD_DEPENDS +=, node-underscore (>= $(underscore-minver)~)
-CDBS_DEPENDS_$(jspkg) = libjs-underscore (>= $(underscore-minver)~)
+CDBS_BUILD_DEPENDS +=, node-underscore
+CDBS_DEPENDS_$(jspkg) = libjs-underscore
CDBS_DEPENDS_$(nodepkg) = nodejs, libjs-backbone
-CDBS_DEPENDS_$(nodepkg) +=, node-underscore (>= $(underscore-minver)~)
+CDBS_DEPENDS_$(nodepkg) +=, node-underscore
CDBS_RECOMMENDS_ALL = libjs-json
CDBS_RECOMMENDS_ALL +=, libjs-jquery | libjs-zepto | libjs-ender
CDBS_RECOMMENDS_$(jspkg) = javascript-common
--
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