[Pkg-javascript-commits] [node-jsonfile] 07/09: Add dep on node-graceful-fs

Julien Puydt julien.puydt at laposte.net
Sun Oct 16 18:31:54 UTC 2016


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 07925931a474a534fbff7e06f11d79946df261fc
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Sun Oct 16 19:52:11 2016 +0200

    Add dep on node-graceful-fs
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a52db9f..d55b977 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,5 +9,6 @@ node-jsonfile (2.4.0-1) unstable; urgency=low
   * Use https for Vcs-* fields.
   * New upstream release (Closes: #840991).
   * Add myself to uploaders and taking over (Bas is ok with that).
+  * Add dep on node-graceful-fs.
 
  -- Julien Puydt <julien.puydt at laposte.net>  Sun, 16 Oct 2016 19:49:08 +0200
diff --git a/debian/control b/debian/control
index 99eeab8..8f5228b 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ XS-Testsuite: autopkgtest
 
 Package: node-jsonfile
 Architecture: all
-Depends: ${misc:Depends}, nodejs
+Depends: ${misc:Depends}, nodejs, 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.
  .

-- 
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