[Pkg-javascript-commits] [node-stream-combiner2] 40/41: Fix depends
Bastien Roucariès
rouca at moszumanska.debian.org
Wed Sep 6 09:57:54 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-stream-combiner2.
commit 150e9cd353114122248b30d315b477edb81afa5f
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Sun Aug 27 23:29:56 2017 +0200
Fix depends
---
debian/changelog | 2 +-
debian/control | 4 ++--
debian/tests/control | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7a7bf81..1b2823b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
node-stream-combiner2 (1.1.1-1) unstable; urgency=low
- * Initial release (Closes: #nnnn)
+ * Initial release (Closes: #873447)
-- Bastien Roucariès <rouca at debian.org> Sun, 27 Aug 2017 22:43:00 +0200
diff --git a/debian/control b/debian/control
index 28613fd..54cc30f 100644
--- a/debian/control
+++ b/debian/control
@@ -8,8 +8,8 @@ Build-Depends:
, dh-buildinfo
, nodejs (>= 6)
, dpkg-dev (>= 1.17.14)
- , tape (>=2.3.0) <!nocheck>
- , through2 (>= 2.0.0) <!nocheck>
+ , node-tape (>=2.3.0) <!nocheck>
+ , node-through2 (>= 2.0.0) <!nocheck>
, node-duplexer2 (>= 0.1.0) <!nocheck>
Standards-Version: 4.1.0
Homepage: https://github.com/substack/stream-combiner2
diff --git a/debian/tests/control b/debian/tests/control
index 7ea5e73..76a66df 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -3,6 +3,6 @@ Depends: node-stream-combiner2
Tests: runtestsuite
Depends: node-stream-combiner2,
- , tape (>=2.3.0)
- , through2 (>= 2.0)
+ , node-tape (>=2.3.0)
+ , node-through2 (>= 2.0)
, node-duplexer2 (>= 0.1.0)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-stream-combiner2.git
More information about the Pkg-javascript-commits
mailing list