File: control

package info (click to toggle)
hiera 3.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 652 kB
  • sloc: ruby: 2,990; makefile: 30; sh: 17
file content (33 lines) | stat: -rw-r--r-- 1,171 bytes parent folder | download | duplicates (2)
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
Source: hiera
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Patrick Ringl <patrick_@freenet.de>,
           Jonas Genannt <genannt@debian.org>,
           Jérôme Charaoui <jerome@riseup.net>
Build-Depends: gem2deb,
               rake,
               ruby-deep-merge,
               ruby-json,
               ruby-mocha,
               ruby-rspec,
               debhelper-compat (= 13)
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/ruby-team/hiera.git
Vcs-Browser: https://salsa.debian.org/ruby-team/hiera
Homepage: https://github.com/puppetlabs/hiera/
XS-Ruby-Versions: all

Package: hiera
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${ruby:Depends},
         ${misc:Depends},
         ruby-deep-merge,
         ruby-json
Suggests: mcollective-common
Description: Light weight hierarchical data store
 ruby-hiera is a simple pluggable hierarchical database. It can be
 used to store various information and therefore is a good fit for
 the representation of infrastructure information.
 It can be used to query multiple data backends e.g. YAML or Puppet.