#!/usr/bin/make -f

include /usr/share/dpkg/architecture.mk

export GEM2DEB_TEST_RUNNER = --check-dependencies

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

ifeq ($(DEB_HOST_ARCH),armhf)
override_dh_auto_test:
	# mysql-server is not available for armhf
	# Let's not test it differently with mariadb here
endif
