[Pkg-javascript-commits] [SCM] frontend supporting various tile backends for NodeJS branch, master, updated. debian/4.1.1-1-9-gacfba9b
David Paleino
dapal at debian.org
Sun Apr 8 10:07:48 UTC 2012
The following commit has been merged in the master branch:
commit 33502e93cda96abca613441ba377eb6d961a1870
Author: David Paleino <dapal at debian.org>
Date: Sun Mar 25 12:53:38 2012 +0200
Bumped minimum required versions
diff --git a/debian/changelog b/debian/changelog
index f50e334..5a7004b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ node-tilelive (4.2.1-1) UNRELEASED; urgency=low
* Install bin/copy as tilelive-copy
* Updated debian/copyright
* Standards-Version bump to 3.9.3, no changes needed
+ * Bumped minimum required versions
- -- David Paleino <dapal at debian.org> Sun, 25 Mar 2012 12:51:01 +0200
+ -- David Paleino <dapal at debian.org> Sun, 25 Mar 2012 12:53:29 +0200
node-tilelive (4.1.1-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 6c740d9..aa81bf0 100644
--- a/debian/control
+++ b/debian/control
@@ -15,15 +15,15 @@ Package: node-tilelive
Architecture: all
Depends:
${misc:Depends}
- , nodejs
- , node-generic-pool
- , node-optimist
- , node-step
- , node-sphericalmercator
- , node-underscore
- , node-mbtiles
- , node-tilejson
- , node-tilelive-mapnik
+ , nodejs (>= 0.6)
+ , node-generic-pool (>= 1.0.9)
+ , node-optimist (>= 0.3.1)
+ , node-step (>= 0.0.5)
+ , node-sphericalmercator (>= 1.0.1)
+ , node-underscore (>= 1.3.1)
+ , node-mbtiles (>= 0.2.0)
+ , node-tilejson (>= 0.1.0)
+ , node-tilelive-mapnik (>= 0.3.0)
Description: frontend for various tile backends
node-tilelive is an interface for tilestore modules for NodeJS. It defines an
API to interact with implementations for a particular tile store.
--
frontend supporting various tile backends for NodeJS
More information about the Pkg-javascript-commits
mailing list