[Pkg-javascript-commits] [node-grunt-cli] 01/01: fix path

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Fri Nov 11 16:08:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository node-grunt-cli.

commit 8b9b2ae3ec62ebfef90a18d9b68d27289e9e28ce
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Fri Nov 11 21:37:04 2016 +0530

    fix path
---
 debian/changelog                |  7 +++++++
 debian/patches/series           |  1 +
 debian/patches/use-nodejs.patch | 10 ++++++++++
 3 files changed, 18 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 176ea3b..0ed5c67 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+node-grunt-cli (1.2.0-2) unstable; urgency=medium
+
+  * Team upload
+  * Fix nodejs path in grunt command
+
+ -- Pirate Praveen <praveen at debian.org>  Fri, 11 Nov 2016 21:36:50 +0530
+
 node-grunt-cli (1.2.0-1) unstable; urgency=low
 
   * Initial release (Closes: #838435)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a2a471b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+use-nodejs.patch
diff --git a/debian/patches/use-nodejs.patch b/debian/patches/use-nodejs.patch
new file mode 100644
index 0000000..3de946b
--- /dev/null
+++ b/debian/patches/use-nodejs.patch
@@ -0,0 +1,10 @@
+Index: node-grunt-cli/bin/grunt
+===================================================================
+--- node-grunt-cli.orig/bin/grunt
++++ node-grunt-cli/bin/grunt
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env node
++#!/usr/bin/env nodejs
+ 
+ 'use strict';
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-grunt-cli.git



More information about the Pkg-javascript-commits mailing list