#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow

%:
	dh $@ --with autoreconf

override_dh_shlibdeps:
	dh_shlibdeps
	dh_girepository

override_dh_auto_configure:
	dh_auto_configure -- --enable-gtk-doc
