#!/usr/bin/make -f
# Uncomment to ignore all test failures (but the tests will run anyway)
# Ignore test failure to work around #966549
# This gem does not work with tails 6 but its only reverse dependency diaspora
# embeds rails 5
export DH_RUBY_IGNORE_TESTS=all
export GEM2DEB_TEST_RUNNER = --check-dependencies
export DH_RUBY = --gem-install

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

clean:
	dh clean --buildsystem=ruby --with ruby
	rm -rf test/tmp
