[Pkg-javascript-commits] [node-ws] 03/04: update changelog, update patches

Ximin Luo infinity0 at debian.org
Mon Aug 31 02:53:35 UTC 2015


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

infinity0 pushed a commit to branch master
in repository node-ws.

commit b88f2bbef248222d08c42bed216f62efde39e8dc
Author: Ximin Luo <infinity0 at debian.org>
Date:   Mon Aug 31 02:01:03 2015 +0200

    update changelog, update patches
---
 debian/changelog                           | 6 ++++++
 debian/patches/only-use-native             | 3 +--
 debian/patches/rm-redundant-legacy-include | 8 +++++---
 3 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0792d95..10090bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+node-ws (0.8.0+ds1.e6ddaae4-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- Ximin Luo <infinity0 at debian.org>  Mon, 31 Aug 2015 01:55:55 +0200
+
 node-ws (0.7.2+ds1.349b7460-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/patches/only-use-native b/debian/patches/only-use-native
index cee2b36..18c01a5 100644
--- a/debian/patches/only-use-native
+++ b/debian/patches/only-use-native
@@ -6,13 +6,12 @@ Forwarded: not-needed
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 --- a/src/bufferutil.cc
 +++ b/src/bufferutil.cc
-@@ -117,5 +117,5 @@
+@@ -117,4 +117,4 @@
    BufferUtil::Initialize(target);
  }
  
 -NODE_MODULE(bufferutil, init)
 +NODE_MODULE(BufferUtil, init)
- 
 --- a/src/validation.cc
 +++ b/src/validation.cc
 @@ -144,5 +144,5 @@
diff --git a/debian/patches/rm-redundant-legacy-include b/debian/patches/rm-redundant-legacy-include
index 456867d..48df1d6 100644
--- a/debian/patches/rm-redundant-legacy-include
+++ b/debian/patches/rm-redundant-legacy-include
@@ -7,12 +7,14 @@ Forwarded: not-needed
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 --- a/binding.gyp
 +++ b/binding.gyp
-@@ -1,8 +1,6 @@
- {'targets': [{'cflags': ['-O3'],
+@@ -1,10 +1,8 @@
+ {'targets': [{'cflags': ['-O2'],
+               'cflags!': ['-O3'],
 -              'include_dirs': ['<!(node -e "require(\'nan\')")'],
                'sources': ['src/bufferutil.cc'],
                'target_name': 'bufferutil'},
-              {'cflags': ['-O3'],
+              {'cflags': ['-O2'],
+               'cflags!': ['-O3'],
 -              'include_dirs': ['<!(node -e "require(\'nan\')")'],
                'sources': ['src/validation.cc'],
                'target_name': 'validation'}]}

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



More information about the Pkg-javascript-commits mailing list