#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --with autoreconf --parallel

override_dh_auto_configure:
	dh_auto_configure -- --disable-silent-rules

override_dh_auto_install:
	dh_auto_install --destdir=debian/tmp

override_dh_auto_test:

override_dh_makeshlibs:

override_dh_strip:
	dh_strip --ddeb-migration='grilo-plugins-0.2-dbg (<< 0.2.17-1~)'
