#! /usr/bin/make -f

%:
	dh $@ --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --without-amiramesh --without-x --without-hdf5

override_dh_auto_test:
	# Tests skipped. They need files not included in the repository.

override_dh_strip:
	dh_strip --dbg-package=libpsurface-dbg
