[Pkg-javascript-commits] [node-coffeeify] 04/05: Drop all node > nodejs patches and depend on nodejs (> 6)
Ross Gammon
ross-guest at moszumanska.debian.org
Thu Sep 7 15:52:22 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-coffeeify.
commit a70507dbe372ea99f81a6d9eea813d01fce18f55
Author: Ross Gammon <rossgammon at mail.dk>
Date: Thu Sep 7 16:15:10 2017 +0200
Drop all node > nodejs patches and depend on nodejs (> 6)
---
debian/control | 2 +-
debian/patches/nodejs.patch | 28 ----------------------------
debian/patches/series | 1 -
3 files changed, 1 insertion(+), 30 deletions(-)
diff --git a/debian/control b/debian/control
index c3e33d7..58752b6 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Section: javascript
Priority: optional
Build-Depends: debhelper (>= 9),
dh-buildinfo,
- nodejs
+ nodejs (>= 6)
Standards-Version: 4.0.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-coffeeify.git
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-coffeeify.git
diff --git a/debian/patches/nodejs.patch b/debian/patches/nodejs.patch
deleted file mode 100644
index 493b553..0000000
--- a/debian/patches/nodejs.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Subject: use nodejs command
-Description: Use nodejs command
- 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.md
-+++ node-coffeeify/README.md
-@@ -34,7 +34,7 @@
-
- ```shell
- $ browserify -t coffeeify foo.coffee > bundle.js
--$ node bundle.js
-+$ nodejs bundle.js
- 3125
- ```
-
-@@ -46,7 +46,7 @@
-
- ```
- $ browserify -t coffeeify --extension=".coffee" foo.coffee > bundle.js
--$ node bundle.js
-+$ nodejs bundle.js
- 3125
- ```
-
diff --git a/debian/patches/series b/debian/patches/series
index 0f91ccb..4956398 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
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