Package: node-argparse / 1.0.7-1

Metadata

Package Version Patches format
node-argparse 1.0.7-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_nodejs_debian.diff | (download)

Makefile | 6 3 + 3 - 0 !
README.md | 6 2 + 4 - 0 !
examples/arguments.js | 2 1 + 1 - 0 !
examples/choice.js | 3 1 + 2 - 0 !
examples/constants.js | 2 1 + 1 - 0 !
examples/help.js | 2 1 + 1 - 0 !
examples/nargs.js | 2 1 + 1 - 0 !
examples/parents.js | 2 1 + 1 - 0 !
examples/prefix_chars.js | 2 1 + 1 - 0 !
examples/sub_commands.js | 2 1 + 1 - 0 !
examples/sum.js | 2 1 + 1 - 0 !
11 files changed, 14 insertions(+), 17 deletions(-)

 change node commands to nodejs
 While the nodejs upstream is shipping the software as node-binary
 Debian ships it as nodejs. Due to that all node commands have to be
 changed from 'node' to 'nodejs'.