[Pkg-javascript-commits] [node-bluebird] 02/17: don't need to s/node/nodejs/ any more
Ross Gammon
ross-guest at moszumanska.debian.org
Tue Oct 10 11:39:57 UTC 2017
This is an automated email from the git hooks/post-receive script.
ross-guest pushed a commit to branch master
in repository node-bluebird.
commit 7c19caa6900374c303e672a2423f781ac0579e37
Author: Hubert Chathi <hubert at muchlearning.org>
Date: Sun Oct 1 12:17:45 2017 -0400
don't need to s/node/nodejs/ any more
---
debian/patches/nodejs.patch | 35 -----------------------------------
debian/patches/series | 1 -
2 files changed, 36 deletions(-)
diff --git a/debian/patches/nodejs.patch b/debian/patches/nodejs.patch
deleted file mode 100644
index 2046291..0000000
--- a/debian/patches/nodejs.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-Description: Switch NodeJS command from node (upstream) to nodejs (Debian).
-Author: Bas Couwenberg <sebastic at debian.org>
-Forwarded: not-needed
-
---- node-bluebird.orig/build
-+++ node-bluebird/build
-@@ -1,2 +1,2 @@
- #!/usr/bin/env bash
--node tools/build.js "$@"
-+nodejs tools/build.js "$@"
---- node-bluebird.orig/tests
-+++ node-bluebird/tests
-@@ -1,2 +1,2 @@
- #!/usr/bin/env bash
--node tools/test.js "$@"
-+nodejs tools/test.js "$@"
---- node-bluebird.orig/tools/README.md
-+++ node-bluebird/tools/README.md
-@@ -16,4 +16,4 @@
-
- Example:
-
-- node tools/jshintrc_generator
-+ nodejs tools/jshintrc_generator
---- node-bluebird.orig/tools/mocha_runner.js
-+++ node-bluebird/tools/mocha_runner.js
-@@ -119,7 +119,7 @@
- }).then(function() {
- function failAdvice(failedTestFileName) {
- return "For additional details you can run it individually " +
-- " with the command `node tools/test --run=" + failedTestFileName + "`";
-+ " with the command `nodejs tools/test --run=" + failedTestFileName + "`";
- }
- if (failures.length > 0) {
- var error;
diff --git a/debian/patches/series b/debian/patches/series
index d1223a6..3eb2bf0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
walk.patch
-nodejs.patch
fix_root_dir.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-bluebird.git
More information about the Pkg-javascript-commits
mailing list