[Pkg-javascript-commits] [node-jsonstream] 03/07: Lintian clean

Sruthi Chandran srud-guest at moszumanska.debian.org
Wed Oct 12 08:08:47 UTC 2016


This is an automated email from the git hooks/post-receive script.

srud-guest pushed a commit to branch master
in repository node-jsonstream.

commit e1fdcdd028c51f321774167a7b522cc8db1446a8
Author: Sruthi <srud at disroot.org>
Date:   Wed Oct 12 13:06:35 2016 +0530

    Lintian clean
---
 debian/control   | 21 +++++++++++++--------
 debian/copyright | 41 ++++++++++++++++++++++++++++++++++++++---
 2 files changed, 51 insertions(+), 11 deletions(-)

diff --git a/debian/control b/debian/control
index 5f85200..50bd69d 100644
--- a/debian/control
+++ b/debian/control
@@ -4,10 +4,10 @@ Priority: optional
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
 Uploaders: Sruthi Chandran <srud at disroot.org>
 Build-Depends:
- debhelper (>= 9)
- , dh-buildinfo
- , nodejs
-Standards-Version: 3.9.7
+ debhelper (>= 9),
+  dh-buildinfo,
+  nodejs
+Standards-Version: 3.9.8
 Homepage: http://github.com/dominictarr/JSONStream
 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-jsonstream.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-jsonstream.git
@@ -15,12 +15,17 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-jsonstream.git
 Package: node-jsonstream
 Architecture: all
 Depends:
- ${misc:Depends}
+ ${misc:Depends},
   nodejs,
   node-through (>= 2.2.7),
   node-through (<< 3), 
   node-jsonparse (>= 1.0.0)
-Description: rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)
- FIX_ME long description
+Description: streaming JSON.parse and stringify
+ JSONStream.parse(pattern, map) provide a function that can be used to map or 
+ filter the json output. map is passed the value at that node of the pattern, 
+ if map return non-nullish (anything but null or undefined) that value will be 
+ emitted in the stream. If it returns a nullish value, nothing will be emitted.
  .
- Node.js is an event-based server-side JavaScript engine.
+ JSONStream also emits 'header' and 'footer' events, the 'header' event 
+ contains anything in the output that was before the first match, and the 
+ 'footer', is anything after the last match.
diff --git a/debian/copyright b/debian/copyright
index d54d6c0..04a1bf2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,10 +5,45 @@ Source: http://github.com/dominictarr/JSONStream
 
 Files: *
 Copyright: 2016 Dominic Tarr <dominic.tarr at gmail.com> (http://bit.ly/dominictarr)
-License: FIX_ME upstream license
+License: Apache-2.0 or Expat
 
 Files: debian/*
 Copyright: 2016 Sruthi Chandran <srud at disroot.org>
-License: FIX_ME upstream license
+License: Apache-2.0 or Expat
 
-License: FIX_ME specify a license, see: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/#license-specification
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+    http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ Full text available at /usr/share/common-licenses/Apache-2.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:
+ .
+ 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.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-jsonstream.git



More information about the Pkg-javascript-commits mailing list