#!/usr/bin/make -f

export DH_GOPKG := github.com/odeke-em/ripper

%:
	dh $@ --buildsystem=golang --with=golang

#override_dh_auto_install:
#	dh_auto_install -O--buildsystem=golang
#	rm -rf ${CURDIR}/debian/ripper/usr/bin

