#!/usr/bin/make -f

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

override_dh_auto_test:
	@echo "Tests not working"
	# src/github.com/launchdarkly/eventsource/stream_reading_test.go:37:46: undefined: httphelpers.SSEHandlerWithEnvironmentID
	# FAIL    github.com/launchdarkly/eventsource [build failed]
	# ?       github.com/launchdarkly/eventsource/contract-tests      [no test files]
	# FAIL

override_dh_auto_install:
	dh_auto_install -- --no-binaries
