File: rules

package info (click to toggle)
golang-github-boltdb-bolt 1.3.1-5
  • links: PTS, VCS
  • area: main
  • in suites: buster, experimental
  • size: 604 kB
  • sloc: makefile: 19
file content (13 lines) | stat: -rwxr-xr-x 232 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
# -*- makefile -*-

TMP     = $(CURDIR)/debian/$(PACKAGE)

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

override_dh_auto_install:
	dh_auto_install -- --no-binaries

override_dh_auto_test:
	dh_auto_test -- -short