#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_test:
	GIT_AUTHOR_NAME="git-annex test" \
	GIT_COMMITTER_NAME="git-annex test" \
	dh_auto_test

# Not intended for use by anyone except the author.
announcedir:
	@echo ${HOME}/src/git-annex/doc/news
