#!/usr/bin/make -f

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

# Disable tests for the moment. One failure
export DH_RUBY_IGNORE_TESTS=all

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