[Pkg-javascript-commits] [node-tar] 02/03: Move build-deps to test deps
Jérémy Lal
kapouer at moszumanska.debian.org
Thu Nov 17 21:03:24 UTC 2016
This is an automated email from the git hooks/post-receive script.
kapouer pushed a commit to branch master
in repository node-tar.
commit 2db9d9955690fcc69931d9bc9ca55635e6302e45
Author: Jérémy Lal <kapouer at melix.org>
Date: Thu Nov 17 22:02:04 2016 +0100
Move build-deps to test deps
---
debian/control | 7 -------
debian/tests/control | 2 +-
2 files changed, 1 insertion(+), 8 deletions(-)
diff --git a/debian/control b/debian/control
index e297686..b3ec913 100644
--- a/debian/control
+++ b/debian/control
@@ -5,13 +5,6 @@ Section: web
Priority: extra
Build-Depends: debhelper (>= 9),
dh-buildinfo,
- nodejs,
- node-block-stream,
- node-fstream,
- node-graceful-fs,
- node-mkdirp,
- node-rimraf,
- node-tap
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/node-tar.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/node-tar.git
diff --git a/debian/tests/control b/debian/tests/control
index a1b181d..945ed54 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,2 +1,2 @@
Test-Command: tap test/*.js
-Depends: @, node-tap
+Depends: @, node-tap, node-graceful-fs, node-rimraf, node-mkdirp
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/node-tar.git
More information about the Pkg-javascript-commits
mailing list