File: rules

package info (click to toggle)
golang-gopkg-tylerb-graceful.v1 1.2.15-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 176 kB
  • sloc: makefile: 4
file content (9 lines) | stat: -rwxr-xr-x 215 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

# Exclude unused manually-run test executable
export DH_GOLANG_EXCLUDES := tests
# Install test data
export DH_GOLANG_INSTALL_EXTRA := test-fixtures

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