[Pkg-javascript-commits] [node-evp-bytestokey] 01/05: Build-Depends nodejs >= 8, fix #874699
Jérémy Lal
kapouer at moszumanska.debian.org
Sat Dec 30 13:48:43 UTC 2017
This is an automated email from the git hooks/post-receive script.
kapouer pushed a commit to branch master
in repository node-evp-bytestokey.
commit c3ec0e8ea4af3a3d07888846a79e54532e44cd06
Author: Jérémy Lal <kapouer at melix.org>
Date: Sat Dec 30 11:57:37 2017 +0100
Build-Depends nodejs >= 8, fix #874699
---
debian/control | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index e181e26..89b0503 100644
--- a/debian/control
+++ b/debian/control
@@ -6,13 +6,13 @@ Uploaders: Bastien Roucariès <rouca at debian.org>
Build-Depends:
debhelper (>= 10)
, dh-buildinfo
- , nodejs (>= 4.7)
, dpkg-dev (>= 1.17.14)
+ , nodejs-dev (>= 8) <!nocheck>
, node-md5.js (>= 1.3.4) <!nocheck>
, node-safe-buffer (>= 5.1.1) <!nocheck>
, node-bindings (>= 1.2.1) <!nocheck>
, node-nan (>= 2.4.0) <!nocheck>
- , libssl1.0-dev <!nocheck>
+ , node-gyp <!nocheck>
, node-tape (>= 4.6) <!nocheck>
Standards-Version: 3.9.8
Homepage: https://github.com/crypto-browserify/EVP_BytesToKey
@@ -23,7 +23,7 @@ Package: node-evp-bytestokey
Architecture: all
Depends:
${misc:Depends}
- , nodejs (>= 4.7)
+ , nodejs (>= 4.7)
, node-md5.js (>= 1.3.4)
, node-safe-buffer (>= 5.1.1)
Description: secure key derivation algorithm in pure javascript
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-evp-bytestokey.git
More information about the Pkg-javascript-commits
mailing list