File: rules

package info (click to toggle)
golang-rsc-pdf 0.1.0%2Bgit20180525.c47d69c-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 344 kB
  • sloc: makefile: 3
file content (8 lines) | stat: -rwxr-xr-x 195 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

# We want to build only the library packages themselves, not the accompanying
# binaries.
export DH_GOLANG_EXCLUDES := pdfpasswd

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