[Pkg-javascript-commits] [node-gyp] 79/82: update changelog, update patches
Ximin Luo
infinity0 at debian.org
Mon Aug 31 00:41:04 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository node-gyp.
commit f8a0dc89a56c4e966adba34d3dd79b948fc12bef
Author: Ximin Luo <infinity0 at pwned.gg>
Date: Mon Aug 31 02:23:54 2015 +0200
update changelog, update patches
---
debian/changelog | 7 +++++++
debian/patches/2002_set_default_nodedir.patch | 2 +-
debian/patches/2003_fPIC_ia32.patch | 6 +++---
3 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 1711c39..9d4fcac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+node-gyp (2.0.2-1) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * New upstream release.
+
+ -- Ximin Luo <infinity0 at debian.org> Mon, 31 Aug 2015 02:23:25 +0200
+
node-gyp (0.12.2+ds-1) unstable; urgency=medium
* Upstream update.
diff --git a/debian/patches/2002_set_default_nodedir.patch b/debian/patches/2002_set_default_nodedir.patch
index 801933a..0df1af9 100644
--- a/debian/patches/2002_set_default_nodedir.patch
+++ b/debian/patches/2002_set_default_nodedir.patch
@@ -6,7 +6,7 @@ Author: Jérémy Lal <kapouer at melix.org>
Last-Update: 2013-03-25
--- a/lib/configure.js
+++ b/lib/configure.js
-@@ -135,6 +135,13 @@
+@@ -148,6 +148,13 @@
log.verbose('get node dir', 'no --target version specified, falling back to host node version: %s', versionStr)
}
diff --git a/debian/patches/2003_fPIC_ia32.patch b/debian/patches/2003_fPIC_ia32.patch
index 34fc17c..b66812d 100644
--- a/debian/patches/2003_fPIC_ia32.patch
+++ b/debian/patches/2003_fPIC_ia32.patch
@@ -5,9 +5,9 @@ Author: Jérémy Lal <kapouer at melix.org>
Last-Update: 2014-03-03
--- a/addon.gypi
+++ b/addon.gypi
-@@ -51,7 +51,7 @@
- # OS!="win"
- 'defines': [ '_LARGEFILE_SOURCE', '_FILE_OFFSET_BITS=64' ],
+@@ -93,7 +93,7 @@
+ '_FILE_OFFSET_BITS=64'
+ ],
}],
- [ 'OS=="freebsd" or OS=="openbsd" or OS=="solaris" or (OS=="linux" and target_arch!="ia32")', {
+ [ 'OS=="freebsd" or OS=="openbsd" or OS=="solaris" or OS=="linux"', {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-gyp.git
More information about the Pkg-javascript-commits
mailing list