#! /usr/bin/make -f

export PYBUILD_NAME=sshpubkeys
%:
	dh $@ --with python3,python2 --buildsystem=pybuild

override_dh_auto_test:
	# No test shipped
