File: rules

package info (click to toggle)
golang-go-zfs 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, bookworm-proposed-updates, forky, sid, trixie
  • size: 212 kB
  • sloc: makefile: 17
file content (10 lines) | stat: -rwxr-xr-x 338 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

override_dh_auto_test:
	# upstream tests require ZFS (surprise!)
	# since this is non-trivial to get set up and working nicely, we'll let this stay conditional on whether the "zfs" tool is installed
	! command -v zfs > /dev/null || \
		dh_auto_test -O--buildsystem=golang

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