[Pkg-javascript-commits] [backbone] 51/97: Prepare for release: Update changelog, control file and copyright hints.
Jonas Smedegaard
js at moszumanska.debian.org
Sat May 3 16:56:00 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 932ddd4f63b09663a5422069195d2c5a394e651c
Author: Jonas Smedegaard <dr at jones.dk>
Date: Tue Jan 31 22:30:13 2012 +0100
Prepare for release: Update changelog, control file and copyright hints.
---
debian/changelog | 18 ++++++++++++++++++
debian/control | 30 +++++++++++++++---------------
debian/copyright_hints | 41 ++++++++++++++++++++++++++++++-----------
3 files changed, 63 insertions(+), 26 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index be1470c..7360e61 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,21 @@
+backbone (0.9.0-1) unstable; urgency=low
+
+ * New upstream release.
+ * Update watch file to use more flexible regex.
+ * Update long description, to sync with upstream.
+ * Recommend (as fallback) libjs-ender, now supported upstream.
+ * Tighten dependency on {libjs,node}-underscore.
+ * Update Homepage URL.
+ * Drop dpkg-source local-options: Defaults since dpkg-source 1.16.1.
+ * Update copyright file:
+ + Extend copyright years.
+ + Add a Files section (new authors, Expat licensed).
+ + Drop duplicate comments.
+ + Shorten GPL comment.
+ + Quote license strings in comments.
+
+ -- Jonas Smedegaard <dr at jones.dk> Tue, 31 Jan 2012 22:21:39 +0100
+
backbone (0.5.3-3) unstable; urgency=low
* Bump debhelper compatilibity level to 7.
diff --git a/debian/control b/debian/control
index 9f26a38..b7ea27e 100644
--- a/debian/control
+++ b/debian/control
@@ -9,23 +9,23 @@ Build-Depends: cdbs,
coffeescript,
libnode-uglify | yui-compressor
Standards-Version: 3.9.2
-Homepage: http://documentcloud.github.com/backbone/
+Homepage: http://backbonejs.org/
Vcs-Git: git://git.debian.org/git/collab-maint/backbone
Vcs-Browser: http://git.debian.org/?p=collab-maint/backbone.git
Package: libjs-backbone
Architecture: all
Depends: ${misc:Depends},
- libjs-underscore
+ libjs-underscore (>= 1.3.1~)
Recommends: javascript-common,
- libjs-jquery | libjs-zepto,
+ libjs-jquery | libjs-zepto | libjs-ender,
libjs-json
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.
+ Backbone gives structure to your serious JavaScript web applications by
+ supplying models with 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 API over a RESTful JSON
+ interface.
.
This package contains backbone usable directly in web browsers.
@@ -34,16 +34,16 @@ Architecture: all
Depends: ${misc:Depends},
nodejs,
libjs-backbone,
- node-underscore
-Recommends: libjs-jquery | libjs-zepto,
+ node-underscore (>= 1.3.1~)
+Recommends: libjs-jquery | libjs-zepto | libjs-ender,
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.
+ Backbone gives structure to your serious JavaScript web applications by
+ supplying models with 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 API over a RESTful JSON
+ interface.
.
This package contains node-uuid usable with Node.
diff --git a/debian/copyright_hints b/debian/copyright_hints
index a63f1b7..64ffc61 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -4,17 +4,17 @@ Upstream-Contact: FIXME
Source: FIXME
Disclaimer: Autogenerated by CDBS
-Files: README
+Files: README.md
Rakefile
debian/compat
debian/control
debian/control.in
debian/gbp.conf
debian/source/format
- debian/source/local-options
debian/watch
docs/backbone-localstorage.html
docs/docco.css
+ docs/images/favicon.ico
docs/jsl.conf
docs/todos.html
examples/backbone-localstorage.js
@@ -33,10 +33,10 @@ Files: README
test/router.js
test/speed.js
test/sync.js
+ test/test-ender.html
test/test-zepto.html
test/test.html
test/vendor/json2.js
- test/vendor/qunit.css
test/vendor/zepto-0.6.js
test/view.js
Copyright: *No copyright*
@@ -45,37 +45,56 @@ License: UNKNOWN
Files: backbone.js
docs/backbone.html
- test/vendor/underscore-1.1.6.js
-Copyright: 2010, Jeremy Ashkenas, DocumentCloud Inc
- 2011, Jeremy Ashkenas, DocumentCloud Inc
+ test/vendor/underscore-1.3.1.js
+Copyright: 2009-2012, Jeremy Ashkenas, DocumentCloud Inc
+ 2010-2012, Jeremy Ashkenas, DocumentCloud Inc
License: UNKNOWN
FIXME
Files: debian/rules
Copyright: 2010-2011, Jonas Smedegaard <dr at jones.dk>
-License: GPL
+License: GPL-2+
FIXME
Files: LICENSE
-Copyright: 2010, Jeremy Ashkenas, DocumentCloud
+Copyright: 2010-2012, Jeremy Ashkenas, DocumentCloud
License: MIT/X11 (BSD like)
FIXME
Files: test/vendor/qunit.js
-Copyright: 2008, Ariel Flesler - aflesler(at)gmail(dot)com | http://flesler.blogspot.com
- 2009, John Resig, Jörn Zaefferer
+Copyright: 2008, Ariel Flesler - aflesler(at)gmail(dot)com |
+ 2011, John Resig, Jörn Zaefferer
<prathe at gmail.com>
License: UNKNOWN
FIXME
-Files: test/vendor/jquery-1.5.js
+Files: test/vendor/ender-jeesh.js
+Copyright: @dedfat 2011,
+ Dustin Diaz & Jacob Thornton 2011,
+ Dustin Diaz & Jacob Thornton 2011, (@ded @fat)
+ Jacob Thornton 2011
+ || classCache.s(c, new RegExp('(^|\\s+)' + c + '(\\s+|$)'))).test(this.className)) {
+License: UNKNOWN
+ FIXME
+
+Files: test/vendor/jquery-1.7.1.js
Copyright: 2011, John Resig
2011, The Dojo Foundation
License: UNKNOWN
FIXME
+Files: test/vendor/qunit.css
+Copyright: 2011, John Resig, Jörn Zaefferer
+License: UNKNOWN
+ FIXME
+
Files: test/vendor/jslitmus.js
Copyright: 2010, Robert Kieffer, http://broofa.com
License: UNKNOWN
FIXME
+Files: backbone-min.js
+Copyright: {};if(d&&!this[c.wait?"_performValidation":"set"
+License: UNKNOWN
+ FIXME
+
--
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