#!/usr/bin/make -f
# -*- makefile -*-

export GO111MODULE=on

%:
	dh $@ --with python3

override_dh_installdeb:
	dh_installsysusers
	dh_installdeb

override_dh_installsystemd:
	dh_installsystemd --no-start

override_dh_dwz:
	# Go binaries have compressed debug sections that dwz cannot handle
