#!/usr/bin/make -f

include /usr/share/dpkg/default.mk

%:
	dh $@

# Ensure that we pick generic BLAS and LAPACK
override_dh_auto_configure:
	dh_auto_configure -- -DBLA_PREFER_PKGCONFIG=TRUE

# Put Doxygen-generated documentation into a directory whose last component is
# “html”, since dh_installdocs cannot do it
execute_before_dh_installdocs:
	mv debian/tmp/usr/share/doc/qrupdate-ng/ debian/tmp/usr/share/doc/html/
