File: rules

package info (click to toggle)
golang-github-compose-spec-compose-go 2.4.8-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,628 kB
  • sloc: makefile: 36; sh: 8
file content (12 lines) | stat: -rwxr-xr-x 342 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

%:
	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