File: rules

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

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

# Disable testing, because the tests assume that the working
# directory is a git clone of the repository. Therefore,
# the .git directory is missing and most tests will fail.
override_dh_auto_test: