File: control

package info (click to toggle)
ruby-rspec-puppet-facts 2.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 376 kB
  • sloc: ruby: 1,143; makefile: 6
file content (36 lines) | stat: -rw-r--r-- 1,364 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
Source: ruby-rspec-puppet-facts
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Gabriel Filion <gabriel@koumbit.org>
Build-Depends: debhelper-compat (= 13),
               facter,
               facterdb (>= 0.5.0),
               gem2deb (>= 1),
               puppet,
               rake,
               ruby-rspec
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-rspec-puppet-facts.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-rspec-puppet-facts
Homepage: https://github.com/voxpupuli/rspec-puppet-facts
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-rspec-puppet-facts
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: facter,
         puppet,
         ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: Set of standard facts fixtures for Puppet rspec tests
 With this library, simplify your unit tests by looping on every supported
 Operating System and populating facts (provided by facterdb). This simplifies
 unit testing because you don't need to specify the facts yourself.
 .
 This library is very useful for writing tests with rspec-puppet when working
 on a puppet module. It also makes it very fast to setup a CI environment for
 your modules.