Source: vagrant
Section: admin
Priority: optional
Maintainer: Laurent Bigonville <bigon@debian.org>
Build-Depends: bash-completion, debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~)
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/collab-maint/vagrant.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/vagrant.git;a=summary
Homepage: http://vagrantup.com/
XS-Ruby-Versions: ruby1.9.1

Package: vagrant
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: bsdtar,
         curl,
         openssh-client,
         ruby-childprocess (>= 0.3.7),
         ruby-erubis (>= 2.7.0),
         ruby-i18n (>= 0.6.0),
         ruby-log4r (>= 1.1.9),
         ruby-net-scp (>= 1.1.0),
         ruby-net-ssh (>= 1:2.6.6),
         ruby-net-ssh (<< 1:2.8.0),
         ruby1.9.1,
         ${misc:Depends},
         ${shlibs:Depends}
Suggests: virtualbox (>= 4.0)
Description: Tool for building and distributing virtualized development environments
 This package provides the tools to create and configure lightweight,
 reproducible, and portable virtual environments.
 .
 Vagrant uses Oracle’s VirtualBox to create its virtual machines and then
 uses Chef or Puppet to provision them.
