#!/usr/bin/make -f


%:
	dh $@ --with quilt

override_dh_auto_configure:
	dh_auto_configure -- \
	--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)/vapoursynth

override_dh_auto_install:
	dh_auto_install

	rm debian/vapoursynth-d2vsource/*/lib/$(DEB_HOST_MULTIARCH)/vapoursynth/*.la
