File: rules

package info (click to toggle)
golang-github-jacobsa-oglematchers 0.0~git20150320-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 568 kB
  • ctags: 493
  • sloc: makefile: 4
file content (12 lines) | stat: -rwxr-xr-x 386 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DH_GOPKG := github.com/jacobsa/oglematchers

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

override_dh_auto_test:
	# TODO(stapelberg): tests are disabled because they require ogletest,
	# which in turn requires oglematchers. In the future, maybe use
	# https://wiki.debian.org/DebianBootstrap, so that we can solve this
	# problem by doing two-staged builds.