#!/usr/bin/make -f

export DH_VERBOSE = 1
export GEM2DEB_TEST_RUNNER = --check-dependencies
# use gem command to install package to handle correctly the app and lib
# directories
export DH_RUBY = --gem-install


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

override_dh_auto_test:
