#!/usr/bin/make -f

export GEM2DEB_TEST_RUNNER = --check-dependencies

UPSTREAM_GIT = git://github.com/ruby-openstack/ruby-openstack.git
include /usr/share/openstack-pkg-tools/pkgos.make

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