diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 21:41:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 21:41:43 +0000 |
commit | ae9f484622ec96026c9e553da2b2c7d4d021073e (patch) | |
tree | 40b42c9f04a3798eaa26c0eed076bdd1269d13c6 /debian/rules | |
parent | Adding upstream version 0.9.2. (diff) | |
download | libtpms-debian.tar.xz libtpms-debian.zip |
Adding debian version 0.9.2-3.1.debian/0.9.2-3.1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..be292e4 --- /dev/null +++ b/debian/rules @@ -0,0 +1,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: |