blob: be292e42f24b8117c0a2803d6812473822765bca (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/usr/bin/make -f
include /usr/share/dpkg/architecture.mk
%:
dh $@ --with autoreconf
override_dh_auto_configure:
dh_auto_configure -- --with-openssl --with-tpm2
override_dh_usrlocal:
|