#!/usr/bin/make -f

%:
	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_install:
	dh_install -X.la

override_dh_makeshlibs:

override_dh_strip:
	dh_strip -pgrilo-plugins-0.2-base --dbg-package=grilo-plugins-0.2-base-dbg
	dh_strip -pgrilo-plugins-0.2-extra --dbg-package=grilo-plugins-0.2-extra-dbg
