[Pkg-javascript-commits] [SCM] library for handling zipfiles in NodeJS branch, master, updated. upstream/0.2.4+ds1-10-g67d1583
David Paleino
dapal at debian.org
Wed Nov 16 22:22:00 UTC 2011
The following commit has been merged in the master branch:
commit 67d15830a72b1d198e4ed5baeadf369aecb9c765
Author: David Paleino <dapal at debian.org>
Date: Wed Nov 16 23:21:27 2011 +0100
Bump dependency on Node >= 0.6
diff --git a/debian/changelog b/debian/changelog
index aff4ce2..acd3ee6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ node-zipfile (0.3.0+ds1-1) unstable; urgency=low
* New upstream version
* Add B-D on libuv-dev
+ * Bump dependency on Node >= 0.6
-- David Paleino <dapal at debian.org> Wed, 16 Nov 2011 23:18:19 +0100
diff --git a/debian/control b/debian/control
index 5b2ee1d..14cb82d 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: David Paleino <dapal at debian.org>
Build-Depends:
debhelper (>= 8~)
, dh-buildinfo
- , nodejs-dev
+ , nodejs-dev (>= 0.6)
, libzip-dev
, libuv-dev
, pkg-config
@@ -20,6 +20,6 @@ Architecture: any
Depends:
${shlibs:Depends}
, ${misc:Depends}
- , nodejs
+ , nodejs (>= 0.6)
Description: library for handling zipfiles in NodeJS
node-zipfile is a C++ module for handling zipfiles in NodeJS.
--
library for handling zipfiles in NodeJS
More information about the Pkg-javascript-commits
mailing list