[Pkg-javascript-commits] [node-typescript] 06/07: Drop the patch to use node as nodejs
Julien Puydt
julien.puydt at laposte.net
Sun Oct 1 07:41:03 UTC 2017
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a commit to branch master
in repository node-typescript.
commit b3595bad6f4116e00a29a8257a0e00282e926abd
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Sun Oct 1 09:31:40 2017 +0200
Drop the patch to use node as nodejs
---
debian/changelog | 1 +
debian/patches/series | 1 -
debian/patches/use_nodejs_on_Debian.patch | 20 --------------------
3 files changed, 1 insertion(+), 21 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ca6bdbd..774cc51 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ node-typescript (2.5.3-1) UNRELEASED; urgency=medium
* New upstream release.
* Bump std-ver to 4.1.1.
* Put in section javascript.
+ * Drop the patch to use node as nodejs.
-- Julien Puydt <julien.puydt at laposte.net> Sun, 01 Oct 2017 09:24:31 +0200
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 26059ae..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-use_nodejs_on_Debian.patch
diff --git a/debian/patches/use_nodejs_on_Debian.patch b/debian/patches/use_nodejs_on_Debian.patch
deleted file mode 100644
index 651fd0f..0000000
--- a/debian/patches/use_nodejs_on_Debian.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Author: Julien Puydt
-Description: on Debian systems, the node executable is nodejs
-Forwarded: not-needed
-
-diff --git a/bin/tsc b/bin/tsc
-index 19c62bf..4cad8d7 100755
---- a/bin/tsc
-+++ b/bin/tsc
-@@ -1,2 +1,2 @@
--#!/usr/bin/env node
-+#!/usr/bin/nodejs
- require('../lib/tsc.js')
-diff --git a/bin/tsserver b/bin/tsserver
-index 7143b6a..c3e6540 100755
---- a/bin/tsserver
-+++ b/bin/tsserver
-@@ -1,2 +1,2 @@
--#!/usr/bin/env node
-+#!/usr/bin/nodejs
- require('../lib/tsserver.js')
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-typescript.git
More information about the Pkg-javascript-commits
mailing list