#!/usr/bin/make -f

export PYBUILD_NAME=vs-pyplugin

%:
	dh $@ -Spybuild

# Fails since 1.4.5
override_dh_auto_test:
