[Pkg-javascript-commits] [node-mocha] 01/01: make a copy, ln makes file to not be compiled during build

Leo Iannacone l3on-guest at moszumanska.debian.org
Thu May 8 20:10:10 UTC 2014


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

l3on-guest pushed a commit to branch master
in repository node-mocha.

commit 4023f0ad91c96014ae3439b3a9a756ae2738e53a
Author: Leo Iannacone <l3on at ubuntu.com>
Date:   Thu May 8 22:09:40 2014 +0200

    make a copy, ln makes file to not be compiled during build
---
 debian/patches/0001_makefile.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/0001_makefile.patch b/debian/patches/0001_makefile.patch
index dff284e..6d512c5 100644
--- a/debian/patches/0001_makefile.patch
+++ b/debian/patches/0001_makefile.patch
@@ -18,7 +18,7 @@ Forwarded: not-needed
 -lib/browser/diff.js: node_modules/diff/diff.js
 -	cp node_modules/diff/diff.js lib/browser/diff.js
 +lib/browser/diff.js: /usr/lib/nodejs/diff.js
-+	ln -s /usr/lib/nodejs/diff.js lib/browser/diff.js
++	cp /usr/lib/nodejs/diff.js lib/browser/diff.js
 
  mocha.js: $(SRC) $(SUPPORT) lib/browser/diff.js
 -	@node support/compile $(SRC)

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



More information about the Pkg-javascript-commits mailing list