[Pkg-javascript-commits] [uglifyjs] 07/18: Fix testsuite part of fix_lib_path patch.

Jonas Smedegaard js at moszumanska.debian.org
Fri May 2 20:30:00 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 267d987c691885438f654be750897076940b37f7
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri May 2 12:33:10 2014 +0200

    Fix testsuite part of fix_lib_path patch.
---
 debian/patches/fix_lib_path.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/patches/fix_lib_path.patch b/debian/patches/fix_lib_path.patch
index 21ad0a8..6820274 100644
--- a/debian/patches/fix_lib_path.patch
+++ b/debian/patches/fix_lib_path.patch
@@ -2,7 +2,7 @@ Description: Adapt paths to system-wide install
 Forwarded: not-needed
 Author: Marcelo Jorge Vieira <metal at alucinados.com>
 Author: Jonas Smedegaard <dr at jones.dk>
-Last-Update: 2012-12-10
+Last-Update: 2014-05-02
 
 --- a/bin/uglifyjs
 +++ b/bin/uglifyjs
@@ -21,7 +21,7 @@ Last-Update: 2012-12-10
  #! /usr/bin/env node
  
 -var U = require("../tools/node");
-+var U = require("../lib/node");
++var U = require("uglify-js");
  var path = require("path");
  var fs = require("fs");
  var assert = require("assert");

-- 
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