#!/usr/bin/make -f
export DH_VERBOSE=1
export DEB_BUILD_OPTIONS += noautodbgsym

%:
	dh $@

override_dh_auto_clean:
	dh_auto_clean
	find $(CURDIR) -iname "*.o" -delete

override_dh_auto_install:
	dh_auto_install -- \
		INSTALL_DIR=/usr/lib/lv2
