[Pkg-javascript-commits] [node-tilelive] 12/25: Refresh patches
Jérémy Lal
kapouer at alioth.debian.org
Sat Aug 31 16:11:23 UTC 2013
This is an automated email from the git hooks/post-receive script.
kapouer pushed a commit to branch master
in repository node-tilelive.
commit 543ef02cfba7bec163b4cbbc43ef2be760381335
Author: Jérémy Lal <kapouer at melix.org>
Date: Sat Aug 31 16:20:56 2013 +0200
Refresh patches
---
debian/patches/01-fix_code.patch | 9 +++------
debian/patches/02-migrate_to_nodejs.patch | 26 +++-----------------------
2 files changed, 6 insertions(+), 29 deletions(-)
diff --git a/debian/patches/01-fix_code.patch b/debian/patches/01-fix_code.patch
index b15a270..d2ba9ce 100644
--- a/debian/patches/01-fix_code.patch
+++ b/debian/patches/01-fix_code.patch
@@ -1,10 +1,7 @@
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(-)
-
+Subject: require(..) cannot work out-of-tree
+Forwarded: not-needed
+Last-Update: 2013-08-31
--- node-tilelive.orig/lib/copytask.js
+++ node-tilelive/lib/copytask.js
@@ -1,4 +1,4 @@
diff --git a/debian/patches/02-migrate_to_nodejs.patch b/debian/patches/02-migrate_to_nodejs.patch
index b8962d5..cf3d81c 100644
--- a/debian/patches/02-migrate_to_nodejs.patch
+++ b/debian/patches/02-migrate_to_nodejs.patch
@@ -1,32 +1,12 @@
From: David Paleino <dapal at debian.org>
Subject: migrate from node to nodejs
Forwarded: not-needed
-
----
- bin/copy | 2 +-
- bin/tilelive | 4 ++--
- 2 files changed, 3 insertions(+), 3 deletions(-)
-
---- node-tilelive.orig/bin/copy
-+++ node-tilelive/bin/copy
+Last-Update: 2013-08-31
+--- a/bin/copy
++++ b/bin/copy
@@ -1,4 +1,4 @@
-#!/usr/bin/env node
+#!/usr/bin/nodejs
var fs = require('fs');
- var util = require('util');
- var path = require('path');
---- node-tilelive.orig/bin/tilelive
-+++ node-tilelive/bin/tilelive
-@@ -1,4 +1,4 @@
--#!/usr/bin/env node
-+#!/usr/bin/nodejs
-
var url = require('url');
var util = require('util');
-@@ -184,4 +184,4 @@ function usage(msg) {
- }
- }
- process.exit(1);
--}
-\ No newline at end of file
-+}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/node-tilelive.git
More information about the Pkg-javascript-commits
mailing list