#!/usr/bin/make -f

%:
	dh $@ --with gir,python2,autoreconf --parallel

override_dh_auto_configure:
	dh_auto_configure -- \
		--enable-datahub \
		--enable-fts \
		--enable-telepathy

override_dh_strip:
	dh_strip -p libzeitgeist-2.0-0 --dbg-package=libzeitgeist-2.0-0-dbg
	dh_strip

override_dh_builddeb:
	dh_builddeb -- -Zxz

override_dh_install:
	dh_install -X".trig" -X".la" -X".pyc" -X".pyo" --fail-missing
