File: rules

package info (click to toggle)
golang-github-youpy-go-wav 0.3.0%2Bds-1.1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 104 kB
  • sloc: makefile: 6
file content (9 lines) | stat: -rwxr-xr-x 194 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DH_GOLANG_EXCLUDES := benchmark

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

override_dh_auto_test:
	echo "skip test"