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

export DH_RUBY_IGNORE_TESTS = require-rubygems

%:
	dh $@ --buildsystem=ruby --with ruby --with bash_completion

override_dh_auto_test:
	dh_auto_test
	! grep -rl 'require_relative ".*lib.vagrant' plugins/
