File: control

package info (click to toggle)
custodia 0.6.0-5.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 880 kB
  • sloc: python: 6,074; makefile: 317; sh: 62
file content (55 lines) | stat: -rw-r--r-- 1,826 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
48
49
50
51
52
53
54
55
Source: custodia
Maintainer: Debian FreeIPA Team <pkg-freeipa-devel@alioth-lists.debian.net>
Uploaders: Timo Aaltonen <tjaalton@debian.org>
Section: admin
Priority: optional
Build-Depends:
 debhelper (>= 11),
 dh-python,
 pylint,
 python3-all (>= 2.6.6-3),
 python3-coverage,
 python3-flake8,
 python3-jwcrypto (>= 0.4.2),
 python3-pep8-naming,
 python3-pytest,
 python3-requests,
 python3-setuptools,
 python3-six,
 python3-systemd,
 tox,
Standards-Version: 4.4.0
Vcs-Git: https://salsa.debian.org/freeipa-team/custodia.git
Vcs-Browser: https://salsa.debian.org/freeipa-team/custodia
Homepage: https://github.com/latchset/custodia

Package: custodia
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
 adduser,
 python3-custodia,
 python3-jwcrypto (>= 0.4.2),
 python3-six,
Description: Modular and pluggable Secrets Manager
 Custodia allows one to serve retrieve, manage and store secrets for other
 applications. It is useful for distributed, stateless applications that use
 an image file base approach for instantiation like container based images.
 But it is alaso useful to manage distribution of key material across a
 multiple machines over a network.

Package: python3-custodia
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
 python3-cryptography,
 python3-jwcrypto (>= 0.4.2),
 python3-requests,
 python3-systemd,
Description: Python3 bindings to Custodia -- Modular and pluggable Secrets Manager
 Custodia allows one to serve retrieve, manage and store secrets for other
 applications. It is useful for distributed, stateless applications that use
 an image file base approach for instantiation like container based images.
 But it is alaso useful to manage distribution of key material across a
 multiple machines over a network.
 .
 This package includes the bindings for python3.