[Pkg-javascript-commits] [node-dom-serializer] 03/03: add bug number and description from ITP; set GPL-3.0+ license for debian/*

Paolo Greppi paolog-guest at moszumanska.debian.org
Fri Dec 16 11:26:02 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-dom-serializer.

commit 9a745bcdfe406e2b338eb439ea417133cb5a2cc1
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date:   Fri Dec 16 10:52:37 2016 +0000

    add bug number and description from ITP; set GPL-3.0+ license for debian/*
---
 debian/changelog |  5 ++---
 debian/control   |  5 +++--
 debian/copyright | 26 +++++++++++++++++++++-----
 3 files changed, 26 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d2dc061..c2e42fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
-node-dom-serializer (0.1.0-1) UNRELEASED; urgency=low
+node-dom-serializer (0.1.0-1) unstable; urgency=low
 
-  * Initial release (Closes: #nnnn)
-  * New upstream release
+  * Initial release (Closes: #848325)
 
  -- Paolo Greppi <paolo.greppi at libpf.com>  Fri, 16 Dec 2016 10:16:55 +0000
diff --git a/debian/control b/debian/control
index 1da32e8..c5e7b31 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,8 @@ Depends:
  , nodejs
  , node-entities (>= 1.1.1)
  , node-domelementtype (>= 1.1.1)
-Description: render dom nodes to string
- FIX_ME long description
+Description: render htmlparser2's DOM nodes to string
+ Node.js module that renders to a tring a DOM (Document Object
+ Model) created with the node-domhandler module.
  .
  Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/copyright b/debian/copyright
index df35cde..848d183 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,11 +4,7 @@ Upstream-Contact: https://github.com/cheeriojs/dom-renderer/issues
 Source: https://github.com/cheeriojs/dom-renderer
 
 Files: *
-Copyright: 2016 Felix Boehm <me at feedic.com>
-License: Expat
-
-Files: debian/*
-Copyright: 2016 Paolo Greppi <paolo.greppi at libpf.com>
+Copyright: 2014 The cheeriojs contributors
 License: Expat
 
 License: Expat
@@ -32,3 +28,23 @@ License: Expat
  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  SOFTWARE.
 
+Files: debian/*
+Copyright: 2016 Paolo Greppi <paolo.greppi at libpf.com>
+License: GPL-3.0+
+
+License: GPL-3.0+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".

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



More information about the Pkg-javascript-commits mailing list