File: rules

package info (click to toggle)
golang-github-vishvananda-netns 0.0~git20211101.5004558-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, bookworm-proposed-updates, experimental, sid
  • size: 108 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