File: rules

package info (click to toggle)
golang-github-a8m-tree 0.0~git20201026.fce18e2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 160 kB
  • sloc: sh: 23; makefile: 5
file content (10 lines) | stat: -rwxr-xr-x 263 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

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

# Do not build the actual tree command, we just need the
# programmatic part of the library.
override_dh_auto_configure:
	rm -rf cmd
	dh_auto_configure --buildsystem=golang