[DRE-commits] [test-kitchen] 01/10: Fix build dependencies
Hleb Valoshka
tsfgnu-guest at moszumanska.debian.org
Tue Jun 30 19:04:09 UTC 2015
This is an automated email from the git hooks/post-receive script.
tsfgnu-guest pushed a commit to branch master
in repository test-kitchen.
commit 50ca82d30ae15e232d6529ed194f4e2b3fc31da7
Author: Hleb Valoshka <375gnu at gmail.com>
Date: Mon Jun 29 23:59:15 2015 +0300
Fix build dependencies
---
debian/control | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 8d053d8..0ad2aab 100644
--- a/debian/control
+++ b/debian/control
@@ -10,9 +10,11 @@ Build-Depends: debhelper (>= 7.0.50~),
ruby-mixlib-shellout (>= 1.2),
ruby-net-scp (>= 1.1),
ruby-net-ssh (>= 2.7),
- ruby-rspec,
ruby-safe-yaml (>= 1.0),
- ruby-thor (>= 0.18)
+ ruby-thor (>= 0.18),
+ ruby-fakefs (>= 0.4),
+ ruby-minitest (>= 5.3),
+ ruby-mocha (>= 1.1)
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/test-kitchen.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/test-kitchen.git
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/test-kitchen.git
More information about the Pkg-ruby-extras-commits
mailing list