File: rules

package info (click to toggle)
golang-github-rluisr-mysqlrouter-go 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 264 kB
  • sloc: sh: 215; javascript: 15; makefile: 11
file content (10 lines) | stat: -rwxr-xr-x 246 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

# Exclude sample code from compilation and installation.
export DH_GOLANG_EXCLUDES := example test

# Testing relies on docker setup
override_dh_auto_test:

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