[Pkg-javascript-commits] [node-nan] 04/10: Improve patch

Bastien Roucariès rouca at moszumanska.debian.org
Wed Sep 6 19:43:46 UTC 2017


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

rouca pushed a commit to branch master
in repository node-nan.

commit 670fc094c8cbe642120db3afa3cde54db9d595a1
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date:   Wed Sep 6 12:24:23 2017 +0200

    Improve patch
---
 debian/changelog                 |  4 ++--
 debian/control                   |  4 ++--
 debian/patches/rename_node.patch | 14 --------------
 debian/patches/series            |  1 -
 4 files changed, 4 insertions(+), 19 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1b46b96..2f69474 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
-node-nan (2.5.1-1) UNRELEASED; urgency=medium
+node-nan (2.7.0-1) UNRELEASED; urgency=medium
 
-  * New upstream version 2.5.1
+  * New upstream version 2.7.0
   * Extend copyright year
 
  -- Jérémy Lal <kapouer at melix.org>  Sat, 04 Feb 2017 01:04:17 +0100
diff --git a/debian/control b/debian/control
index d9e481c..1dd2501 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
  Jérémy Lal <kapouer at melix.org>,
  Andrew Kelley <superjoe30 at gmail.com>
 Build-Depends:
- nodejs,
+ nodejs (>= 6.11.2~dfsg-1),
  debhelper (>= 10.0.0),
  dh-buildinfo,
  node-tap (>= 0.7.1),
@@ -21,7 +21,7 @@ Package: node-nan
 Architecture: all
 Depends:
  ${misc:Depends},
- nodejs,
+ nodejs (>= 6.11.2~dfsg-1),
 Description: Native Abstractions for Node.js
  A header file filled with macro and utility goodness for making addon
  development for Node.js easier across versions 0.8, 0.10 and 0.11, and
diff --git a/debian/patches/rename_node.patch b/debian/patches/rename_node.patch
deleted file mode 100644
index 82cb74d..0000000
--- a/debian/patches/rename_node.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Description: use nodejs
-Forwarded: not-needed
-Last-Update: 2015-05-20
---- a/test/binding.gyp
-+++ b/test/binding.gyp
-@@ -2,7 +2,7 @@
-   "target_defaults":
-     {
-         "cflags" : ["-Wall", "-Wextra", "-Wno-unused-parameter"],
--        "include_dirs": ["<!(node -e \"require('..')\")"]
-+        "include_dirs": ["<!(nodejs -e \"require('..')\")"]
-     },
-   "targets": [
-     {
diff --git a/debian/patches/series b/debian/patches/series
index 4c68d7c..559536f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-rename_node.patch
 fix_returnvalue_test.patch

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



More information about the Pkg-javascript-commits mailing list