File: rules

package info (click to toggle)
golang-github-muesli-gitcha 0.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 112 kB
  • sloc: makefile: 5
file content (11 lines) | stat: -rwxr-xr-x 306 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export DH_GOLANG_INSTALL_EXTRA := README.md

# Just in case, prevent TestFindFiles and TestFindFirstFile from finding
# .pc/0001-Skip-TestGitRepoForPath.patch/gitcha_test.go and failing
execute_before_dh_auto_test:
	$(RM) -rf .pc

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