[Pkg-javascript-commits] [node-coffeeify] 04/07: Patch readme.markdown so nodejs command suggested and not node
Ross Gammon
ross-guest at moszumanska.debian.org
Fri Apr 3 15:59:26 UTC 2015
This is an automated email from the git hooks/post-receive script.
ross-guest pushed a commit to branch master
in repository node-coffeeify.
commit 7fc90dc26957914bb141cdb948d4c18dfd780742
Author: Ross Gammon <rossgammon at mail.dk>
Date: Fri Apr 3 17:38:11 2015 +0200
Patch readme.markdown so nodejs command suggested and not node
---
debian/patches/nodejs.patch | 28 ++++++++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 29 insertions(+)
diff --git a/debian/patches/nodejs.patch b/debian/patches/nodejs.patch
new file mode 100644
index 0000000..5ba8fda
--- /dev/null
+++ b/debian/patches/nodejs.patch
@@ -0,0 +1,28 @@
+Subject: use nodejs command
+Description: Use nodejs command
+ In Debian, node is named nodejs. This patch corrects the readme.markdown
+ file so that users are not confused.
+Author: Ross Gammon <rossgammon at mail.dk>
+Forwarded: not-needed
+Last-Update: 2015-04-03
+
+--- node-coffeeify.orig/readme.markdown
++++ node-coffeeify/readme.markdown
+@@ -38,7 +38,7 @@
+
+ ```
+ $ browserify -t coffeeify foo.coffee > bundle.js
+-$ node bundle.js
++$ nodejs bundle.js
+ 555
+ ```
+
+@@ -50,7 +50,7 @@
+
+ ```
+ $ browserify -t coffeeify --extension=".coffee" foo.coffee > bundle.js
+-$ node bundle.js
++$ nodejs bundle.js
+ 555
+ ```
+
diff --git a/debian/patches/series b/debian/patches/series
index 4956398..0f91ccb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
Use_through2.patch
+nodejs.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-coffeeify.git
More information about the Pkg-javascript-commits
mailing list