File: rules

package info (click to toggle)
golang-github-vishvananda-netns 0.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 140 kB
  • sloc: sh: 4; makefile: 3
file content (8 lines) | stat: -rwxr-xr-x 170 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f
# -*- makefile -*-

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

override_dh_auto_test:
	# tests require root privs, so we skip them in favor of DEP8