#!/usr/bin/make -f
export DH_GOLANG_INSTALL_EXTRA := supported_mimes.md

# Ubuntu mangles png files by default, which can break the testdata.
export NO_PNG_PKG_MANGLE := 1

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

override_dh_strip_nondeterminism:
	dh_strip_nondeterminism -Xjar_in_zip
