File: control

package info (click to toggle)
ruby-specinfra 2.89.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,412 kB
  • sloc: ruby: 10,338; sh: 4; makefile: 4
file content (36 lines) | stat: -rw-r--r-- 1,223 bytes parent folder | download
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.