File: rules

package info (click to toggle)
golang-github-twin-gocache 2.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 196 kB
  • sloc: makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 190 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

include /usr/share/dpkg/architecture.mk

%:
	dh ${@} --builddirectory=_build --buildsystem=golang

ifeq ($(DEB_HOST_ARCH), i386)
override_dh_auto_test:
	# disabled
endif