[Pkg-javascript-commits] [node-mapnik] 04/12: Remove unneeded patches, rename.

Jérémy Lal kapouer at alioth.debian.org
Thu Aug 29 09:48:24 UTC 2013


This is an automated email from the git hooks/post-receive script.

kapouer pushed a commit to branch master
in repository node-mapnik.

commit ea2a0a78f8d7f2f5676778192af06b94b470214c
Author: Jérémy Lal <kapouer at melix.org>
Date:   Tue Aug 27 10:36:52 2013 +0200

    Remove unneeded patches, rename.
---
 ...ename_node_to_nodejs.patch => 2001_rename_node_to_nodejs.patch} |    2 +-
 debian/patches/series                                              |    4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/patches/03-rename_node_to_nodejs.patch b/debian/patches/2001_rename_node_to_nodejs.patch
similarity index 86%
rename from debian/patches/03-rename_node_to_nodejs.patch
rename to debian/patches/2001_rename_node_to_nodejs.patch
index f70cfb1..1062f45 100644
--- a/debian/patches/03-rename_node_to_nodejs.patch
+++ b/debian/patches/2001_rename_node_to_nodejs.patch
@@ -9,7 +9,7 @@ Last-Update: 2012-09-23
 -#!/usr/bin/env node
 +#!/usr/bin/nodejs
  
- var path = require('path');
+ var exists = require('fs').existsSync || require('path').existsSync;
  var fs = require('fs');
 --- a/bin/mapnik-render.js
 +++ b/bin/mapnik-render.js
diff --git a/debian/patches/series b/debian/patches/series
index 57988bd..191b89e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1 @@
-01-port_to_mapnik_2.0.x.patch
-02-fix_code.patch
-03-rename_node_to_nodejs.patch
+2001_rename_node_to_nodejs.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/node-mapnik.git



More information about the Pkg-javascript-commits mailing list