File: rules

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

export DH_GOLANG_EXCLUDES := cmd/
export DH_GOLANG_INSTALL_EXTRA := go.mod

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

override_dh_auto_test:
	# These tests do not work in a chroot build environment without X
	dh_auto_test -O--buildsystem=golang || :