[Pkg-javascript-commits] [node-argparse] 01/03: Amended patches
Jonathan Horn
jonathanh-guest at moszumanska.debian.org
Fri Jan 8 15:55:28 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 fd726f9494dca7e64bcd4170289bfa8443a5f0a1
Author: Jonathan Ulrich Horn <debian at autoit4you.de>
Date: Fri Jan 8 16:46:46 2016 +0100
Amended patches
---
debian/patches/02_make_sane.diff | 12 ++++++------
debian/patches/10_no_linting.diff | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/debian/patches/02_make_sane.diff b/debian/patches/02_make_sane.diff
index 28d9e29..b7d9c6e 100644
--- a/debian/patches/02_make_sane.diff
+++ b/debian/patches/02_make_sane.diff
@@ -10,9 +10,9 @@ Last-Update: 2016-01-08
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Makefile
+++ b/Makefile
-@@ -1,17 +1,3 @@
--PATH := ./node_modules/.bin:${PATH}
--
+@@ -1,17 +1,5 @@
+ PATH := ./node_modules/.bin:${PATH}
+
-NPM_PACKAGE := $(shell nodejs -e 'process.stdout.write(require("./package.json").name)')
-NPM_VERSION := $(shell nodejs -e 'process.stdout.write(require("./package.json").version)')
-
@@ -28,7 +28,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
help:
echo "make help - Print this help"
echo "make lint - Lint sources with JSHint"
-@@ -42,6 +28,7 @@
+@@ -42,6 +30,7 @@
doc:
@@ -36,7 +36,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
@if test ! `which ndoc` ; then \
echo "You need 'ndoc' installed in order to generate docs." >&2 ; \
echo " $ npm install -g ndoc" >&2 ; \
-@@ -62,6 +49,9 @@
+@@ -62,6 +51,9 @@
gh-pages:
@@ -46,7 +46,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
@if test -z ${REMOTE_REPO} ; then \
echo 'Remote repo URL not found' >&2 ; \
exit 128 ; \
-@@ -80,6 +70,9 @@
+@@ -80,6 +72,9 @@
publish:
diff --git a/debian/patches/10_no_linting.diff b/debian/patches/10_no_linting.diff
index 20166ee..55073a0 100644
--- a/debian/patches/10_no_linting.diff
+++ b/debian/patches/10_no_linting.diff
@@ -8,7 +8,7 @@ Last-Update: 2016-01-08
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Makefile
+++ b/Makefile
-@@ -18,7 +18,7 @@
+@@ -20,7 +20,7 @@
jshint . --show-non-errors
--
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