[Pkg-javascript-commits] [node-htmlparser2_new] 03/06: new upstream release

Paolo Greppi paolog-guest at moszumanska.debian.org
Sat Dec 24 01:12:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

paolog-guest pushed a commit to branch master
in repository node-htmlparser2_new.

commit 4f7a6fe7a354edf442c267cdbb3381432b0d0310
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date:   Sat Dec 24 01:03:59 2016 +0000

    new upstream release
---
 debian/changelog | 13 ++++++++++++-
 debian/control   | 12 ++++++++----
 debian/install   |  1 -
 3 files changed, 20 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2a00ad1..893164e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,17 @@
 node-htmlparser2 (3.9.2-1) UNRELEASED; urgency=low
 
-  * Initial release (Closes: #nnnn)
   * New upstream release
+  * Unbundle node-dom{elementtype,handler,utils} (Closes: #794988)
 
  -- Paolo Greppi <paolo.greppi at libpf.com>  Sat, 24 Dec 2016 00:52:14 +0000
+
+node-htmlparser2 (3.7.3-1) unstable; urgency=low
+
+  * Initial release (Closes: #761433)
+  * Direct dependencies node-dom{elementtype,handler,utils} packaged
+    with this package, because they don't have any other reverse
+    depends and are too small to justify Debian packages.
+    (Closes: #761437, #761438, #761439)
+    node-readable-stream is optional, no need to package.
+
+ -- W. Martin Borgert <debacle at debian.org>  Sun, 21 Sep 2014 19:46:09 +0000
diff --git a/debian/control b/debian/control
index 83326a6..6d847f5 100644
--- a/debian/control
+++ b/debian/control
@@ -2,15 +2,17 @@ Source: node-htmlparser2
 Section: web
 Priority: optional
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
-Uploaders: Paolo Greppi <paolo.greppi at libpf.com>
+Uploaders:
+ W. Martin Borgert <debacle at debian.org>,
+ Paolo Greppi <paolo.greppi at libpf.com>
 Build-Depends:
  debhelper (>= 9)
  , dh-buildinfo
  , nodejs
 Standards-Version: 3.9.8
 Homepage: https://github.com/fb55/htmlparser2#readme
-Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-htmlparser2.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-htmlparser2.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-htmlparser2_new.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-htmlparser2_new.git
 
 Package: node-htmlparser2
 Architecture: all
@@ -24,6 +26,8 @@ Depends:
  , node-inherits (>= 2.0.1)
  , node-domutils (>= 1.5.1)
 Description: Fast & forgiving HTML/XML/RSS parser
- FIX_ME long description
+ A forgiving HTML/XML/RSS parser written in JS for NodeJS. The
+ parser can handle streams (chunked data) and supports custom
+ handlers for writing custom DOMs/output.
  .
  Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/install b/debian/install
index 53f599f..fcd9ccb 100644
--- a/debian/install
+++ b/debian/install
@@ -1,3 +1,2 @@
 lib usr/lib/nodejs/htmlparser2/
 package.json usr/lib/nodejs/htmlparser2/
-lib/ usr/lib/nodejs/htmlparser2/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-htmlparser2_new.git



More information about the Pkg-javascript-commits mailing list