[Pkg-javascript-commits] [node-jsonfile] 07/08: Require nodejs >= 6 now upstream dropped support for older versions
Julien Puydt
julien.puydt at laposte.net
Sun Oct 1 19:35:31 UTC 2017
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a commit to branch master
in repository node-jsonfile.
commit c3f679c1845521f18fa3ed119de6a4d97c4f39c0
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Fri Sep 15 07:10:14 2017 +0200
Require nodejs >= 6 now upstream dropped support for older versions
---
debian/changelog | 1 +
debian/control | 4 ++--
debian/tests/require | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a123ebf..b989661 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ node-jsonfile (4.0.0-1) UNRELEASED; urgency=medium
* Bump std-ver to 4.1.0.
* Bump d/watch to version 4.
* Run the upstream testsuite in autopkgtest.
+ * Require nodejs >= 6 now upstream dropped support for older versions.
-- Julien Puydt <julien.puydt at laposte.net> Fri, 15 Sep 2017 06:57:43 +0200
diff --git a/debian/control b/debian/control
index 2076154..fce36a4 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.deb
Uploaders: Julien Puydt <julien.puydt at laposte.net>
Section: web
Priority: extra
-Build-Depends: debhelper (>= 10), nodejs, mocha
+Build-Depends: debhelper (>= 10), nodejs (>= 6), mocha
Standards-Version: 4.1.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-jsonfile.git
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-jsonfile.git
@@ -11,7 +11,7 @@ Homepage: https://github.com/jprichardson/node-jsonfile
Package: node-jsonfile
Architecture: all
-Depends: ${misc:Depends}, nodejs, node-graceful-fs (>= 4.1.6)
+Depends: ${misc:Depends}, nodejs (>= 6), node-graceful-fs (>= 4.1.6)
Description: Easily read/write JSON files in Node.js
jsonfile is a Node.js module to easily read/write JSON files in JavaScript.
.
diff --git a/debian/tests/require b/debian/tests/require
index 1d651f7..c1619a8 100644
--- a/debian/tests/require
+++ b/debian/tests/require
@@ -1,3 +1,3 @@
#!/bin/sh
set -e
-nodejs -e "require('jsonfile');"
+node -e "require('jsonfile');"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-jsonfile.git
More information about the Pkg-javascript-commits
mailing list