File: control

package info (click to toggle)
trocla 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 376 kB
  • sloc: ruby: 2,257; sh: 51; makefile: 27
file content (56 lines) | stat: -rw-r--r-- 1,622 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Source: trocla
Section: admin
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders:
 Jonas Genannt <genannt@debian.org>,
 Antoine Beaupré <anarcat@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 gem2deb,
 python3-docutils,
 rake,
 ruby-bcrypt (>= 3.1.20),
 ruby-highline,
 ruby-moneta,
 ruby-rspec <!nocheck>,
 ruby-rspec-pending-for <!nocheck>,
 ruby-sshkey,
 wireguard-tools <!nocheck>,
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/ruby-team/trocla.git
Vcs-Browser: https://salsa.debian.org/ruby-team/trocla
Homepage: https://github.com/duritong/trocla
Rules-Requires-Root: no

Package: trocla
Architecture: all
Multi-arch: foreign
Depends:
 ${ruby:Depends},
 ${misc:Depends},
 ${rubyDepends},
Suggests:
 puppet-agent,
 wireguard-tools,
Description: password store for password creation and retrieval
 Trocla provides you a simple way to create and store (random) passwords on a
 central server, which can be retrieved by other applications.
 .
 A common use-case for this package is integration with a Puppet Server, which
 is provided by the trocla-puppetserver package.

Package: trocla-puppetserver
Architecture: any
Multi-arch: same
Depends:
 puppetserver,
 ${puppetserverRubyDepends},
 ${misc:Depends},
Enhances:
 puppetserver,
Description: password store for password creation and retrieval (puppetserver integration)
 Trocla provides you a simple way to create and store (random) passwords on a
 central server, which can be retrieved by other applications.
 .
 This package provides integration into a Puppet Server installation.