]> git.proxmox.com Git - swtpm.git/blob - debian/control
debian/rpm: Adjust changelog for 0.8.0 release
[swtpm.git] / debian / control
1 Source: swtpm
2 Maintainer: Stefan Berger <stefanb@linux.vnet.ibm.com>
3 Section: misc
4 Priority: optional
5 Standards-Version: 4.5.1
6 Rules-Requires-Root: no
7 Build-Depends: debhelper (>= 10),
8 dh-apparmor,
9 expect,
10 gawk,
11 gnutls-bin,
12 gnutls-dev,
13 libfuse-dev,
14 libglib2.0-dev,
15 libjson-glib-dev,
16 libseccomp-dev,
17 libssl-dev,
18 libtasn1-dev,
19 libtool,
20 libtpms-dev,
21 net-tools,
22 socat,
23 softhsm2
24
25 Package: swtpm
26 Architecture: any
27 Depends: swtpm-libs (= ${binary:Version}),
28 ${misc:Depends},
29 ${shlibs:Depends}
30 Description: 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
34 Package: swtpm-dev
35 Architecture: any
36 Depends: ${misc:Depends}
37 Description: 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
41 Package: swtpm-libs
42 Architecture: any
43 Multi-Arch: same
44 Pre-Depends: ${misc:Pre-Depends}
45 Depends: libglib2.0-0,
46 libtpms0,
47 openssl,
48 ${misc:Depends},
49 ${shlibs:Depends}
50 Description: Common libraries for TPM emulators
51 The swtpm-libs package provides the shared libraries for the swtpm
52 and swtpm-cuse packages.
53
54 Package: swtpm-tools
55 Architecture: any
56 Description: 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)
64 Depends: gnutls-bin,
65 swtpm (= ${binary:Version}),
66 ${misc:Depends},
67 ${shlibs:Depends}
68 Suggests: trousers (>= 0.3.9)