Source: ruby-rspec-puppet
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Thomas Bechtold <toabctl@debian.org>
Build-Depends: debhelper (>= 10~),
               gem2deb,
               puppet,
               ruby-rspec
Standards-Version: 4.0.0
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-rspec-puppet.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-rspec-puppet.git
Homepage: https://github.com/rodjek/rspec-puppet/
XS-Ruby-Versions: all
Testsuite: autopkgtest-pkg-ruby

Package: ruby-rspec-puppet
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: puppet-common,
         ruby | ruby-interpreter,
         ruby-rspec,
         ${misc:Depends},
         ${shlibs:Depends}
Description: RSpec tests for your Puppet manifests
 Puppet lets you centrally manage every important aspect of your system
 using a cross-platform specification language that manages all the
 separate elements normally aggregated in different files, like users,
 cron jobs, and hosts, along with obviously discrete elements like
 packages, services, and files.
 .
 This ruby module contains RSpec tests for Puppet manifests.
