File: rules

package info (click to toggle)
golang-github-bettercap-readline 1.4%2Bgit20210228.655e48b-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 304 kB
  • sloc: makefile: 6
file content (12 lines) | stat: -rwxr-xr-x 399 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := example

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

# "complete_segment_test.go" depends on the package "github.com/chzyer/test"
# which is not yet present in the debian archive, so it has been removed.
override_dh_auto_configure:
	dh_auto_configure
	rm -v _build/src/github.com/bettercap/readline/complete_segment_test.go