[Pkg-javascript-commits] [node-ws] 04/06: Refresh patches
Ximin Luo
infinity0 at debian.org
Thu May 12 19:53:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository node-ws.
commit e135527bce0cf3335de02fc31d4e2120dd064dd1
Author: Ximin Luo <infinity0 at debian.org>
Date: Thu May 12 20:37:19 2016 +0200
Refresh patches
---
debian/patches/generalise-makefile | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/debian/patches/generalise-makefile b/debian/patches/generalise-makefile
index 04aa77f..1b9d9eb 100644
--- a/debian/patches/generalise-makefile
+++ b/debian/patches/generalise-makefile
@@ -6,16 +6,11 @@ Forwarded: https://github.com/websockets/ws/pull/671
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Makefile
+++ b/Makefile
-@@ -1,5 +1,6 @@
+@@ -1,15 +1,16 @@
ALL_TESTS = $(shell find test/ -name '*.test.js')
ALL_INTEGRATION = $(shell find test/ -name '*.integration.js')
+MOCHA = ./node_modules/.bin/mocha
- all:
- node-gyp configure build
-@@ -8,14 +9,14 @@
- node-gyp clean
-
run-tests:
- @./node_modules/.bin/mocha \
+ @$(MOCHA) \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-ws.git
More information about the Pkg-javascript-commits
mailing list