[Pkg-javascript-commits] [SCM] frontend supporting various tile backends for NodeJS branch, master, updated. debian/4.2.1-2-2-gfef52af

David Paleino dapal at debian.org
Wed Apr 11 23:08:18 UTC 2012


The following commit has been merged in the master branch:
commit b69b12b18572e4d35d8336062c919ea1d5ccf7df
Author: David Paleino <dapal at debian.org>
Date:   Thu Apr 12 01:03:38 2012 +0200

    Fix self-requirement: use 'tilelive' explicitely instead of '..'

diff --git a/debian/changelog b/debian/changelog
index cbc13fb..1c54a6f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+node-tilelive (4.2.1-3) UNRELEASED; urgency=low
+
+  * Fix self-requirement: use 'tilelive' explicitely instead of '..'
+
+ -- David Paleino <dapal at debian.org>  Thu, 12 Apr 2012 01:03:01 +0200
+
 node-tilelive (4.2.1-2) unstable; urgency=low
 
   * Install missing library files to /usr/lib/nodejs
diff --git a/debian/patches/01-fix_code.patch b/debian/patches/01-fix_code.patch
new file mode 100644
index 0000000..b15a270
--- /dev/null
+++ b/debian/patches/01-fix_code.patch
@@ -0,0 +1,15 @@
+From: David Paleino <dapal at debian.org>
+Subject: seems like '..' is not supported (in Debian)?
+
+---
+ lib/copytask.js |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- node-tilelive.orig/lib/copytask.js
++++ node-tilelive/lib/copytask.js
+@@ -1,4 +1,4 @@
+-var tilelive = require('..');
++var tilelive = require('tilelive');
+ var url = require('url');
+ var fs = require('fs');
+ var Scheme = require('./scheme');
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c986bdd
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-fix_code.patch

-- 
frontend supporting various tile backends for NodeJS



More information about the Pkg-javascript-commits mailing list