#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all reproducible=+fixfilepath

%:
	dh $@

execute_after_dh_installdocs:
	rm -rf debian/libqalculate-doc/usr/share/doc/libqalculate-dev/

execute_before_dh_auto_build:
	cd docs/reference && doxygen Doxyfile

# MX don't need no stinkin' dbgsyms
override_dh_strip:
	dh_strip --no-automatic-dbgsym
