File: rules

package info (click to toggle)
golang-gopkg-readline.v1 1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 292 kB
  • sloc: makefile: 4
file content (11 lines) | stat: -rwxr-xr-x 256 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

# Exclude examples
export DH_GOLANG_EXCLUDES := example/*

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

# Skip test to avoid additional dependencies only for testing
# TODO: Exclude complete_segment_test.go only
override_dh_auto_test: