[Pkg-javascript-commits] [backbone] 09/97: Prepare for release: Update changelog, control file and copyright hints.

Jonas Smedegaard js at moszumanska.debian.org
Sat May 3 16:55:55 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 b5688a0dd21792daa2f1743653c36616988d239f
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Jan 16 21:16:48 2011 +0100

    Prepare for release: Update changelog, control file and copyright hints.
---
 debian/changelog       | 13 ++++++++
 debian/control         |  7 ++--
 debian/copyright_hints | 86 +++++++++++++++++++++++++-------------------------
 3 files changed, 61 insertions(+), 45 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e421535..9a68bfe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+backbone (0.3.3-2) unstable; urgency=low
+
+  * Bump copyright format to Subversion candidate draft 162 of DEP5.
+  * Add copyright and licensing for test/vendor/zepto.js.
+  * Install uncompressed library (not symlink to compressed one).
+  * Tighten dependencies:
+    + Depend on libjs-underscore.
+    + Recommend libjs-json.
+    + Recommend (not yet packaged) libjs-zepto, as fallback for
+      libjs-jquery.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Sun, 16 Jan 2011 21:14:08 +0100
+
 backbone (0.3.3-1) unstable; urgency=low
 
   * Initial release.
diff --git a/debian/control b/debian/control
index 6322d91..b7d6b40 100644
--- a/debian/control
+++ b/debian/control
@@ -13,8 +13,11 @@ Vcs-Browser: http://git.debian.org/?p=collab-maint/backbone.git
 
 Package: libjs-backbone
 Architecture: all
-Depends: ${misc:Depends}
-Recommends: javascript-common, libjavascript-jquery
+Depends: ${misc:Depends},
+ libjs-underscore
+Recommends: javascript-common,
+ libjs-jquery | libjs-zepto,
+ libjs-json
 Description: some Backbone for JS Apps with Models, Views, Collections, and Events
  Backbone supplies structure to JavaScript-heavy applications by
  providing models key-value binding and custom events, collections with
diff --git a/debian/copyright_hints b/debian/copyright_hints
index a5450b5..3a55d2f 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -1,52 +1,52 @@
-Format: http://bzr.debian.org/scm/loggerhead/dep/dep5/trunk/annotate/132/dep5.mdwn
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=162
 Upstream-Name: FIXME
 Upstream-Contact: FIXME
 Source: FIXME
 Copyright: FIXME
-Disclaimer: Autogenerated by CDBS snippet copyright-check.mk
+License: FIXME
+Disclaimer: Autogenerated by CDBS
 
-Files: README,
- Rakefile,
- debian/compat,
- debian/control,
- debian/control.in,
- debian/gbp.conf,
- debian/install,
- debian/links,
- debian/source/format,
- debian/source/local-options,
- debian/watch,
- docs/backbone-localstorage.html,
- docs/docco.css,
- docs/jsl.conf,
- docs/todos.html,
- examples/backbone-localstorage.js,
- examples/todos/destroy.png,
- examples/todos/index.html,
- examples/todos/todos.css,
- examples/todos/todos.js,
- index.html,
- package.json,
- test/collection.js,
- test/controller.js,
- test/events.js,
- test/model.coffee,
- test/model.js,
- test/speed.js,
- test/sync.js,
- test/test-zepto.html,
- test/test.html,
- test/vendor/json2.js,
- test/vendor/qunit.css,
- test/vendor/zepto-0.2.js,
+Files: README
+ Rakefile
+ debian/compat
+ debian/control
+ debian/control.in
+ debian/gbp.conf
+ debian/install
+ debian/source/format
+ debian/source/local-options
+ debian/watch
+ docs/backbone-localstorage.html
+ docs/docco.css
+ docs/jsl.conf
+ docs/todos.html
+ examples/backbone-localstorage.js
+ examples/todos/destroy.png
+ examples/todos/index.html
+ examples/todos/todos.css
+ examples/todos/todos.js
+ index.html
+ package.json
+ test/collection.js
+ test/controller.js
+ test/events.js
+ test/model.coffee
+ test/model.js
+ test/speed.js
+ test/sync.js
+ test/test-zepto.html
+ test/test.html
+ test/vendor/json2.js
+ test/vendor/qunit.css
+ test/vendor/zepto-0.2.js
  test/view.js
 Copyright: *No copyright*
 License: UNKNOWN
  FIXME
 
-Files: backbone-min.js,
- backbone.js,
- docs/backbone.html,
+Files: backbone-min.js
+ backbone.js
+ docs/backbone.html
  test/vendor/underscore-1.1.3.js
 Copyright: 2010, Jeremy Ashkenas, DocumentCloud Inc
 License: UNKNOWN
@@ -63,15 +63,15 @@ 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 | http://flesler.blogspot.com
+ 2009, John Resig, Jörn Zaefferer
  <prathe at gmail.com>
 License: UNKNOWN
  FIXME
 
 Files: test/vendor/jquery-1.4.2.js
-Copyright: 2009, The Dojo Foundation,
- 2010, John Resig,
+Copyright: 2009, The Dojo Foundation
+ 2010, John Resig
  2010, The Dojo Foundation
 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