[Pkg-javascript-commits] [node-resumer] 01/01: Fix breakage by depending of through instead of through2
Bastien Roucariès
rouca at moszumanska.debian.org
Tue Apr 4 13:52:04 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-resumer.
commit 13f23dbf599cb9cad61263ff3c87008703655677
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Tue Apr 4 15:27:58 2017 +0200
Fix breakage by depending of through instead of through2
---
debian/changelog | 1 +
debian/control | 6 +++---
debian/patches/series | 1 -
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 25d57f9..90631a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ node-resumer (0.0.0-2) unstable; urgency=medium
* Team upload.
* Bug fix: "node-resumer depends on node-through2 (>= 2.3.4), but
only 2.0.3-1 is in unstable", thanks to Adrian Bunk (Closes: #847715).
+ * Fix breakage by depending on through instead of through2.
-- Bastien Roucariès <rouca at debian.org> Tue, 04 Apr 2017 00:12:33 +0200
diff --git a/debian/control b/debian/control
index 9f4222e..ebf15c5 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.deb
Uploaders: Ross Gammon <rosco2 at ubuntu.com>
Build-Depends: debhelper (>= 9),
dh-buildinfo,
- nodejs
+ nodejs (>= 4.7)
Standards-Version: 3.9.8
Homepage: https://github.com/substack/resumer
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-resumer.git
@@ -14,8 +14,8 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-resumer.git
Package: node-resumer
Architecture: all
Depends: ${misc:Depends},
- nodejs,
- node-through2 (>= 2.0)
+ nodejs (>= 4.7),
+ node-through (>= 2.3.4)
Description: through stream that starts paused and resumes on the next tick
Return a through stream that starts out paused and resumes on the next tick,
unless somebody called .pause().
diff --git a/debian/patches/series b/debian/patches/series
index 4cb0be7..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-through2.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-resumer.git
More information about the Pkg-javascript-commits
mailing list