[Pkg-javascript-commits] [node-livescript] 02/08: disable npm install

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Oct 12 11:59:43 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 89682801e53bf27bb29be12bea984ad6fb9839ea
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Wed Oct 12 16:25:26 2016 +0530

    disable npm install
---
 debian/patches/disable-npm.patch | 13 +++++++++++++
 debian/patches/series            |  1 +
 2 files changed, 14 insertions(+)

diff --git a/debian/patches/disable-npm.patch b/debian/patches/disable-npm.patch
new file mode 100644
index 0000000..fbe6673
--- /dev/null
+++ b/debian/patches/disable-npm.patch
@@ -0,0 +1,13 @@
+Index: node-livescript/Makefile
+===================================================================
+--- node-livescript.orig/Makefile
++++ node-livescript/Makefile
+@@ -43,7 +43,7 @@ full:
+ 	make force && make force && make test && make coverage
+ 
+ install: build
+-	npm install .
++	#npm install .
+ 
+ dev-install: package.json
+ 	npm install .
diff --git a/debian/patches/series b/debian/patches/series
index 1b9457a..b18d036 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 use_nodejs.patch
 use-system-libs.patch
+disable-npm.patch

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