[Pkg-javascript-commits] [node-bl] 03/03: Update to upstream 1.1.2

Paolo Greppi paolog-guest at moszumanska.debian.org
Sun Dec 4 14:11:39 UTC 2016


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

paolog-guest pushed a commit to branch master
in repository node-bl.

commit 9f78f6229c0e5032f26670f22a9c2887697d6167
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date:   Sun Dec 4 14:05:08 2016 +0000

    Update to upstream 1.1.2
    
    also:
    
    - bump std-version
    - bump debhelper version
    - update Vcs links
    - refresh patch
---
 debian/changelog                        |  7 +++++++
 debian/compat                           |  2 +-
 debian/control                          |  9 ++++-----
 debian/copyright                        |  4 +++-
 debian/patches/00-readable_stream.patch | 17 +++++++++++++++++
 debian/patches/readable_stream.patch    | 13 -------------
 debian/patches/series                   |  2 +-
 7 files changed, 33 insertions(+), 21 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8be26be..0242b5a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+node-bl (1.1.2-1) unstable; urgency=low
+
+  * Team upload.
+  * Update to upstream 1.1.2
+
+ -- Paolo Greppi <paolo.greppi at libpf.com>  Sun, 04 Dec 2016 12:39:52 +0000
+
 node-bl (0.9.3-1) unstable; urgency=low
 
   * Update to upstream 0.9.3
diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index acd3764..0f77f1b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,14 +4,13 @@ Priority: extra
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
 Uploaders: Andrew Kelley <superjoe30 at gmail.com>
 Build-Depends:
- debhelper (>= 8)
+ debhelper (>= 9)
  , dh-buildinfo
  , nodejs
-Standards-Version: 3.9.5
+Standards-Version: 3.9.8
 Homepage: https://github.com/rvagg/bl
-Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-bl.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-bl.git
-XS-Testsuite: autopkgtest
+Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-bl.git/
+Vcs-Browser: https://anonscm.debian.org/git/pkg-javascript/node-bl.git/
 
 Package: node-bl
 Architecture: all
diff --git a/debian/copyright b/debian/copyright
index 8459e69..5ec4891 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,7 +8,9 @@ Copyright: 2013 Rod Vagg <rod at vagg.org>
 License: Expat
 
 Files: debian/*
-Copyright: 2014 Andrew Kelley <superjoe30 at gmail.com>
+Copyright:
+ 2014 Andrew Kelley <superjoe30 at gmail.com>
+ 2016 Paolo Greppi <paolo.greppi at libpf.com>
 License: Expat
 
 License: Expat
diff --git a/debian/patches/00-readable_stream.patch b/debian/patches/00-readable_stream.patch
new file mode 100644
index 0000000..9bf7571
--- /dev/null
+++ b/debian/patches/00-readable_stream.patch
@@ -0,0 +1,17 @@
+Description: readable-stream is only needed for node.js 0.8 compat
+Author:
+ Andrew Kelley <superjoe30 at gmail.com>
+ Paolo Greppi <paolo.greppi at libpf.com>
+Forwarded: not-needed
+Last-Update: 2016-12-04
+
+Index: node-bl/bl.js
+===================================================================
+--- node-bl.orig/bl.js
++++ node-bl/bl.js
+@@ -1,4 +1,4 @@
+-var DuplexStream = require('readable-stream/duplex')
++var DuplexStream = require('stream/duplex')
+   , util         = require('util')
+ 
+ 
diff --git a/debian/patches/readable_stream.patch b/debian/patches/readable_stream.patch
deleted file mode 100644
index 0407808..0000000
--- a/debian/patches/readable_stream.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Description: readable-stream is only needed for node.js 0.8 compat
-Author: Andrew Kelley <superjoe30 at gmail.com>
-Forwarded: not-needed
-Last-Update: 2014-06-29
-
---- node-bl-0.8.2.orig/bl.js
-+++ node-bl-0.8.2/bl.js
-@@ -1,4 +1,4 @@
--var DuplexStream = require('readable-stream').Duplex
-+var DuplexStream = require('stream').Duplex
-   , util         = require('util')
- 
- function BufferList (callback) {
diff --git a/debian/patches/series b/debian/patches/series
index d7678e3..eef8b66 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-readable_stream.patch
+00-readable_stream.patch

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



More information about the Pkg-javascript-commits mailing list