[Pkg-javascript-commits] [backbone] 38/97: Prepare for release: Update changelog, control file and copyright hints.
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 534de7e4b1c18bbef530e1fff5bf9d5ca60b1880
Author: Jonas Smedegaard <dr at jones.dk>
Date: Sun Dec 25 01:47:58 2011 +0700
Prepare for release: Update changelog, control file and copyright hints.
---
debian/changelog | 16 ++++++++++++++++
debian/control | 29 +++++++++++++++++++++++++----
debian/copyright_hints | 4 +---
3 files changed, 42 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 014740b..be1470c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+backbone (0.5.3-3) unstable; urgency=low
+
+ * Bump debhelper compatilibity level to 7.
+ * Fix install code for web browsers and symlink for Node (not
+ opposite: not always supported by web servers).
+ * Enable regression tests.
+ Build-depend on coffescript.
+ * Improve short description.
+ * Provide package node-backbone (not just as virtual package by
+ libjs-backbone), to ease installing without Node.
+ * Extend copyright for Debian packaging.
+ * Relax to build-depend unversioned on debhelper and cdbs: needed
+ versions satisfied even in oldstable.
+
+ -- Jonas Smedegaard <dr at jones.dk> Sun, 25 Dec 2011 01:47:07 +0700
+
backbone (0.5.3-2) unstable; urgency=low
* Fix provide libnode-backbone (not node-backbone).
diff --git a/debian/control b/debian/control
index a9d2482..9f26a38 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,10 @@ Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr at jones.dk>
-Build-Depends: cdbs (>= 0.4.72~),
- debhelper (>= 6),
+Build-Depends: cdbs,
+ debhelper,
dh-buildinfo,
+ coffeescript,
libnode-uglify | yui-compressor
Standards-Version: 3.9.2
Homepage: http://documentcloud.github.com/backbone/
@@ -19,10 +20,30 @@ Depends: ${misc:Depends},
Recommends: javascript-common,
libjs-jquery | libjs-zepto,
libjs-json
-Provides: libnode-backbone
-Description: some Backbone for JS Apps with Models, Views, Collections, and Events
+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/copyright_hints b/debian/copyright_hints
index 1aebf85..a63f1b7 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -10,8 +10,6 @@ Files: README
debian/control
debian/control.in
debian/gbp.conf
- debian/install
- debian/libjs-backbone.links
debian/source/format
debian/source/local-options
debian/watch
@@ -54,7 +52,7 @@ License: UNKNOWN
FIXME
Files: debian/rules
-Copyright: 2010, Jonas Smedegaard <dr at jones.dk>
+Copyright: 2010-2011, Jonas Smedegaard <dr at jones.dk>
License: GPL
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