[Pkg-javascript-commits] [node-optionator] 03/04: use system libs

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Oct 13 06:23:20 UTC 2016


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

praveen pushed a commit to branch master
in repository node-optionator.

commit f7d546c8c292cc53ba3e84916b3b5a90f1de57b5
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue Oct 11 22:10:55 2016 +0530

    use system libs
---
 debian/patches/series                |  1 +
 debian/patches/use-system-libs.patch | 15 +++++++++++++++
 2 files changed, 16 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..af72458
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+use-system-libs.patch
diff --git a/debian/patches/use-system-libs.patch b/debian/patches/use-system-libs.patch
new file mode 100644
index 0000000..5220dbc
--- /dev/null
+++ b/debian/patches/use-system-libs.patch
@@ -0,0 +1,15 @@
+--- a/Makefile
++++ b/Makefile
+@@ -3,9 +3,9 @@
+ SRC = $(shell find src -name "*.ls" -type f | sort)
+ LIB = $(SRC:src/%.ls=lib/%.js)
+ 
+-LS = node_modules/livescript
+-LSC = node_modules/.bin/lsc
+-MOCHA = node_modules/.bin/mocha
++LS = /usr/lib/nodejs/livescript
++LSC = /usr/bin/lsc
++MOCHA = /usr/bin/mocha
+ MOCHA2 = node_modules/.bin/_mocha
+ ISTANBUL = node_modules/.bin/istanbul
+ 

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



More information about the Pkg-javascript-commits mailing list