[Pkg-javascript-commits] [node-domhandler] 03/05: 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:27:52 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-domhandler.

commit 08bd673680dce7d5e8d700f27be6df2d758bdc52
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date:   Fri Dec 16 11:09:22 2016 +0000

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

diff --git a/debian/changelog b/debian/changelog
index 23d3d87..f1a506b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
-node-domhandler (2.3.0-1) UNRELEASED; urgency=low
+node-domhandler (2.3.0-1) unstable; urgency=low
 
-  * Initial release (Closes: #nnnn)
-  * New upstream release
+  * Initial release (Closes: #848322)
 
  -- Paolo Greppi <paolo.greppi at libpf.com>  Fri, 16 Dec 2016 10:11:26 +0000
diff --git a/debian/control b/debian/control
index 04229d2..227214d 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,9 @@ Depends:
  ${misc:Depends}
  , nodejs
  , node-domelementtype (>= 1)
-Description: handler for htmlparser2 that turns pages into a dom
- FIX_ME long description
+Description: htmlparser2 handler that turns pages into a dom
+ Node.js module that creates a DOM (Document Object Model), i.e. a
+ tree data structure containing all nodes of a page that can be
+ manipulated using the node-domutils library.
  .
  Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/copyright b/debian/copyright
index 65f1185..1c516ff 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,11 +4,50 @@ Upstream-Contact: https://github.com/fb55/DomHandler/issues
 Source: https://github.com/fb55/DomHandler
 
 Files: *
-Copyright: 2016 Felix Boehm <me at feedic.com>
-License: FIX_ME upstream license
+Copyright: 2016 Felix Böhm <me at feedic.com>
+License: BSD-2-Clause
+
+License: BSD-2-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE HOLDERS OR
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 Files: debian/*
 Copyright: 2016 Paolo Greppi <paolo.greppi at libpf.com>
-License: FIX_ME upstream license
+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".
+
 
-License: FIX_ME specify a license, see: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/#license-specification

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



More information about the Pkg-javascript-commits mailing list