Codebase list node-jison / 67f73c0
Refresh patches Yadd 2 years ago
3 changed file(s) with 3 addition(s) and 19 deletion(s). Raw diff Collapse all Expand all
+0
-13
debian/patches/disable-tests.patch less more
0 Description: Disable tests
1 Index: node-jison/Makefile
2 ===================================================================
3 --- node-jison.orig/Makefile
4 +++ node-jison/Makefile
5 @@ -16,5 +16,5 @@ deploy:
6 cd ../pages/jison && git add . && git commit -m 'Deploy site updates' && git push origin gh-pages
7
8 test:
9 - node tests/all-tests.js
10 -
11 +# node tests/all-tests.js
12 + echo "Disable tests. TODO: Fix tests"
0 disable-tests.patch
10 use-nodejs.patch
00 Description: Use nodejs
1 Index: node-jison/lib/cli.js
2 ===================================================================
3 --- node-jison.orig/lib/cli.js
4 +++ node-jison/lib/cli.js
1 --- a/lib/cli.js
2 +++ b/lib/cli.js
53 @@ -1,4 +1,4 @@
64 -#!/usr/bin/env node
7 +#!/usr/bin/env nodejs
5 +#!/usr/bin/node
86
97 function getCommandlineOptions () {
108 "use strict";