[Pkg-javascript-commits] [backbone] 97/97: Prepare for release: Update changelog, control file and copyright hints.
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 793c76e0c0cc95f5be32ff9c9cb440b2ede88ac5
Author: Jonas Smedegaard <dr at jones.dk>
Date: Sat May 3 18:33:47 2014 +0200
Prepare for release: Update changelog, control file and copyright hints.
---
debian/changelog | 26 +++++++++++++++++++++
debian/control | 31 +++++++++++++------------
debian/copyright_hints | 61 +++++++++++++++++++++-----------------------------
3 files changed, 67 insertions(+), 51 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d2cee82..655fd77 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,29 @@
+backbone (0.9.10-1) unstable; urgency=medium
+
+ [ upstream ]
+ * New release.
+
+ [ Jonas Smedegaard ]
+ * Bump standards-version to 3.9.5.
+ * Improve testsuite handling:
+ + Add patch 2001 to use separately packaged Javascript libraries.
+ + Enable more tests.
+ * Update package relations:
+ + Declare binary relations in rules file.
+ + Build-depend on phantomjs, libjs-json, libjs-jquery and
+ libjs-underscore: Needed for testsuite.
+ * Update copyright file:
+ + Update coverage of convenience code copies.
+ + Extend coverage for packaging
+ + bump licensing for packaging to GPL-3+.
+ + Fix cover example code.
+ * Add README.source emphasizing control.in file as *not* a
+ show-stopper for contributions, referring to wiki page for details.
+ * Update Vcs-* fields: Packaging git moved to pkg-javascript area of
+ Alioth.
+
+ -- Jonas Smedegaard <dr at jones.dk> Sat, 03 May 2014 18:33:42 +0200
+
backbone (0.9.2-4) unstable; urgency=low
* Fix build-depend on node-uglify (not libnode-uglify).
diff --git a/debian/control b/debian/control
index a1e88df..a1a0ce5 100644
--- a/debian/control
+++ b/debian/control
@@ -7,21 +7,23 @@ Build-Depends: cdbs,
devscripts,
debhelper,
dh-buildinfo,
+ node-uglify | yui-compressor,
coffeescript,
- node-underscore,
- node-uglify | yui-compressor
-Standards-Version: 3.9.3
+ phantomjs,
+ libjs-json,
+ libjs-jquery,
+ libjs-underscore,
+ node-underscore
+Standards-Version: 3.9.5
Homepage: http://backbonejs.org/
-Vcs-Git: git://git.debian.org/git/collab-maint/backbone
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/backbone.git
+Vcs-Git: git://git.debian.org/git/pkg-javascript/backbone
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/backbone.git
Package: libjs-backbone
Architecture: all
-Depends: ${misc:Depends},
- libjs-underscore (>= 1.3.1~)
-Recommends: javascript-common,
- libjs-jquery | libjs-zepto | libjs-ender,
- libjs-json
+Depends: ${cdbs:Depends},
+ ${misc:Depends}
+Recommends: ${cdbs:Recommends}
Description: some Backbone for JavaScript applications - browser library
Backbone gives structure to your serious JavaScript web applications by
supplying models with key-value binding and custom events, collections
@@ -33,12 +35,9 @@ Description: some Backbone for JavaScript applications - browser library
Package: node-backbone
Architecture: all
-Depends: ${misc:Depends},
- nodejs,
- libjs-backbone,
- node-underscore (>= 1.3.1~)
-Recommends: libjs-jquery | libjs-zepto | libjs-ender,
- libjs-json
+Depends: ${cdbs:Depends},
+ ${misc:Depends}
+Recommends: ${cdbs:Recommends}
Breaks: ${cdbs:Breaks}
Replaces: ${cdbs:Replaces}
Description: some Backbone for JavaScript applications - Node module
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 4351a63..f73d528 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -4,12 +4,18 @@ Upstream-Contact: FIXME
Source: FIXME
Disclaimer: Autogenerated by CDBS
-Files: README.md
+Files: CNAME
+ CONTRIBUTING.md
+ README.md
Rakefile
+ debian/README.source
debian/compat
debian/control
debian/control.in
debian/gbp.conf
+ debian/patches/2001_use_system_js.patch
+ debian/patches/README
+ debian/patches/series
debian/source/format
debian/watch
docs/backbone-localstorage.html
@@ -26,19 +32,18 @@ Files: README.md
index.js
package.json
test/collection.js
+ test/environment.js
test/events.js
+ test/index.html
test/model.coffee
test/model.js
test/noconflict.js
test/router.js
- test/setdomlibrary.js
- test/speed.js
test/sync.js
- test/test-ender.html
test/test-zepto.html
- test/test.html
test/vendor/json2.js
- test/vendor/zepto-0.6.js
+ test/vendor/runner.js
+ test/vendor/zepto.js
test/view.js
Copyright: *No copyright*
License: UNKNOWN
@@ -47,51 +52,37 @@ License: UNKNOWN
Files: backbone-min.js
backbone.js
docs/backbone.html
- test/vendor/underscore-1.3.1.js
+ test/vendor/underscore.js
Copyright: 2009-2012, Jeremy Ashkenas, DocumentCloud Inc
2010-2012, Jeremy Ashkenas, DocumentCloud Inc
License: UNKNOWN
FIXME
+Files: test/vendor/jquery.js
+ test/vendor/qunit.css
+Copyright: 2012, jQuery Foundation and other contributors
+License: UNKNOWN
+ FIXME
+
Files: LICENSE
Copyright: 2010-2012, Jeremy Ashkenas, DocumentCloud
License: Expat
FIXME
+Files: docs/js/jquery.lazyload.js
+Copyright: 2007-2012, Mika Tuupola
+License: Expat
+ FIXME
+
Files: debian/rules
-Copyright: 2010-2011, Jonas Smedegaard <dr at jones.dk>
-License: GPL-2+
+Copyright: 2010-2014, Jonas Smedegaard <dr at jones.dk>
+License: GPL-3+
FIXME
Files: test/vendor/qunit.js
Copyright: 2008, Ariel Flesler - aflesler(at)gmail(dot)com |
- 2011, John Resig, Jörn Zaefferer
+ 2012, jQuery Foundation and other contributors
<prathe at gmail.com>
License: UNKNOWN
FIXME
-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
-
--
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