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

Paolo Greppi paolog-guest at moszumanska.debian.org
Wed Dec 14 09:06:07 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-liftoff.

commit 707f8b9bb771a543792d052aad4b161d1fde4cd1
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date:   Wed Dec 14 06:26:06 2016 +0000

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

diff --git a/debian/changelog b/debian/changelog
index 6b2cbb8..be3704d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
 node-liftoff (2.3.0-1) UNRELEASED; urgency=low
 
-  * Initial release (Closes: #nnnn)
-  * New upstream release
+  * Initial release (Closes: #847916)
 
  -- Paolo Greppi <paolo.greppi at libpf.com>  Mon, 12 Dec 2016 10:47:13 +0000
diff --git a/debian/control b/debian/control
index 8a86225..7c78087 100644
--- a/debian/control
+++ b/debian/control
@@ -17,16 +17,19 @@ Architecture: all
 Depends:
  ${misc:Depends}
  , nodejs
- , node-lodash.isstring (>= 4.0.1)
  , node-findup-sync (>= 0.4.2)
  , node-flagged-respawn (>= 0.3.2)
  , node-resolve (>= 1.1.7)
  , node-rechoir (>= 0.6.2)
- , node-lodash.mapvalues (>= 4.4.0)
+ , node-lodash-packages
  , node-fined (>= 1.0.1)
- , node-lodash.isplainobject (>= 4.0.4)
  , node-extend (>= 3.0.0)
 Description: Launch your command line tool with ease.
- FIX_ME long description
+ Node.js module to make it easy for globally installed binaries
+ to find and load a local installation, no matter what version it is,
+ using a search algorithm similar to how node finds modules.
+ .
+ Supports intelligent filesystem traversal if the command is run in
+ a sub-folder of the  project, and explicit directory specification.
  .
  Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/copyright b/debian/copyright
index 11115d8..055290d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -7,10 +7,6 @@ Files: *
 Copyright: 2016 Tyler Kellen (http://goingslowly.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-liftoff.git



More information about the Pkg-javascript-commits mailing list