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

Paolo Greppi paolog-guest at moszumanska.debian.org
Wed Dec 21 11:51:27 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-cheerio.

commit 48fbfda03dc3204b9408e3bd80275a3aa934fe7d
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date:   Fri Dec 16 09:25:37 2016 +0000

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

diff --git a/debian/changelog b/debian/changelog
index 950a5ce..b6fd200 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
 node-cheerio (0.22.0-1) UNRELEASED; urgency=low
 
-  * Initial release (Closes: #nnnn)
-  * New upstream release
+  * Initial release (Closes: #848315)
 
  -- Paolo Greppi <paolo.greppi at libpf.com>  Fri, 16 Dec 2016 08:55:05 +0000
diff --git a/debian/control b/debian/control
index a3b0782..5e2308c 100644
--- a/debian/control
+++ b/debian/control
@@ -17,23 +17,14 @@ Architecture: all
 Depends:
  ${misc:Depends}
  , nodejs
- , node-lodash.merge (>= 4.4.0)
+ , node-lodash-packages
  , node-htmlparser2 (>= 3.9.1)
- , node-lodash.reject (>= 4.4.0)
- , node-lodash.map (>= 4.4.0)
- , node-lodash.assignin (>= 4.0.9)
  , node-css-select (>= 1.2.0)
  , node-entities (>= 1.1.1)
- , node-lodash.pick (>= 4.2.1)
- , node-lodash.foreach (>= 4.3.0)
  , node-dom-serializer (>= 0.1.0)
- , node-lodash.bind (>= 4.1.4)
- , node-lodash.defaults (>= 4.0.1)
- , node-lodash.reduce (>= 4.4.0)
- , node-lodash.filter (>= 4.4.0)
- , node-lodash.flatten (>= 4.2.0)
- , node-lodash.some (>= 4.4.0)
-Description: Tiny, fast, and elegant implementation of core jQuery designed specifically for the server
- FIX_ME long description
+Description: Server-side jQuery implementation
+ Node-js module providing a tiny, fast, flexible and elegant
+ implementation of core jQuery designed specifically for the
+ server.
  .
  Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/copyright b/debian/copyright
index 6c5200f..9aa4371 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -7,10 +7,6 @@ Files: *
 Copyright: 2016 Matt Mueller <mattmuelle at gmail.com> (mat.io)
 License: Expat
 
-Files: debian/*
-Copyright: 2016 Paolo Greppi <paolo.greppi at libpf.com>
-License: Expat
-
 License: Expat
  Permission is hereby granted, free of charge, to any person
  obtaining a copy of this software and associated documentation files
@@ -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-cheerio.git



More information about the Pkg-javascript-commits mailing list