mirror of
https://github.com/stefanberger/libtpms
synced 2025-12-27 07:01:44 +00:00
We need to inform debhelper that it will be driving the action using autotools. edit `debian/control` field `Build-Depends`: add `autotools-dev` and `dh-autoreconf` edit `debian/rules`: * change the default target `%` to invoke `dh` with `autotools-dev` and `autoreconf` * remove from `override_dh_auto_configure` the invocation to `./autogen.sh` obsoleted by `dh-autoreconf`
34 lines
744 B
Plaintext
34 lines
744 B
Plaintext
Source: libtpms
|
|
Maintainer: Stefan Berger <stefanb@linux.vnet.ibm.com>
|
|
Section: libs
|
|
Priority: optional
|
|
Standards-Version: 3.9.7
|
|
Build-Depends:
|
|
autoconf,
|
|
automake,
|
|
autotools-dev,
|
|
debhelper (>= 9),
|
|
dh-autoreconf,
|
|
dh-exec,
|
|
gawk,
|
|
libssl-dev,
|
|
libtool
|
|
|
|
Package: libtpms0
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends: openssl,
|
|
${shlibs:Depends},
|
|
${misc:Pre-Depends},
|
|
${misc:Depends}
|
|
Description: TPM emulation library
|
|
Libtpms is a library that provides TPM functionality.
|
|
|
|
Package: libtpms-dev
|
|
Architecture: any
|
|
Section: libdevel
|
|
Depends: ${misc:Depends}, libtpms0 (= ${binary:Version})
|
|
Description: libtpms header files and man pages
|
|
The libtpms-dev package provides header files and man pages for the
|
|
functions provided by libtpms.
|