]> git.proxmox.com Git - swtpm.git/blame - debian/control
d/control: Proxmox maintains this package for Proxmox projects
[swtpm.git] / debian / control
CommitLineData
dcbb1181 1Source: swtpm
a2fc2f93 2Maintainer: Proxmox Support Team <support@proxmox.com>
dcbb1181
SB
3Section: misc
4Priority: optional
4eb47cb0
NC
5Standards-Version: 4.5.1
6Rules-Requires-Root: no
7Build-Depends: debhelper (>= 10),
3d2747a1 8 dh-apparmor,
4eb47cb0
NC
9 expect,
10 gawk,
11 gnutls-bin,
12 gnutls-dev,
13 libfuse-dev,
14 libglib2.0-dev,
4eb47cb0
NC
15 libjson-glib-dev,
16 libseccomp-dev,
17 libssl-dev,
18 libtasn1-dev,
19 libtool,
20 libtpms-dev,
21 net-tools,
4eb47cb0
NC
22 socat,
23 softhsm2
dcbb1181
SB
24
25Package: swtpm
26Architecture: any
194bfc66 27Depends: swtpm-libs (= ${binary:Version}),
4eb47cb0
NC
28 ${misc:Depends},
29 ${shlibs:Depends}
dcbb1181
SB
30Description: Libtpms-based TPM emulator
31 The swtpm package provides TPM emulators that listen for TPM commands
32 on sockets, character devices, or CUSE devices.
33
dcbb1181 34Package: swtpm-dev
a530ec8a 35Architecture: any
194bfc66 36Depends: ${misc:Depends}
dcbb1181
SB
37Description: Include files for the TPM emulator's CUSE interface
38 The swtpm-dev package provides include files for developing clients
39 controlling the CUSE TPM through ioctls.
40
4eb47cb0
NC
41Package: swtpm-libs
42Architecture: any
43Multi-Arch: same
44Pre-Depends: ${misc:Pre-Depends}
45Depends: libglib2.0-0,
46 libtpms0,
47 openssl,
48 ${misc:Depends},
49 ${shlibs:Depends}
50Description: Common libraries for TPM emulators
51 The swtpm-libs package provides the shared libraries for the swtpm
52 and swtpm-cuse packages.
53
dcbb1181
SB
54Package: swtpm-tools
55Architecture: any
56Description: Tools for the TPM emulator
57 The swtpm-tools package contains the following types of tools:
58 - swtpm_bios: Tool for initializing the TPM
59 - swtpm_ioctl: Tool for controlling the CUSE TPM
60 - swtpm_setup: Tool for creating the initial state of the TPM; this
61 tool basically simulates TPM manufacturing where certificates are
62 written into the NVRAM of the TPM
63 - swtpm_cert: Creation of certificates for the TPM (x509)
4eb47cb0
NC
64Depends: gnutls-bin,
65 swtpm (= ${binary:Version}),
4eb47cb0
NC
66 ${misc:Depends},
67 ${shlibs:Depends}
088a8ca4 68Suggests: trousers (>= 0.3.9)