#!/usr/bin/make -f

%:
	dh $@ -Dsynfig-core -X.la -XChangeLog.old

override_dh_auto_configure:
	dh_auto_configure -- \
	--sysconfdir=/etc/synfig \
	--with-imagemagick \
	--without-included-ltdl \
	--with-opencl

#	exit 1

override_dh_compress:
	dh_compress --exclude=.sifz

override_dh_clean:
	dh_clean m4/host-cpu-c-abi.m4 m4/intlmacosx.m4 po/ChangeLog \
	po/Makevars.template po/Rules-quot po/boldquot.sed \
	po/en@boldquot.header po/en@quot.header po/insert-header.sin \
	po/quot.sed po/remove-potcdate.sin

override_dh_auto_test:
