File: rules

package info (click to toggle)
golang-gopkg-godo.v2 2.0.9-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 396 kB
  • sloc: makefile: 13; sh: 1
file content (14 lines) | stat: -rwxr-xr-x 423 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

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

override_dh_auto_configure:
	dh_auto_configure
	rm -v _build/src/gopkg.in/godo.v2/project_test.go   \
              _build/src/gopkg.in/godo.v2/watch_test.go     \
              _build/src/gopkg.in/godo.v2/exec_test.go      \
              _build/src/gopkg.in/godo.v2/glob/glob_test.go

override_dh_auto_install:
	dh_auto_install -- --no-binaries