Source: puppet-beaker
Section: admin
Priority: optional
Maintainer: Freexian Packaging Team <team+freexian@tracker.debian.org>
Uploaders: Sebastien Delafond <seb@debian.org>
Build-Depends: debhelper-compat (= 12),
 gem2deb,
 rake,
 ruby-fakefs,
 ruby-rspec,
 ruby-rspec-its,
 ruby-simplecov,
 ruby-beaker-hostgenerator,
 ruby-hocon,
 ruby-in-parallel,
 ruby-minitar,
 ruby-minitest,
 ruby-net-scp,
 ruby-open-uri-redirections,
 ruby-pry-byebug,
 ruby-rsync,
 ruby-stringify-hash,
 ruby-thor (>= 0.20)
Standards-Version: 4.6.0
Homepage: https://github.com/puppetlabs/beaker
Vcs-Browser: https://salsa.debian.org/debian/puppet-beaker
Vcs-Git: https://salsa.debian.org/debian/puppet-beaker.git
XS-Ruby-Versions: all
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: puppet-beaker
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${ruby:Depends}, ${misc:Depends},
 ruby-beaker-hostgenerator,
 ruby-hocon,
 ruby-in-parallel,
 ruby-minitar,
 ruby-minitest,
 ruby-net-scp,
 ruby-open-uri-redirections,
 ruby-pry-byebug,
 ruby-rsync,
 ruby-stringify-hash,
 ruby-thor (>= 0.20)
Description: test harness providing platform abstraction and VM provisioning
 Test harness focused on acceptance testing via interactions between
 multiple (virtual) machines. It provides platform abstraction between
 different Systems Under Test (SUTs), and it can also be used as a
 virtual machine provisioner - setting up machines, running any
 commands on those machines, and then exiting.
 .
 Beaker runs tests written in Ruby, and provides additional
 Domain-Specific Language (DSL) methods. This gives you access to all
 standard Ruby along with acceptance testing specific commands.
