File: control

package info (click to toggle)
ruby-serverspec 2.37.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 956 kB
  • ctags: 349
  • sloc: ruby: 4,678; makefile: 3
file content (39 lines) | stat: -rw-r--r-- 1,464 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
Source: ruby-serverspec
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: KURASHIKI Satoru <lurdan@gmail.com>,
           Antonio Terceiro <terceiro@debian.org>,
           Scott Leggett <scott@sl.id.au>
Build-Depends: debhelper (>= 9~),
               gem2deb,
               rake,
               ruby-multi-json,
               ruby-rspec (>= 3.0),
               ruby-rspec-its,
               ruby-specinfra (>= 2.53)
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-serverspec.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-serverspec.git
Homepage: http://serverspec.org/
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-serverspec
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-multi-json,
         ruby-rspec (>= 3.0),
         ruby-rspec-its,
         ruby-specinfra (>= 2.53),
         ${misc:Depends},
         ${shlibs:Depends}
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.