Control: tags -1 + patch Hello,
You will find attached a "git am"-able patch for your git repository fixing #684418. I don't intend to NMU as nodejs will likely not be part of wheezy, so there is time. (I did the patch so I could install and use npm). Have a nice day, -- Nicolas Dandrimont
From ff8a54b996123f39b98621691d04629e42668e2b Mon Sep 17 00:00:00 2001 From: Nicolas Dandrimont <nicolas.dandrim...@crans.org> Date: Sun, 19 Aug 2012 19:38:28 +0200 Subject: [PATCH] Add a patch to change the nodejs interpreter path --- debian/changelog | 4 ++++ debian/patches/1002_change_nodejs_interpreter_path.patch | 14 ++++++++++++++ debian/patches/series | 1 + 3 files changed, 19 insertions(+) create mode 100644 debian/patches/1002_change_nodejs_interpreter_path.patch diff --git a/debian/changelog b/debian/changelog index 99cdcce..6d87750 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,11 @@ node-semver (1.0.13-2) UNRELEASED; urgency=low + [ Jérémy Lal ] * Fix watch file. + [ Nicolas Dandrimont ] + * Change path to nodejs interpreter (Closes: #684418) + -- Jérémy Lal <kapo...@melix.org> Tue, 20 Mar 2012 00:57:22 +0100 node-semver (1.0.13-1) unstable; urgency=low diff --git a/debian/patches/1002_change_nodejs_interpreter_path.patch b/debian/patches/1002_change_nodejs_interpreter_path.patch new file mode 100644 index 0000000..ebc4e3a --- /dev/null +++ b/debian/patches/1002_change_nodejs_interpreter_path.patch @@ -0,0 +1,14 @@ +Description: Change the path of the node interpreter +Author: Nicolas Dandrimont <nicolas.dandrim...@crans.org> +Bug-Debian: http://bugs.debian.org/684418 + +--- + +--- node-semver-1.0.13.orig/bin/semver ++++ node-semver-1.0.13/bin/semver +@@ -1,4 +1,4 @@ +-#!/usr/bin/env node ++#!/usr/bin/env nodejs + // Standalone semver comparison program. + // Exits successfully and prints matching version(s) if + // any supplied version is valid and passes all tests. diff --git a/debian/patches/series b/debian/patches/series index cbe9e7c..19c241e 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ 1001_require_semver.patch +1002_change_nodejs_interpreter_path.patch -- 1.7.10.4
pgpWN8ym1vz2p.pgp
Description: PGP signature