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

export DH_VERBOSE := 1
export DH_GOPKG := github.com/vishvananda/netlink

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

override_dh_auto_test:
	# tests require root privs, so we skip them
	# on top of that, a lot of them have cryptic failures ("operation not permitted")
