File: rules

package info (click to toggle)
golang-github-cznic-ql 1.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 2,408 kB
  • ctags: 1,922
  • sloc: yacc: 2,667; lex: 456; makefile: 111
file content (17 lines) | stat: -rwxr-xr-x 310 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

export GOMAXPROCS=2
GOPKG=github.com/cznic/ql

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

override_dh_auto_test:
	-dh_auto_test

override_dh_auto_install:
	dh_auto_install --destdir=debian/tmp

override_dh_install:
	dh_install -XLICENSE -XCONTRIBUTORS -XAUTHORS