#!/bin/bash

set -ex

dh_auto_configure -O--buildsystem=golang

DH_GOLANG_BUILDPKG=github.com/dennwc/btrfs \
	dh_auto_test -O--buildsystem=golang
