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 34 35 36
|
Source: ruby-specinfra
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: HIGUCHI Daisuke (VDR dai) <dai@debian.org>
Build-Depends: debhelper-compat (= 13),
bundler,
gem2deb (>= 1),
rake,
ruby-net-scp,
ruby-net-ssh (>= 2.7),
ruby-net-telnet (>= 0.1.1),
ruby-rspec,
ruby-rspec-its
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-specinfra.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-specinfra
Homepage: https://github.com/mizzy/specinfra
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no
Package: ruby-specinfra
Architecture: all
Depends: ruby:any,
ruby-net-scp,
ruby-net-ssh,
ruby-net-telnet,
${misc:Depends},
${ruby:Depends},
${shlibs:Depends}
Recommends: e2fsprogs,
net-tools
Description: Common layer for serverspec and configspec
This package is backend library for ruby-serverspec, which was
extracted from serverspec for further abstracction, intended to
be used by another configuration management tools.
|