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

Jonas Smedegaard dr at jones.dk
Wed Aug 31 13:03:40 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 8ab3dcc3aa53f3d22faa113b5adb6caef1f10e4c
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Aug 31 15:02:51 2016 +0200

    Prepare for release: Update changelog, control file and copyright hints.
---
 debian/changelog       | 14 +++++++++++---
 debian/control         |  8 ++++++--
 debian/copyright_hints | 42 +++++++++++++++++++++++++++++-------------
 3 files changed, 46 insertions(+), 18 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 60dd752..98e1e17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
-ltx (0.2.2-1) UNRELEASED; urgency=low
+ltx (2.4.2-1) unstable; urgency=low
 
   [ upstream ]
-  * New release.
+  * New release(s).
 
   [ Jonas Smedegaard ]
   * Update watch and rules files to directly use github.com URL (not
@@ -17,6 +17,10 @@ ltx (0.2.2-1) UNRELEASED; urgency=low
       build.
     + Relax to build-depend unversioned on cdbs: Needed version
       satisfied in stable, and oldstable no longer supported.
+    + Suggest (not depend on) node-sax.
+    + Build-depend on and suggest (not depend on) node-node-expat.
+    + Stop suggest XML parser libraries not in Debian.
+    + Mention suggested packages in long description.
   * Declare compliance with Debian Policy 3.9.8.
   * Have git-buildpackage ignore any .git* file.
   * Add README.source emphasizing that control.in file is *not* a
@@ -33,8 +37,12 @@ ltx (0.2.2-1) UNRELEASED; urgency=low
   * Stop track upstream source with CDBS (use gpb --uscan).
   * Stop suppress versioned debhelper build-dependency (done in CDBS
     now).
+  * Simplify testsuite execution.
+  * Add patch 2001 to skip missing parsers.
+  * Fix run testsuite only once.
+  * Update extension of upstream README.
 
- -- Jonas Smedegaard <dr at jones.dk>  Mon, 15 Apr 2013 23:07:33 +0200
+ -- Jonas Smedegaard <dr at jones.dk>  Wed, 31 Aug 2016 15:01:41 +0200
 
 ltx (0.2.0-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 3788f8f..20e446e 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,9 @@ Build-Depends: cdbs,
  licensecheck,
  debhelper,
  dh-buildinfo,
- node-node-expat,
- node-vows
+ node-vows,
+ node-sax,
+ node-node-expat
 Standards-Version: 3.9.8
 Homepage: http://node-xmpp.org/
 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/ltx
@@ -24,3 +25,6 @@ Description: XML DOM builder library for Node
  Node is an event-based server-side JavaScript engine.
  .
  Less-Than XML (ltx) is an XML DOM builder library for Node.
+ .
+ Parsing with support for advanced XML features (but slower) requires
+ either of the packages node-sax node-node-expat.
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 46a3b47..59c6719 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -4,11 +4,13 @@ Upstream-Contact: FIXME
 Source: FIXME
 Disclaimer: Autogenerated by CDBS
 
-Files: README.markdown
- benchmark/.gitignore
- benchmark/benchmark.js
- benchmark/build.js
- benchmark/index.html
+Files: CONTRIBUTING.md
+ README.md
+ benchmarks/index.js
+ benchmarks/ltx.js
+ benchmarks/parse.js
+ benchmarks/parsers.js
+ benchmarks/write.js
  debian/README.source
  debian/compat
  debian/control
@@ -19,18 +21,32 @@ Files: README.markdown
  debian/source/lintian-overrides
  debian/watch
  index.js
- lib/element.js
- lib/index-browserify.js
- lib/index.js
+ lib/DOMElement.js
+ lib/Element.js
+ lib/Parser.js
+ lib/clone.js
+ lib/createElement.js
+ lib/equal.js
+ lib/escape.js
+ lib/is.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
+ lib/parsers/index.js
+ lib/parsers/libxmljs.js
+ lib/parsers/ltx.js
+ lib/parsers/node-expat.js
+ lib/parsers/node-xml.js
+ lib/parsers/sax-js.js
+ lib/tag.js
  package.json
+ test/createElement-test.js
+ test/dom-element-test.js
  test/element-test.js
+ test/equality-test.js
+ test/escape-test.js
+ test/is-test.js
  test/parse-test.js
+ test/tag-test.js
+ test/unicode-test.js
 Copyright: NONE
 License: UNKNOWN
  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