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: tpm2-abrmd
Section: net
Priority: optional
Maintainer: SZ Lin (林上智) <szlin@debian.org>
Uploaders: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Build-Depends: autoconf,
autoconf-archive,
automake,
dbus <!nocheck>,
debhelper-compat (= 13),
libcmocka-dev,
libdbus-1-dev,
libglib2.0-dev,
libp11-kit-dev,
libtool,
libtss2-dev,
pkg-config
Standards-Version: 4.5.0
Rules-Requires-Root: binary-targets
Homepage: https://github.com/intel/tpm2-abrmd
Vcs-Git: https://salsa.debian.org/debian/tpm2-abrmd.git
Vcs-Browser: https://salsa.debian.org/debian/tpm2-abrmd
Package: libtss2-tcti-tabrmd0
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: same
Description: TPM2 Access Broker & Resource Management - shared libraries
It is intended for use with the SAPI library (libsapi) like any other TCTI.
The initialization function for this library is hard coded to connect to the
tabrmd on the system bus as this is the most common configuration.
.
This package contains the required shared libraries.
Package: libtss2-tcti-tabrmd-dev
Section: libdevel
Architecture: any
Depends: libtss2-tcti-tabrmd0 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: TPM2 Access Broker & Resource Management - static libraries and headers
It is intended for use with the SAPI library (libsapi) like any other TCTI.
The initialization function for this library is hard coded to connect to the
tabrmd on the system bus as this is the most common configuration.
.
This package contains the required static libraries, headers.
Package: tpm2-abrmd
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: TPM2 Access Broker & Resource Management Daemon
This is a system daemon implementing the TPM2 access broker (TAB) &
Resource Manager (RM) spec from the TCG. The daemon (tpm2-abrmd) is
implemented using Glib and the GObject system.
|