[Pkg-javascript-commits] [node-jsonstream] 214/214: New upstream version
Bastien Roucariès
rouca at moszumanska.debian.org
Fri Dec 1 12:59:02 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-jsonstream.
commit ba47d5c41fce291f963f6ba35849adb8c451a99c
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Fri Dec 1 13:50:30 2017 +0100
New upstream version
---
debian/changelog | 7 +++++++
debian/compat | 2 +-
debian/control | 13 +++++++------
debian/copyright | 3 ++-
debian/rules | 2 +-
debian/tests/control | 4 ++--
debian/tests/require | 2 +-
debian/tests/runtestsuite | 2 +-
8 files changed, 22 insertions(+), 13 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7442c86..49e963a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+node-jsonstream (1.3.1-1) unstable; urgency=medium
+
+ * New upstream release
+ * Move to section javascript
+
+ -- Bastien Roucariès <rouca at debian.org> Fri, 01 Dec 2017 13:52:08 +0100
+
node-jsonstream (1.0.6-1) unstable; urgency=medium
* New upstream release
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 36bc9ba..9386dd5 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,19 @@
Source: node-jsonstream
-Section: web
+Section: javascript
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),
+ debhelper (>= 10),
dh-buildinfo,
nodejs
, dpkg-dev (>= 1.17.14)
, node-through (>= 2.2.7) <!nocheck>
, node-through (<< 3) <!nocheck>
- , node-jsonparse (>= 1.1.0) <!nocheck>
+ , node-jsonparse (>= 1.2.0) <!nocheck>
, node-tape (>= 2.12.3) <!nocheck>
-Standards-Version: 4.0.1
+ , node-tap (>= 10) <!nocheck>
+Standards-Version: 4.1.1
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
@@ -21,10 +22,10 @@ Package: node-jsonstream
Architecture: all
Depends:
${misc:Depends},
- nodejs,
+ nodejs (>= 6),
node-through (>= 2.2.7),
node-through (<< 3),
- node-jsonparse (>= 1.1.0)
+ node-jsonparse (>= 1.2.0)
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,
diff --git a/debian/copyright b/debian/copyright
index 04a1bf2..acd901f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,11 +4,12 @@ Upstream-Contact: https://github.com/dominictarr/JSONStream/issues
Source: http://github.com/dominictarr/JSONStream
Files: *
-Copyright: 2016 Dominic Tarr <dominic.tarr at gmail.com> (http://bit.ly/dominictarr)
+Copyright: 2016-2017 Dominic Tarr <dominic.tarr at gmail.com> (http://bit.ly/dominictarr)
License: Apache-2.0 or Expat
Files: debian/*
Copyright: 2016 Sruthi Chandran <srud at disroot.org>
+ 2017 Bastien Roucariès <rouca at debian.org>
License: Apache-2.0 or Expat
License: Apache-2.0
diff --git a/debian/rules b/debian/rules
index ba7aa87..869a226 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ TEST_FILE=test/browser.js test/map.js test/null.js
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
set -e; for TEST in $(TEST_FILE); do \
- tape $$TEST;\
+ tap -R spec $$TEST;\
done
else
@echo '**********************************************************'
diff --git a/debian/tests/control b/debian/tests/control
index 6b9b97d..6bfa741 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,5 +1,5 @@
Tests: require
-Depends: node-jsonstream
+Depends: node-jsonstream, nodejs (>= 6)
Tests: runtestsuite
-Depends: node-jsonstream, node-tape (>= 2.12.3)
+Depends: node-jsonstream, node-tape (>= 2.12.3), node-tap (>= 10)
diff --git a/debian/tests/require b/debian/tests/require
index b567e97..1b25af8 100644
--- a/debian/tests/require
+++ b/debian/tests/require
@@ -1,3 +1,3 @@
#!/bin/sh
set -e
-nodejs -e "require('JSONStream');"
+node -e "require('JSONStream');"
diff --git a/debian/tests/runtestsuite b/debian/tests/runtestsuite
index 5c1c4f6..d38d4ba 100755
--- a/debian/tests/runtestsuite
+++ b/debian/tests/runtestsuite
@@ -14,5 +14,5 @@ find test -maxdepth 1 -name '*.js' -print0 | \
# this test write to stderr redirect to stdout
for TEST in test/browser.js test/map.js test/null.js; do
- tape $tmpdir/$TEST;
+ tap -R spec $tmpdir/$TEST;
done
--
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