#!/usr/bin/make -f
# debian/rules for readseq
# Andreas Tille <tille@debian.org>, GPL

%:
	dh $@

override_dh_clean:
	dh_clean
	rm -f readseq

override_dh_auto_test:
	# Sorry, I'm too lazy for now to fix this test
	# Any help is welcome!!!

get-orig-source:
	. debian/get-orig-source
