[Pkg-javascript-commits] [uglifyjs] 17/18: Unfuzz patches.
Jonas Smedegaard
js at moszumanska.debian.org
Fri May 2 20:30:01 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master-experimental
in repository uglifyjs.
commit fc8b40aee3bd1fef059052af599a7181611c2107
Author: Jonas Smedegaard <dr at jones.dk>
Date: Fri May 2 14:47:38 2014 +0200
Unfuzz patches.
---
debian/patches/2001_fix_lib_path.patch | 2 +-
debian/patches/2002_node_conflict.patch | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/patches/2001_fix_lib_path.patch b/debian/patches/2001_fix_lib_path.patch
index 6820274..30088f2 100644
--- a/debian/patches/2001_fix_lib_path.patch
+++ b/debian/patches/2001_fix_lib_path.patch
@@ -27,7 +27,7 @@ Last-Update: 2014-05-02
var assert = require("assert");
--- a/tools/node.js
+++ b/tools/node.js
-@@ -23,15 +23,15 @@
+@@ -28,15 +28,15 @@
};
var FILES = exports.FILES = [
diff --git a/debian/patches/2002_node_conflict.patch b/debian/patches/2002_node_conflict.patch
index 1c443b9..5e96fcd 100644
--- a/debian/patches/2002_node_conflict.patch
+++ b/debian/patches/2002_node_conflict.patch
@@ -20,5 +20,5 @@ Last-Update: 2012-12-10
-#! /usr/bin/env node
+#! /usr/bin/nodejs
- var U = require("../lib/node");
+ var U = require("uglify-js");
var path = require("path");
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/uglifyjs.git
More information about the Pkg-javascript-commits
mailing list