File: control

package info (click to toggle)
serverspec-runner 1.3.8-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 216 kB
  • sloc: ruby: 463; makefile: 6
file content (30 lines) | stat: -rw-r--r-- 1,037 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
Source: serverspec-runner
Section: utils
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: KURASHIKI Satoru <lurdan@gmail.com>
Build-Depends: debhelper-compat (= 12)
 , gem2deb
 , rake
 , ruby-net-ssh
 , ruby-rspec
 , ruby-serverspec
Standards-Version: 4.4.1
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
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: serverspec-runner
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
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.