File: rules

package info (click to toggle)
golang-logrus 0.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch, stretch-backports
  • size: 268 kB
  • sloc: sh: 41; makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 224 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

# we don't want /usr/bin/basic
# and tests fail in formatters/logstash
export DH_GOLANG_EXCLUDES := \
	examples/basic \
	examples/hook \
	formatters/logstash

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