1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: librarian-puppet
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Stig Sandbeck Mathisen <ssm@debian.org>,
Sebastien Badia <sbadia@debian.org>
Section: admin
Testsuite: autopkgtest-pkg-ruby
Priority: optional
Build-Depends: cucumber,
debhelper-compat (= 13),
gem2deb,
rake,
ruby-json,
ruby-librarian,
ruby-puppet-forge (>= 5.0.3),
ruby-rsync
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/ruby-team/librarian-puppet
Vcs-Git: https://salsa.debian.org/ruby-team/librarian-puppet.git
Homepage: https://github.com/voxpupuli/librarian-puppet
Rules-Requires-Root: no
Package: librarian-puppet
Architecture: all
Depends: puppet,
ruby-librarian,
ruby-puppet-forge,
ruby-rsync,
${misc:Depends},
${ruby:Depends},
ruby-json
Description: bundler for your puppet modules
Simplify deployment of your Puppet infrastructure by automatically pulling in
modules from the forge and git repositories with a single command.
|