[Pkg-javascript-commits] [node-command-join] 03/07: add description from ITP; set GPL-3.0+ license for debian/*

Paolo Greppi paolog-guest at moszumanska.debian.org
Sat Dec 24 08:54:39 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-command-join.

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

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

diff --git a/debian/changelog b/debian/changelog
index c20ae21..b4e5b05 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
 node-command-join (1.1.1-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #nnnn)
-  * New upstream release
 
  -- Paolo Greppi <paolo.greppi at libpf.com>  Sat, 24 Dec 2016 08:21:12 +0000
diff --git a/debian/control b/debian/control
index 3b30f27..0904c73 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,9 @@ Depends:
  , nodejs
  , node-array-from (>= 2.1.1)
  , node-repeat-string (>= 1.5.4)
-Description: Escape and join command-line arguments, cross-platform.
- FIX_ME long description
+Description: Escape and join command-line arguments
+ Node.js module to escape each command-line argument and join
+ them into a string that can then be executed, e.g. via
+ child_process.exec.
  .
  Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/copyright b/debian/copyright
index ec1b601..0738f4f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,11 +4,7 @@ Upstream-Contact: https://github.com/seangenabe/command-join/issues
 Source: https://github.com/seangenabe/command-join#readme
 
 Files: *
-Copyright: 2016 Sean Genabe <seangenabe at outlook.com>
-License: Expat
-
-Files: debian/*
-Copyright: 2016 Paolo Greppi <paolo.greppi at libpf.com>
+Copyright: 2015 Sean Marvi Oliver Genabe <seangenabe at outlook.com>
 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-command-join.git



More information about the Pkg-javascript-commits mailing list