[Pkg-javascript-commits] [node-livescript] 06/06: use system libs

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Oct 12 10:34:54 UTC 2016


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

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

commit 500299fb6e87b1cfb641394a0ea9cbd7ef8bd2a4
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Wed Oct 12 16:03:47 2016 +0530

    use system libs
---
 debian/patches/series                |  1 +
 debian/patches/use-system-libs.patch | 11 +++++++++++
 debian/rules                         |  1 -
 3 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/debian/patches/series b/debian/patches/series
index 9b41a8d..1b9457a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 use_nodejs.patch
+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..ab1d680
--- /dev/null
+++ b/debian/patches/use-system-libs.patch
@@ -0,0 +1,11 @@
+--- a/Makefile
++++ b/Makefile
+@@ -2,7 +2,7 @@
+ 
+ SRC = $(shell find src -name "*.ls" -type f | sort)
+ LIB = $(SRC:src/%.ls=lib/%.js) lib/parser.js
+-LSC = bin/lsc
++LSC = /usr/bin/lsc
+ BROWSERIFY = node_modules/.bin/browserify
+ UGLIFYJS = node_modules/.bin/uglifyjs
+ ISTANBUL = node_modules/.bin/istanbul
diff --git a/debian/rules b/debian/rules
index 35d9762..150f8fc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,6 @@
 	dh $@
 
 override_dh_auto_build:
-	npm install
 	dh_auto_build
 
 #override_dh_auto_test:

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



More information about the Pkg-javascript-commits mailing list