#!/usr/bin/make -f

export DH_VERBOSE=1

package = ibmtss
version = 2.4.1

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --disable-tpm-1.2

##
# tests can't be run without the ibmswtpm2 which is not currently
# packaged by debian
##
override_dh_auto_test:

override_dh_install:
	find debian/tmp \( -name '*.la' -o -name '*.a' \) -delete
	dh_install
