#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
		--enable-gtk-doc \
		--with-regex-library=pcre \
		--with-decimal=gmp \
		--with-uuid-library=libuuid \
		--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)

override_dh_strip:
	dh_strip --dbgsym-migration='librasqal3-dbg (<< 0.9.33-0.3~)'
