File: rules

package info (click to toggle)
golint 0.0%2Bgit20200130.910be7a-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 300 kB
  • sloc: lisp: 22; makefile: 5
file content (10 lines) | stat: -rwxr-xr-x 208 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

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

override_dh_auto_install:
	dh_auto_install -- --no-source

# Don't run dh_dwz, which does not work on Go binaries (for now).
override_dh_dwz: