[Pkg-javascript-commits] [SCM] tile source backend for online tile sources branch, master, updated. debian/0.0.2-1-8-g3f90206
David Paleino
dapal at debian.org
Sun Mar 25 10:48:12 UTC 2012
The following commit has been merged in the master branch:
commit fdca67d80e14dc2e8b0ccecab8f2b0d2e0d497a6
Author: David Paleino <dapal at debian.org>
Date: Sun Mar 25 12:44:51 2012 +0200
00-move_sql_to_share.patch removed, no more needed
diff --git a/debian/changelog b/debian/changelog
index ca7c6da..a57a817 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ node-tilejson (0.1.1-1) UNRELEASED; urgency=low
* Bump runtime dependencies versions
* Standards-Version bump to 3.9.3, no changes needed
* Update debian/copyright
+ * 00-move_sql_to_share.patch removed, no more needed
- -- David Paleino <dapal at debian.org> Thu, 22 Mar 2012 22:51:43 +0100
+ -- David Paleino <dapal at debian.org> Sun, 25 Mar 2012 12:44:44 +0200
node-tilejson (0.0.2-1) unstable; urgency=low
diff --git a/debian/install b/debian/install
index 16411c2..8cbfd81 100644
--- a/debian/install
+++ b/debian/install
@@ -1,2 +1 @@
-lib/schema.sql usr/share/node-tilejson/
lib/tilejson.js usr/lib/nodejs/
diff --git a/debian/patches/00-move_sql_to_share.patch b/debian/patches/00-move_sql_to_share.patch
deleted file mode 100644
index 71598b0..0000000
--- a/debian/patches/00-move_sql_to_share.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-From: David Paleino <dapal at debian.org>
-Subject: move SQL schema out of node moule dir
-Origin: vendor
-Forwarded: no
-
----
- lib/tilejson.js | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- node-tilejson.orig/lib/tilejson.js
-+++ node-tilejson/lib/tilejson.js
-@@ -108,7 +108,7 @@ TileJSON.prototype._open = function(uri)
- tilejson.cache = new sqlite3.Database('', this);
- }, function(err) {
- if (err) return error(err);
-- fs.readFile(__dirname + '/schema.sql', 'utf8', this);
-+ fs.readFile('/usr/share/node-tilejson/schema.sql', 'utf8', this);
- }, function(err, schema) {
- if (err) return error(err);
- tilejson.cache.exec(schema, this);
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index af39b67..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-00-move_sql_to_share.patch
--
tile source backend for online tile sources
More information about the Pkg-javascript-commits
mailing list