File: control

package info (click to toggle)
ruby-puppetlabs-spec-helper 8.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 344 kB
  • sloc: ruby: 1,526; sh: 8; makefile: 6
file content (39 lines) | stat: -rw-r--r-- 1,566 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-puppetlabs-spec-helper
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Georg Faerber <georg@debian.org>,
           Sebastien Badia <sbadia@debian.org>,
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               puppet-agent (>= 7),
               puppet-lint (>= 4.0),
               rake,
               ruby-fakefs,
               ruby-mocha,
               ruby-pathspec,
               ruby-puppet-syntax (>= 4.0),
               ruby-rspec,
               ruby-rspec-puppet (>= 4.0),
               ruby-sync,
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-puppetlabs-spec-helper.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-puppetlabs-spec-helper
Homepage: https://github.com/puppetlabs/puppetlabs_spec_helper
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: binary-targets

Package: ruby-puppetlabs-spec-helper
Architecture: all
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends},
Description: rake tasks and spec helper for spec tests on puppet modules
 Puppet lets you centrally manage every important aspect of your system
 using a cross-platform specification language that manages all the
 separate elements normally aggregated in different files, like users,
 cron jobs, and hosts, along with obviously discrete elements like
 packages, services, and files.
 .
 This ruby module contains rake tasks and a standard spec_helper for
 running spec tests on puppet modules.