File: rules

package info (click to toggle)
golang-github-mmcdole-gofeed 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, bullseye-backports
  • size: 4,380 kB
  • sloc: xml: 2,733; makefile: 3
file content (8 lines) | stat: -rwxr-xr-x 236 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

# The library is building an executable to test it
# remove it since we are only interested in the library
export DH_GOLANG_EXCLUDES := cmd/ftest

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