File: rules

package info (click to toggle)
golang-code.forgejo-f3-gof3 3.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,952 kB
  • sloc: sh: 100; makefile: 65
file content (9 lines) | stat: -rwxr-xr-x 251 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export DH_GOLANG_INSTALL_EXTRA := f3/file_format_testdata f3/schemas

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

execute_after_dh_auto_build:
	mv $(CURDIR)/debian/build/bin/main $(CURDIR)/debian/build/bin/f3-cli