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.