[Pkg-javascript-commits] [backbone] 01/03: Update package relations: Stop recommend non-existing libjs-zepto or libjs-ender. Relax to suggest (not recommend) libjs-jquery/libjs-lodash and libjs-json, and only for libjs-backbone (not node-backbone). Document new suggestions in long description.

Jonas Smedegaard dr at jones.dk
Tue Aug 30 21:41:11 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository backbone.

commit 67c0c3f8f86a4aa7844728611242a2b511004c0b
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Aug 30 23:35:38 2016 +0200

    Update package relations: Stop recommend non-existing libjs-zepto or libjs-ender. Relax to suggest (not recommend) libjs-jquery/libjs-lodash and libjs-json, and only for libjs-backbone (not node-backbone). Document new suggestions in long description.
---
 debian/control.in | 4 ++++
 debian/rules      | 3 +--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/control.in b/debian/control.in
index 5d19ac3..fa15b0e 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -24,6 +24,10 @@ Description: some Backbone for JavaScript applications - browser library
  .
  This package contains backbone usable directly in web browsers.
  .
+ RESTful persistence and DOM manipulation with Backbone.View requires
+ either of the packages libjs-jquery libjs-lodash, and libjs-json for
+ older Internet Explorer support.
+ .
  Optimal rendering of upstream index.html requires the package
  libjs-jquery-lazyload.
 
diff --git a/debian/rules b/debian/rules
index 01795e5..541cbd6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,9 +39,8 @@ CDBS_BUILD_DEPENDS +=, node-underscore (>= $(underscore_minver))
 CDBS_DEPENDS_$(pkg-js) = libjs-underscore (>= $(underscore_minver))
 CDBS_DEPENDS_$(pkg-node) = nodejs, libjs-backbone
 CDBS_DEPENDS_$(pkg-node) +=, node-underscore (>= $(underscore_minver))
-CDBS_RECOMMENDS_ALL = libjs-json
-CDBS_RECOMMENDS_ALL +=, libjs-jquery | libjs-zepto | libjs-ender | libjs-lodash
 CDBS_RECOMMENDS_$(pkg-js) = javascript-common
+CDBS_SUGGESTS_$(pkg-js) +=, libjs-jquery | libjs-lodash, libjs-json
 CDBS_SUGGESTS_ALL = libjs-jquery-lazyload
 
 # Handle package split

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