#!/usr/bin/make -f

export GEM2DEB_TEST_RUNNER = --check-dependencies
export CONFIGURE_ARGS=--with-xpm --with-jpeg --with-freetype --with-ttf --enable-gd2_0

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