[Pkg-javascript-commits] [node-argparse] 03/03: Amended 01_nodejs_debian.diff

Jonathan Horn jonathanh-guest at moszumanska.debian.org
Fri Jan 8 15:56:00 UTC 2016


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

jonathanh-guest pushed a commit to branch master
in repository node-argparse.

commit cbe86228fb64933cc30448f713628fea8e4eafea
Author: Jonathan Ulrich Horn <debian at autoit4you.de>
Date:   Fri Jan 8 16:54:11 2016 +0100

    Amended 01_nodejs_debian.diff
---
 debian/patches/01_nodejs_debian.diff | 103 +++++++++++++++++++++++++++++++++++
 1 file changed, 103 insertions(+)

diff --git a/debian/patches/01_nodejs_debian.diff b/debian/patches/01_nodejs_debian.diff
index 5daea1e..e133b63 100644
--- a/debian/patches/01_nodejs_debian.diff
+++ b/debian/patches/01_nodejs_debian.diff
@@ -29,3 +29,106 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  	rm -rf ${TMP_PATH}
  
  
+--- a/README.md
++++ b/README.md
+@@ -21,7 +21,7 @@
+ test.js file:
+ 
+ ```javascript
+-#!/usr/bin/env node
++#!/usr/bin/env nodejs
+ 'use strict';
+ 
+ var ArgumentParser = require('../lib/argparse').ArgumentParser;
+@@ -181,7 +181,7 @@
+ 
+ sub_commands.js
+ ```javascript
+-#!/usr/bin/env node
++#!/usr/bin/env nodejs
+ 'use strict';
+ 
+ var ArgumentParser = require('../lib/argparse').ArgumentParser;
+@@ -239,5 +239,3 @@
+ Copyright (c) 2012 [Vitaly Puzrin](https://github.com/puzrin).
+ Released under the MIT license. See
+ [LICENSE](https://github.com/nodeca/argparse/blob/master/LICENSE) for details.
+-
+-
+--- a/examples/arguments.js
++++ b/examples/arguments.js
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env node
++#!/usr/bin/env nodejs
+ 'use strict';
+ 
+ var ArgumentParser = require('../lib/argparse').ArgumentParser;
+--- a/examples/choice.js
++++ b/examples/choice.js
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env node
++#!/usr/bin/env nodejs
+ 'use strict';
+ 
+ var ArgumentParser = require('../lib/argparse').ArgumentParser;
+@@ -19,4 +19,3 @@
+ console.log('-----------');
+ parser.parseArgs(['X']);
+ console.dir(args);
+-
+--- a/examples/constants.js
++++ b/examples/constants.js
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env node
++#!/usr/bin/env nodejs
+ 'use strict';
+ 
+ var ArgumentParser = require('../lib/argparse').ArgumentParser;
+--- a/examples/help.js
++++ b/examples/help.js
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env node
++#!/usr/bin/env nodejs
+ 'use strict';
+ 
+ var ArgumentParser = require('../lib/argparse').ArgumentParser;
+--- a/examples/nargs.js
++++ b/examples/nargs.js
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env node
++#!/usr/bin/env nodejs
+ 'use strict';
+ 
+ var ArgumentParser = require('../lib/argparse').ArgumentParser;
+--- a/examples/parents.js
++++ b/examples/parents.js
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env node
++#!/usr/bin/env nodejs
+ 'use strict';
+ 
+ var ArgumentParser = require('../lib/argparse').ArgumentParser;
+--- a/examples/prefix_chars.js
++++ b/examples/prefix_chars.js
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env node
++#!/usr/bin/env nodejs
+ 'use strict';
+ 
+ var ArgumentParser = require('../lib/argparse').ArgumentParser;
+--- a/examples/sub_commands.js
++++ b/examples/sub_commands.js
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env node
++#!/usr/bin/env nodejs
+ 'use strict';
+ 
+ var ArgumentParser = require('../lib/argparse').ArgumentParser;
+--- a/examples/sum.js
++++ b/examples/sum.js
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env node
++#!/usr/bin/env nodejs
+ 
+ 'use strict';
+ 

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



More information about the Pkg-javascript-commits mailing list