[Pkg-javascript-commits] [ltx] 57/80: Prepare for release: Update changelog, control file and copyright hints.
Jonas Smedegaard
dr at jones.dk
Sun Feb 28 10:50:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository ltx.
commit b45eeabe84a724eee77fb807dd3de4e312f29c3c
Author: Jonas Smedegaard <dr at jones.dk>
Date: Sun Mar 25 13:13:11 2012 +0200
Prepare for release: Update changelog, control file and copyright hints.
---
debian/changelog | 16 ++++++++++++++++
debian/control | 14 ++++++--------
debian/copyright_hints | 14 ++++++++++++--
3 files changed, 34 insertions(+), 10 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5b4b506..0633f24 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+ltx (0.2.0-1) unstable; urgency=low
+
+ * New upstream release.
+ * Bump standards-version to 3.9.3.
+ * Use anonscm.debian.org URL in Vcs-Browser field.
+ * Bump copyright file format to 1.0.
+ * Update package relations:
+ + Drop obsolete transitional conflicts/replaces/provides against
+ libnode-ltx.
+ + Declare dependencies CDBS-style in rules file.
+ + Depend on node-sax.
+ + Suggest (not yet packaged) node-easysax and node-xml.
+ + Enhance (not yet packaged) browserify.
+
+ -- Jonas Smedegaard <dr at jones.dk> Sun, 25 Mar 2012 13:10:11 +0200
+
ltx (0.1.3-1) unstable; urgency=low
* New upstream release.
diff --git a/debian/control b/debian/control
index 8593221..a0df22b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,24 +3,22 @@ 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,
+Build-Depends: cdbs (>= 0.4.72~),
debhelper,
dh-buildinfo,
node-node-expat,
node-vows
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
Homepage: https://github.com/astro/ltx
Vcs-Git: git://git.debian.org/git/collab-maint/ltx
-Vcs-Browser: http://git.debian.org/?p=collab-maint/ltx.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/ltx.git
Package: node-ltx
Architecture: all
Depends: ${misc:Depends},
- node-node-expat,
- nodejs
-Conflicts: libnode-ltx
-Replaces: libnode-ltx
-Provides: libnode-ltx
+ ${cdbs:Depends}
+Suggests: ${cdbs:Suggests}
+Enhances: ${cdbs:Enhances}
Description: XML DOM builder library for Node
Node is an event-based server-side JavaScript engine.
.
diff --git a/debian/copyright_hints b/debian/copyright_hints
index c519b59..43b0188 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -1,10 +1,14 @@
-Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FIXME
Upstream-Contact: FIXME
Source: FIXME
Disclaimer: Autogenerated by CDBS
Files: README.markdown
+ benchmark/.gitignore
+ benchmark/benchmark.js
+ benchmark/build.js
+ benchmark/index.html
debian/compat
debian/control
debian/control.in
@@ -13,8 +17,14 @@ Files: README.markdown
debian/source/format
debian/watch
index.js
+ lib/index-browserify.js
lib/index.js
lib/parse.js
+ lib/sax_easysax.js
+ lib/sax_expat.js
+ lib/sax_ltx.js
+ lib/sax_node-xml.js
+ lib/sax_saxjs.js
package.json
test/element-test.js
test/parse-test.js
@@ -29,7 +39,7 @@ License: GPL-2+
Files: LICENSE
Copyright: 2010, Stephan Maka
- HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
License: MIT/X11 (BSD like)
FIXME
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/ltx.git
More information about the Pkg-javascript-commits
mailing list