File: rules

package info (click to toggle)
golang-github-ruudk-golang-pdf417 0.0~git20181029.1af4ab5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 160 kB
  • sloc: makefile: 3
file content (7 lines) | stat: -rwxr-xr-x 229 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/make -f

# Exclude examples because it creates circular dependency with golang-github-jung-kurt-gofpdf
export DH_GOLANG_EXCLUDES := github.com/ruudk/golang-pdf417/examples

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