#!/usr/bin/make -f

%:
	dh $@

# tRNAscan can't handle compressed fasta files
override_dh_compress:
	dh_compress -X .fa
