File: rules

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

export DH_GOLANG_EXCLUDES := keyboard_test.go

override_dh_auto_test:
	# There is a dependency loop between atomicgo.dev/keyboard
	# and github.com/MarvinJWendt/testza. Since testza is only
	# used for testing, we can skip them for now and reenable
	# later.

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