File: control

package info (click to toggle)
serverspec-runner 1.3.9-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 220 kB
  • sloc: ruby: 463; makefile: 10
file content (29 lines) | stat: -rw-r--r-- 1,020 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
Source: serverspec-runner
Section: utils
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: HIGUCHI Daisuke (VDR dai) <dai@debian.org>
Build-Depends: debhelper-compat (= 13)
 , gem2deb
 , rake
 , ruby-net-ssh
 , ruby-rspec
 , ruby-serverspec
 , iputils-ping | inetutils-ping
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/ruby-team/serverspec-runner.git
Vcs-Browser: https://salsa.debian.org/ruby-team/serverspec-runner
Homepage: https://github.com/hiracy/serverspec-runner
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: serverspec-runner
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby
 , ruby-serverspec
 , ruby-net-ssh
Description: simple execution framework for serverspec
 This wrapper program makes it easy to run multiple serverspec
 recipes using one scinario yaml file, with pretty printng.
 In addition to that, it can export test results to other formats,
 like CSV, Markdown, etc.