File: rules

package info (click to toggle)
golang-github-pborman-uuid 0.0%2Bgit20150824.0.cccd189-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch, stretch-backports
  • size: 144 kB
  • sloc: makefile: 6
file content (13 lines) | stat: -rwxr-xr-x 229 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
# -*- makefile -*-

export DH_OPTIONS

export DH_GOPKG := github.com/pborman/uuid

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

override_dh_auto_test:
	## Continue on test failures, see #795520:
	-dh_auto_test