[Pkg-javascript-commits] [SCM] asynchronous, non-blocking SQLite3 bindings for NodeJS branch, master, updated. debian/2.0.18+ds1-1-9-g049d065
David Paleino
dapal at debian.org
Wed Mar 21 23:36:53 UTC 2012
The following commit has been merged in the master branch:
commit 5eb910f938a6894ee10cc84a61290f895308ef9b
Author: David Paleino <dapal at debian.org>
Date: Thu Mar 22 00:16:15 2012 +0100
Bump dependencies on node to >= 0.6
diff --git a/debian/changelog b/debian/changelog
index 48d46fd..b7f434a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ node-sqlite3 (2.1.1+ds1-1) UNRELEASED; urgency=low
* New upstream version
* Bump Standards-Version to 3.9.3, no changes needed
* Updated debian/copyright
+ * Bump dependencies on node to >= 0.6
- -- David Paleino <dapal at debian.org> Thu, 22 Mar 2012 00:13:46 +0100
+ -- David Paleino <dapal at debian.org> Thu, 22 Mar 2012 00:16:04 +0100
node-sqlite3 (2.0.18+ds1-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 2e7afd2..9a2badd 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)
, libsqlite3-dev
Standards-Version: 3.9.3
Homepage: http://github.com/developmentseed/node-sqlite3
@@ -18,7 +18,7 @@ Architecture: any
Depends:
${shlibs:Depends}
, ${misc:Depends}
- , nodejs
+ , nodejs (>= 0.6)
Description: asynchronous, non-blocking SQLite3 bindings for NodeJS
node-sqlite3 provides asynchronous, non-blocking SQLite3 bindings for NodeJS.
Its features are:
--
asynchronous, non-blocking SQLite3 bindings for NodeJS
More information about the Pkg-javascript-commits
mailing list