File: rules

package info (click to toggle)
golang-github-containerd-btrfs 0.0~git20201111.404b914-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 136 kB
  • sloc: ansic: 26; makefile: 16
file content (8 lines) | stat: -rwxr-xr-x 230 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

# Right now, cmd only provides a 'btrfs-test' binary.
# We want to ship only the library here, so we exclude this test.
export DH_GOLANG_EXCLUDES := cmd/btrfs-test

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