File: rules

package info (click to toggle)
golang-github-mozilla-scribe 0.0~git20220110.3fd4271-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 320 kB
  • sloc: makefile: 33
file content (11 lines) | stat: -rwxr-xr-x 292 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

# Include files for testing
export DH_GOLANG_INSTALL_EXTRA := test

# Do not include the programs for now.
# It does not seem they are needed currently.
export DH_GOLANG_EXCLUDES := scribecmd scribevulnpolicy

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