File: control

package info (click to toggle)
librarian-puppet-simple 0.0.5-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 120 kB
  • ctags: 49
  • sloc: ruby: 517; makefile: 4
file content (36 lines) | stat: -rw-r--r-- 1,511 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: librarian-puppet-simple
Section: ruby
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 9),
               gem2deb,
               openstack-pkg-tools,
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/openstack/librarian-puppet-simple.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=openstack/librarian-puppet-simple.git;a=summary
Homepage: https://github.com/bodepd/librarian-puppet-simple
XS-Ruby-Versions: all

Package: librarian-puppet-simple
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-thor,
         git,
         ${misc:Depends},
         ${shlibs:Depends},
Conflicts: librarian-puppet
Description: simple version of librarian-puppet with most of its commands
 librarian-puppet-simple was created out of its author's frustration with the
 dependency management in librarian-puppet. Librarian-puppet offers to simplify
 deployment of a Puppet infrastructure by automatically pulling in modules from
 the forge and git repositories with a single command. This package only
 allows one to pin revisions for a collection of modules, and it is also less
 heavy than librarian-puppet.
 .
 librarian-puppet-simple has fewer commands, but they should be compatible with
 the original librarian-puppet.
 .
 Note that you cannot currently install both librarian-puppet and
 librarian-puppet-simple at the same time.