[Pkg-javascript-commits] [node-object-path] 03/04: add bug number and description from ITP

Paolo Greppi paolog-guest at moszumanska.debian.org
Mon Dec 12 07:48:42 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-path.

commit 335b50fcf384d8f286dba1646e24a8ae6a1e64a2
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date:   Mon Dec 12 07:42:10 2016 +0000

    add bug number and description from ITP
---
 debian/changelog |  3 +--
 debian/control   |  3 ++-
 debian/copyright | 54 +++++++++++++++++++++++++++++++++++-------------------
 3 files changed, 38 insertions(+), 22 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 68e7e1b..79b4bce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
 node-object-path (0.11.3-1) UNRELEASED; urgency=low
 
-  * Initial release (Closes: #nnnn)
-  * New upstream release
+  * Initial release (Closes: #846215)
 
  -- Paolo Greppi <paolo.greppi at libpf.com>  Mon, 12 Dec 2016 07:38:26 +0000
diff --git a/debian/control b/debian/control
index 0e9ec14..228262f 100644
--- a/debian/control
+++ b/debian/control
@@ -18,6 +18,7 @@ Depends:
  ${misc:Depends}
  , nodejs
 Description: Access deep object properties using a path
- FIX_ME long description
+ Node.js module to access (get, set, insert, delete, test) deep
+ object properties using dot-separated paths.
  .
  Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/copyright b/debian/copyright
index 353b7dc..0ef2ec7 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -7,28 +7,44 @@ Files: *
 Copyright: 2016 Mario Casciaro
 License: Expat
 
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN 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: Expat
+License: GPL-3.0+
 
-License: Expat
- Permission is hereby granted, free of charge, to any person
- obtaining a copy of this software and associated documentation files
- (the "Software"), to deal in the Software without restriction,
- including without limitation the rights to use, copy, modify, merge,
- publish, distribute, sublicense, and/or sell copies of the Software,
- and to permit persons to whom the Software is furnished to do so,
- subject to the following conditions:
+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.
  .
- The above copyright notice and this permission notice shall be
- included in all copies or substantial portions of the Software.
+ 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.
  .
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
- BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
- ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- SOFTWARE.
+ 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-path.git



More information about the Pkg-javascript-commits mailing list