swtpm/debian/rules
Stefan Berger 9e8e018145 debian: Fix libtpms0 dependency and force gnutls availability
Libtpms is now libtpms0 as a dependency.
Gnutls is neede for swtpm_cert to create the certs. Force it to
be available.

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2019-01-28 17:03:26 -05:00

11 lines
172 B
Makefile
Executable File

#!/usr/bin/make -f
%:
dh $@ --parallel
override_dh_auto_configure:
NOCONFIGURE=1 ./autogen.sh
dh_auto_configure -- --with-openssl --with-gnutls
override_dh_usrlocal: