File: rules

package info (click to toggle)
golang-github-vishvananda-netns 0.0~git20170707.0.86bef33-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 100 kB
  • ctags: 42
  • sloc: makefile: 3; sh: 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