File: control

package info (click to toggle)
r10k 2.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,800 kB
  • ctags: 747
  • sloc: ruby: 12,998; sh: 137; makefile: 10
file content (47 lines) | stat: -rw-r--r-- 1,665 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
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>
Build-Depends: debhelper (>= 9~),
               gem2deb (>= 0.6.1~),
               git,
               rake,
               ruby-colored (>= 1.2),
               ruby-cri (>= 2.6.1),
               ruby-gettext-setup (>= 0.5),
               ruby-minitar,
               ruby-log4r (>= 1.1.10),
               ruby-multi-json (>= 1.10),
               ruby-puppet-forge,
               ruby-ronn,
               ruby-rspec (>= 3.1),
               ruby-rugged (>= 0.21.4),
               ruby-semantic-puppet,
               yard (>= 0.8.7.3)
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-puppet/r10k.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-puppet/r10k.git
Homepage: https://github.com/puppetlabs/r10k
XS-Ruby-Versions: all

Package: r10k
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-colored (>= 1.2),
         ruby-cri (>= 2.6.1),
         ruby-gettext-setup (>= 0.5),
         ruby-minitar,
         ruby-log4r (>= 1.1.10),
         ruby-multi-json (>= 1.10),
         ruby-puppet-forge,
         ruby-rugged (>= 0.21.4),
         ruby-semantic-puppet,
         ${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.