mirror of
https://github.com/stefanberger/libtpms
synced 2026-08-12 21:35:50 +00:00
Add debian build files to enable building of Debian package using for example debuild -b or dpkg-buildpackage -us -uc Extend the .gitignore. The debhelper checks show warnings and errors that will need to be addressed some other time. For some I don't know how to solve them at the moment. Signed-off-by: Stefan Berger <stefanb@linux.watson.ibm.com>
20 lines
515 B
Plaintext
20 lines
515 B
Plaintext
Source: libtpms
|
|
Maintainer: Stefan Berger <stefanb@linux.vnet.ibm.com>
|
|
Section: misc
|
|
Priority: optional
|
|
Build-Depends: automake, autoconf, libtool, libssl-dev, sed,
|
|
make, coreutils, pkg-config, gawk, sed, bash, dh-exec
|
|
|
|
Package: libtpms
|
|
Architecture: any
|
|
Depends: openssl,
|
|
${shlibs:Depends},
|
|
${misc:Pre-Depends}
|
|
Description: A library providing TPM functionality.
|
|
A library providing TPM functionality.
|
|
|
|
Package: libtpms-dev
|
|
Architecture: all
|
|
Section: libdevel
|
|
Description: libtpms header files and man pages
|