File: rules

package info (click to toggle)
golang-github-antonmedv-expr 1.8.9-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 4,524 kB
  • sloc: makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 280 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := cmd/exe vm/generate

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

override_dh_fixperms:
	dh_fixperms
	chmod a-x debian/golang-github-antonmedv-expr-dev/usr/share/gocode/src/github.com/antonmedv/expr/file/*