File: control

package info (click to toggle)
ruby-serverspec 2.42.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 980 kB
  • sloc: ruby: 4,820; makefile: 4
file content (41 lines) | stat: -rw-r--r-- 1,458 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
37
38
39
40
41
Source: ruby-serverspec
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: KURASHIKI Satoru <lurdan@gmail.com>,
           Scott Leggett <scott@sl.id.au>,
           HIGUCHI Daisuke (VDR dai) <dai@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 1),
               rake,
               ruby,
               ruby-multi-json,
               ruby-rspec (>= 3.0),
               ruby-rspec-its,
               ruby-specinfra (>= 2.72)
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-serverspec.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-serverspec
Homepage: https://serverspec.org/
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-serverspec
Architecture: all
Depends: ruby:any,
         ruby-multi-json,
         ruby-rspec (>= 3.0),
         ruby-rspec-its,
         ruby-specinfra (>= 2.72),
         ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Suggests: net-tools
Description: RSpec tests for your servers configured by Puppet, Chef or anything else
 With serverspec, you can write RSpec tests for checking your servers
 are configured correctly.
 .
 Serverspec tests your servers' actual state through SSH access, so
 you don't need to install any agent software on your servers and
 can use any configuration management tools, Puppet, Chef, CFEngine
 and so on.