File: rules

package info (click to toggle)
golang-github-linode-linodego 1.55.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,112 kB
  • sloc: makefile: 96; sh: 52; python: 24
file content (9 lines) | stat: -rwxr-xr-x 203 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

# k8s dependencies are not available in Debian
export DH_GOLANG_EXCLUDES := k8s test/integration

export DH_GOLANG_INSTALL_EXTRA := test/unit/fixtures

%:
	dh $@ --buildsystem=golang