File: rules

package info (click to toggle)
golang-github-compose-spec-compose-go 2.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,744 kB
  • sloc: makefile: 35
file content (12 lines) | stat: -rwxr-xr-x 357 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

# Additionally load files required by the testsuite.
export DH_GOLANG_INSTALL_EXTRA := schema loader dotenv/fixtures types/fixtures

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

override_dh_auto_install:
# Rename the binary to the correct name.
	mv -v debian/build/bin/cmd debian/build/bin/compose-spec
	dh_auto_install