#!/usr/bin/make -f

%:
	dh $@ -X.la

override_dh_auto_configure:
	dh_auto_configure -- \
	--disable-static

override_dh_auto_test:
ifeq (,$(filter-out amd64,$(DEB_HOST_ARCH_CPU)))
	dh_auto_test
endif
