[Pkg-javascript-commits] [node-sha.js] 29/31: New upstream

Bastien Roucariès rouca at moszumanska.debian.org
Thu Nov 30 11:23:27 UTC 2017


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

rouca pushed a commit to branch master
in repository node-sha.js.

commit e4a3af2133728d7d253b1b339d0c457786de788f
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date:   Thu Nov 30 12:17:14 2017 +0100

    New upstream
---
 debian/changelog     | 7 +++++++
 debian/control       | 6 ++++--
 debian/tests/control | 2 +-
 debian/tests/require | 2 +-
 4 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cab59b7..ea0858b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+node-sha.js (2.4.9-1) unstable; urgency=medium
+
+  * New upstream version
+  * Move to section javascript
+
+ -- Bastien Roucariès <rouca at debian.org>  Thu, 30 Nov 2017 11:46:34 +0100
+
 node-sha.js (2.4.8-1) unstable; urgency=low
 
   * Initial release (Closes: #858830)
diff --git a/debian/control b/debian/control
index 26457ac..2bff8ac 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,5 @@
 Source: node-sha.js
-Section: web
+Section: javascript
 Priority: optional
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
 Uploaders: Bastien Roucariès <rouca at debian.org>
@@ -10,8 +10,9 @@ Build-Depends:
  , dpkg-dev (>= 1.17.14)
  , node-tape (>= 3.0.1) <!nocheck>
  , node-inherits (>= 2.0.1) <!nocheck>
+ , node-safe-buffer (>= 5.0.1)  <!nocheck>
  , node-hash-test-vectors <!nocheck>
-Standards-Version: 3.9.8
+Standards-Version: 4.1.1
 Homepage: https://github.com/crypto-browserify/sha.js
 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-sha.js.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-sha.js.git
@@ -22,6 +23,7 @@ Depends:
  ${misc:Depends}
  , nodejs (>= 4.7)
  , node-inherits (>= 2.0.1)
+ , node-safe-buffer (>= 5.0.1)
 Description: Streamable SHA hashes in pure javascript
  This module implements a fast and memory efficient (in place)
  SHA familly hash function in pure javascript.
diff --git a/debian/tests/control b/debian/tests/control
index ed7e453..01b9389 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,5 +1,5 @@
 Tests: require
-Depends: node-sha.js
+Depends: node-sha.js, nodejs (>= 6)
 
 Tests: runtestsuite
 Depends: node-sha.js, node-tape (>= 3.0.1), node-hash-test-vectors
\ No newline at end of file
diff --git a/debian/tests/require b/debian/tests/require
old mode 100644
new mode 100755
index a9c3731..a43b71b
--- a/debian/tests/require
+++ b/debian/tests/require
@@ -1,3 +1,3 @@
 #!/bin/sh
 set -e
-nodejs -e "require('sha.js');"
+node -e "require('sha.js');"

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



More information about the Pkg-javascript-commits mailing list