[Pkg-javascript-commits] [backbone] 36/97: Provide package node-backbone (not just as virtual package by libjs-backbone), to ease installing without Node.

Jonas Smedegaard js at moszumanska.debian.org
Sat May 3 16:55:58 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 fcd32da1f5e0ba4c6879328fe9538652b6545c8b
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Dec 25 01:43:04 2011 +0700

    Provide package node-backbone (not just as virtual package by libjs-backbone), to ease installing without Node.
---
 debian/control.in | 22 +++++++++++++++++++++-
 debian/rules      |  2 +-
 2 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/debian/control.in b/debian/control.in
index 8364458..4d4db94 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -16,10 +16,30 @@ Depends: ${misc:Depends},
 Recommends: javascript-common,
  libjs-jquery | libjs-zepto,
  libjs-json
-Provides: libnode-backbone
 Description: some Backbone for JavaScript applications - browser library
  Backbone supplies structure to JavaScript-heavy applications by
  providing models key-value binding and custom events, collections with
  a rich API of enumerable functions, views with declarative event
  handling, and connects it all to your existing application over a
  RESTful JSON interface.
+ .
+ This package contains backbone usable directly in web browsers.
+
+Package: node-backbone
+Architecture: all
+Depends: ${misc:Depends},
+ nodejs,
+ libjs-backbone,
+ node-underscore
+Recommends: libjs-jquery | libjs-zepto,
+ libjs-json
+Description: some Backbone for JavaScript applications - Node module
+ Node is an event-based server-side JavaScript engine.
+ .
+ Backbone supplies structure to JavaScript-heavy applications by
+ providing models key-value binding and custom events, collections with
+ a rich API of enumerable functions, views with declarative event
+ handling, and connects it all to your existing application over a
+ RESTful JSON interface.
+ .
+ This package contains node-uuid usable with Node.
diff --git a/debian/rules b/debian/rules
index da6a9ec..a3aa289 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 libname = backbone
 js-pkgname = libjs-$(libname)
 js-stems = $(libname)
-node-pkgname = libjs-$(libname)
+node-pkgname = node-$(libname)
 
 # suppress optional build-dependencies
 CDBS_BUILD_DEPENDS_rules_upstream-tarball =

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