File: rules

package info (click to toggle)
golang-github-xo-tblfmt 0.15.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,564 kB
  • sloc: makefile: 7
file content (13 lines) | stat: -rwxr-xr-x 277 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

# Build uses non-source code templates
export DH_GOLANG_INSTALL_EXTRA := templates

execute_before_dh_auto_configure:
	cp -av debian/vendor ./

execute_after_dh_clean:
	rm -rfv vendor/

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