[Pkg-javascript-commits] [node-gaze] 01/01: Add additional dependencies missed by npm2deb: nextback, bindings, nan, absolute-path & graceful-fs.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sat Mar 21 17:13:20 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository node-gaze.
commit d1b25bbb9d5c1f29ec80510c372975836cbbc9bc
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Mar 21 18:11:07 2015 +0100
Add additional dependencies missed by npm2deb: nextback, bindings, nan, absolute-path & graceful-fs.
---
debian/changelog | 7 +++++++
debian/control | 7 ++++++-
2 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index db54ddc..71f7225 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+node-gaze (0.6.4-2) UNRELEASED; urgency=medium
+
+ * Add additional dependencies missed by npm2deb:
+ nextback, bindings, nan, absolute-path & graceful-fs.
+
+ -- Bas Couwenberg <sebastic at debian.org> Sat, 21 Mar 2015 18:09:35 +0100
+
node-gaze (0.6.4-1) unstable; urgency=low
* Initial release (Closes: #779301)
diff --git a/debian/control b/debian/control
index 96a6b1e..204126d 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,12 @@ Package: node-gaze
Architecture: all
Depends: ${misc:Depends},
nodejs,
- node-globule (>= 0.1.0)
+ node-globule (>= 0.1.0),
+ node-nextback (>= 0.1.0),
+ node-bindings (>= 1.2.0),
+ node-nan (>= 0.8.0),
+ node-absolute-path (>= 0.0.0),
+ node-graceful-fs (>= 2.0.3)
Description: Globbing fs.watch wrapper for Node.js
gaze is a globbing fs.watch wrapper for Node.js built from the best parts of
other fine watch libs.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-gaze.git
More information about the Pkg-javascript-commits
mailing list