[Pkg-javascript-commits] [SCM] utilities and tilelive integration for the MBTiles format branch, master, updated. debian/0.2.3-1-4-g861a768

David Paleino dapal at debian.org
Thu Sep 20 10:20:16 UTC 2012


The following commit has been merged in the master branch:
commit f0947c55ced1d7693c6052c02362598b14534ead
Author: David Paleino <dapal at debian.org>
Date:   Thu Sep 20 12:17:26 2012 +0200

    Migrate from node to nodejs (Closes: #686900)

diff --git a/debian/changelog b/debian/changelog
index e2ac322..c3e26b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+node-mbtiles (0.2.3-2) UNRELEASED; urgency=low
+
+  * Migrate from node to nodejs (Closes: #686900)
+
+ -- David Paleino <dapal at debian.org>  Thu, 20 Sep 2012 12:15:57 +0200
+
 node-mbtiles (0.2.3-1) unstable; urgency=low
 
   * New upstream version
diff --git a/debian/control b/debian/control
index cf334d9..350d63e 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Package: node-mbtiles
 Architecture: all
 Depends:
  ${misc:Depends}
- , nodejs
+ , nodejs (>= 0.6.19~dfsg1-3~)
  , node-optimist (>= 0.3.1)
  , node-sqlite3 (>= 2.1.1)
  , node-step (>= 0.0.5)
diff --git a/debian/patches/01-migrate_to_nodejs.patch b/debian/patches/01-migrate_to_nodejs.patch
new file mode 100644
index 0000000..20051b9
--- /dev/null
+++ b/debian/patches/01-migrate_to_nodejs.patch
@@ -0,0 +1,43 @@
+From: David Paleino <dapal at debian.org>
+Subject: migrate from node to nodejs
+Forwarded: not-needed
+
+---
+ bin/mbcheck   |    2 +-
+ bin/mbcompact |    2 +-
+ bin/mbpipe    |    2 +-
+ bin/mbrekey   |    2 +-
+ 4 files changed, 4 insertions(+), 4 deletions(-)
+
+--- node-mbtiles.orig/bin/mbcheck
++++ node-mbtiles/bin/mbcheck
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env node
++#!/usr/bin/nodejs
+ 
+ var options = argv = require('optimist').argv,
+     _ = require('underscore'),
+--- node-mbtiles.orig/bin/mbcompact
++++ node-mbtiles/bin/mbcompact
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env node
++#!/usr/bin/nodejs
+ 
+ var options = argv = require('optimist').argv,
+     _ = require('underscore'),
+--- node-mbtiles.orig/bin/mbpipe
++++ node-mbtiles/bin/mbpipe
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env node
++#!/usr/bin/nodejs
+ 
+ var options = argv = require('optimist').argv,
+     _ = require('underscore'),
+--- node-mbtiles.orig/bin/mbrekey
++++ node-mbtiles/bin/mbrekey
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env node
++#!/usr/bin/nodejs
+ 
+ var options = argv = require('optimist').argv;
+ var _ = require('underscore');
diff --git a/debian/patches/series b/debian/patches/series
index 0c20602..ed3f6e4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 00-fix_schema_path.patch
+01-migrate_to_nodejs.patch

-- 
utilities and tilelive integration for the MBTiles format



More information about the Pkg-javascript-commits mailing list