File: control

package info (click to toggle)
r10k 5.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,228 kB
  • sloc: ruby: 18,180; makefile: 10; sh: 1
file content (49 lines) | stat: -rw-r--r-- 1,596 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
40
41
42
43
44
45
46
47
48
49
Source: r10k
Section: admin
Priority: optional
Maintainer: Puppet Package Maintainers <pkg-puppet-devel@lists.alioth.debian.org>
Uploaders: Sebastien Badia <sbadia@debian.org>,
           Markus Frosch <lazyfrosch@debian.org>,
           Georg Faerber <georg@debian.org>,
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               git,
               rake,
               ronn | ruby-ronn (<< 0.7.3-5.1~),
               ruby-colored2,
               ruby-cri,
               ruby-gettext-setup,
               ruby-jwt (>= 2.2.3~),
               ruby-log4r,
               ruby-minitar,
               ruby-multi-json,
               ruby-puppet-forge (>= 3.0.0~),
               ruby-rspec,
               ruby-rugged,
               yard,
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/puppet-team/r10k.git
Vcs-Browser: https://salsa.debian.org/puppet-team/r10k
Homepage: https://github.com/puppetlabs/r10k
XS-Ruby-Versions: all
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: r10k
Architecture: all
Depends: ruby,
         ruby-colored2,
         ruby-cri,
         ruby-gettext-setup,
         ruby-jwt (>= 2.2.3~),
         ruby-log4r,
         ruby-minitar,
         ruby-multi-json,
         ruby-puppet-forge (>= 3.0.0~),
         ruby-rugged,
         ${misc:Depends},
Recommends: git,
Description: Puppet environment and module deployment
 R10K provides a general purpose toolset for deploying Puppet
 environments and modules. It implements the Puppetfile format
 and provides a native implementation of Puppet dynamic environments.