#!/usr/bin/make -f

%:
	dh $@ --builddirectory=debian/_build --buildsystem=golang

override_dh_auto_test:
	@echo "TestParseRFC3339TimeUTC is skipped"
	@echo "because the input value in the test"
	@echo "is "2020-06-09T18:53:52+99:00" with UTC+99"
	@echo "which is not valid"
	dh_auto_test -- -skip='TestParseRFC3339TimeUTC'
