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

Paolo Greppi paolog-guest at moszumanska.debian.org
Fri Dec 23 10:29:56 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-array-from.

commit 3d5ef32e0bb1d2de1c0fd9ea45b6c80cbbef760a
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date:   Fri Dec 23 10:09:39 2016 +0000

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

diff --git a/debian/changelog b/debian/changelog
index 710c683..9721d5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
 node-array-from (2.1.1-1) UNRELEASED; urgency=low
 
-  * Initial release (Closes: #nnnn)
-  * New upstream release
+  * Initial release (Closes: #849178)
 
  -- Paolo Greppi <paolo.greppi at libpf.com>  Fri, 23 Dec 2016 09:36:42 +0000
diff --git a/debian/control b/debian/control
index 765d6c3..fc2cb5f 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,9 @@ Architecture: all
 Depends:
  ${misc:Depends}
  , nodejs
-Description: A ponyfill for the ES 2015 (ES6) `Array.from()`.
- FIX_ME long description
+Description: ES2015 Array.from ponyfill
+ Node.js module providing a ponyfill (i.e. a polyfill that
+ doesn't overwrite the native method) for the ES 2015 (ES6)
+ Array.from().
  .
  Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/copyright b/debian/copyright
index ede4fca..27d2249 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,11 +4,7 @@ Upstream-Contact: https://github.com/studio-b12/array-from/issues
 Source: https://github.com/studio-b12/array-from#readme
 
 Files: *
-Copyright: 2016 FIX_ME upstream author
-License: Expat
-
-Files: debian/*
-Copyright: 2016 Paolo Greppi <paolo.greppi at libpf.com>
+Copyright: 2015-2016 Studio B12 GmbH
 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-array-from.git



More information about the Pkg-javascript-commits mailing list