File: rules

package info (click to toggle)
golang-k8s-apiserver 0.33.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,660 kB
  • sloc: sh: 236; makefile: 5
file content (10 lines) | stat: -rwxr-xr-x 334 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

# NB: Very minimal set of packages, only those needed for dependent packages
# add more packages as needed, but be mindful of additional dependencies
export DH_GOLANG_BUILDPKG := \
  k8s.io/apiserver/pkg/server/httplog \
  k8s.io/apiserver/pkg/util/wsstream

%:
	dh $@ --builddirectory=_build --buildsystem=golang