[Pkg-javascript-commits] [node-object-assign-sorted] 03/04: add description from ITP; set GPL-3.0+ license for debian/*

Paolo Greppi paolog-guest at moszumanska.debian.org
Sat Dec 24 08:54:33 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-object-assign-sorted.

commit b0fe89d6ca8b30aff37570d391a3cd35e417ee59
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date:   Sat Dec 24 08:31:50 2016 +0000

    add description from ITP; set GPL-3.0+ license for debian/*
---
 debian/changelog |  1 -
 debian/control   |  4 +++-
 debian/copyright | 24 ++++++++++++++++++++----
 3 files changed, 23 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6df27c8..0c0359a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
 node-object-assign-sorted (1.0.0-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #nnnn)
-  * New upstream release
 
  -- Paolo Greppi <paolo.greppi at libpf.com>  Sat, 24 Dec 2016 08:20:05 +0000
diff --git a/debian/control b/debian/control
index effe452..beeaa93 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,8 @@ Depends:
  , node-sorted-object (>= 2.0.0)
  , node-object-assign (>= 4.0.1)
 Description: Object.assign with sorted keys
- FIX_ME long description
+ Node.js module to assign object while simultaneously sorting keys.
+ In this way you'll get a consistent order every time on serializing.
+ This makes it easier to diff the resulting JSON.
  .
  Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/copyright b/debian/copyright
index 6a61b4a..0cc83c0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -7,10 +7,6 @@ Files: *
 Copyright: 2016 James Kyle <me at thejameskyle.com>
 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-object-assign-sorted.git



More information about the Pkg-javascript-commits mailing list