File: rules

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

export DH_GOLANG_INSTALL_EXTRA := markdown.md.gotmpl markdown_tabular.md.gotmpl

%:
	dh $@ --builddirectory=debian/build --buildsystem=golang

override_dh_auto_test:
	# Tests are fuzzy due to differences between versions of
	# golang-github-cpuguy83-go-md2man-v2-dev in Debian and go.mod.
	dh_auto_test || true