#!/usr/bin/make -f

export GEM2DEB_TEST_RUNNER = --check-dependencies
# Disable tests that require 'x25519'.
# Unfortunately this also disables 'ed25519' tests.
export NET_SSH_NO_ED25519 = 1

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