File: control

package info (click to toggle)
facterdb 1.12.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 16,624 kB
  • sloc: ruby: 544; sh: 356; xml: 195; makefile: 9
file content (34 lines) | stat: -rw-r--r-- 1,209 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
Source: facterdb
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 (<< 5.0.0),
               gem2deb (>= 1),
               jgrep,
#              python3-docutils is required for the rst2man binary,
               python3-docutils,
               rake,
               ruby,
               ruby-rspec
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/ruby-team/facterdb.git
Vcs-Browser: https://salsa.debian.org/ruby-team/facterdb
Homepage: https://github.com/voxpupuli/facterdb
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: facterdb
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: facter,
         ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: Database of OS facts provided by Facter
 facterdb is a library and tool that contains facts from many Facter version on
 many Operating Systems. It is very useful for providing context to spec tests
 for Puppet manifests in order to simulate running tests on many different
 platforms.