[Pkg-javascript-commits] [node-topcube] 10/19: Remove unneeded patches

Jérémy Lal kapouer at alioth.debian.org
Sat Oct 26 13:54:18 UTC 2013


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

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

commit b8963dfdcb51ce8f21195bc49c1abf424768d91c
Author: Jérémy Lal <kapouer at melix.org>
Date:   Sat Oct 26 12:15:24 2013 +0200

    Remove unneeded patches
---
 debian/patches/01-fix_path.patch |   20 --------------------
 debian/patches/series            |    1 -
 2 files changed, 21 deletions(-)

diff --git a/debian/patches/01-fix_path.patch b/debian/patches/01-fix_path.patch
deleted file mode 100644
index 5bedb03..0000000
--- a/debian/patches/01-fix_path.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-From: David Paleino <dapal at debian.org>
-Subject: point to correct path of topcube
-Origin: vendor
-Forwarded: not-needed
-
----
- topcube.js |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- node-topcube.orig/topcube.js
-+++ node-topcube/topcube.js
-@@ -14,7 +14,7 @@ module.exports = function (options) {
-         keys = ['url', 'name', 'width', 'height', 'minwidth', 'minheight', 'ico', 'cache-path', 'log-file'];
-         break;
-     case 'linux':
--        client = path.resolve(__dirname + (/0\.4\./.test(process.version) ? '/build/default/topcube' : '/build/Release/topcube'));
-+        client = '/usr/lib/node-topcube/topcube';
-         keys = ['url', 'name', 'width', 'height', 'minwidth', 'minheight'];
-         break;
-     default:
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 9502c08..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-01-fix_path.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-topcube.git



More information about the Pkg-javascript-commits mailing list