[Pkg-javascript-commits] [node-resumer] 01/01: Update and fix depends bug
Bastien Roucariès
rouca at moszumanska.debian.org
Mon Apr 3 22:17:20 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 3d5efb0c56d0995e1d800ff7ad4b94d392c636da
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Tue Apr 4 00:16:25 2017 +0200
Update and fix depends bug
---
debian/changelog | 8 ++++++++
debian/control | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 8d6a8ec..25d57f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+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).
+
+ -- Bastien Roucariès <rouca at debian.org> Tue, 04 Apr 2017 00:12:33 +0200
+
node-resumer (0.0.0-1) unstable; urgency=low
* Initial release (Closes: #814286)
diff --git a/debian/control b/debian/control
index a06010f..9f4222e 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Package: node-resumer
Architecture: all
Depends: ${misc:Depends},
nodejs,
- node-through2 (>= 2.3.4)
+ node-through2 (>= 2.0)
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().
--
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