mirror of
https://github.com/stefanberger/libtpms
synced 2026-01-06 18:17:49 +00:00
Fix the lintian complaint about wrong package name for the shared library. Thanks to alex@strugee.net for pointing this out in PR#22. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
23 lines
632 B
Plaintext
23 lines
632 B
Plaintext
Source: libtpms
|
|
Maintainer: Stefan Berger <stefanb@linux.vnet.ibm.com>
|
|
Section: libs
|
|
Priority: optional
|
|
Build-Depends: automake, autoconf, libtool, libssl-dev, sed,
|
|
make, coreutils, pkg-config, gawk, sed, bash, dh-exec
|
|
|
|
Package: libtpms0
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends: openssl,
|
|
${shlibs:Depends},
|
|
${misc:Pre-Depends}
|
|
Description: TPM emulation library
|
|
Libtpms is a library that provides TPM functionality.
|
|
|
|
Package: libtpms-dev
|
|
Architecture: all
|
|
Section: libdevel
|
|
Description: libtpms header files and man pages
|
|
The libtpms-dev package provides header files and man pages for the
|
|
functions provided by libtpms.
|