[Pkg-javascript-commits] [node-coffeeify] 04/06: Patches updated
Ross Gammon
ross-guest at moszumanska.debian.org
Sun Dec 27 20:20:21 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 827b1f4a49af77e5c1e000823a705a2b309d0a66
Author: Ross Gammon <rossgammon at mail.dk>
Date: Sun Dec 27 19:39:57 2015 +0100
Patches updated
---
debian/patches/Use_through2.patch | 20 --------------------
debian/patches/nodejs.patch | 16 ++++++++--------
2 files changed, 8 insertions(+), 28 deletions(-)
diff --git a/debian/patches/Use_through2.patch b/debian/patches/Use_through2.patch
index 378bf33..f040070 100644
--- a/debian/patches/Use_through2.patch
+++ b/debian/patches/Use_through2.patch
@@ -5,15 +5,6 @@ Author: Ross Gammon <rossgammon at mail.dk>
Forwarded: not-needed
Last-Update: 2015-04-02
---- node-coffeeify.orig/index.js
-+++ node-coffeeify/index.js
-@@ -1,5 +1,5 @@
- var coffee = require('coffee-script');
--var through = require('through');
-+var through = require('through2');
- var convert = require('convert-source-map');
-
- function isCoffee (file) {
--- node-coffeeify.orig/test/transform.js
+++ node-coffeeify/test/transform.js
@@ -1,7 +1,7 @@
@@ -25,14 +16,3 @@ Last-Update: 2015-04-02
var convert = require('convert-source-map');
var transform = require('..');
---- node-coffeeify.orig/package.json
-+++ node-coffeeify/package.json
-@@ -6,7 +6,7 @@
- "dependencies": {
- "coffee-script": "^1.10.0",
- "convert-source-map": "^1.1.2",
-- "through": "^2.3.8"
-+ "through2": "^2.3.8"
- },
- "devDependencies": {
- "browserify": "^12.0.1",
diff --git a/debian/patches/nodejs.patch b/debian/patches/nodejs.patch
index 5ba8fda..493b553 100644
--- a/debian/patches/nodejs.patch
+++ b/debian/patches/nodejs.patch
@@ -1,28 +1,28 @@
Subject: use nodejs command
Description: Use nodejs command
- In Debian, node is named nodejs. This patch corrects the readme.markdown
+ In Debian, node is named nodejs. This patch corrects the README.md
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 @@
+--- node-coffeeify.orig/README.md
++++ node-coffeeify/README.md
+@@ -34,7 +34,7 @@
- ```
+ ```shell
$ browserify -t coffeeify foo.coffee > bundle.js
-$ node bundle.js
+$ nodejs bundle.js
- 555
+ 3125
```
-@@ -50,7 +50,7 @@
+@@ -46,7 +46,7 @@
```
$ browserify -t coffeeify --extension=".coffee" foo.coffee > bundle.js
-$ node bundle.js
+$ nodejs bundle.js
- 555
+ 3125
```
--
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