File: rules

package info (click to toggle)
golang-github-jaytaylor-html2text 0.0~git20211013.90c08c5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 128 kB
  • sloc: makefile: 6
file content (12 lines) | stat: -rwxr-xr-x 321 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

# We do not want to build the example binary
export DH_GOLANG_EXCLUDES := cmd

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

# TODO: Submit a PR upstream!
override_dh_fixperms:
	dh_fixperms
	chmod -x debian/golang-github-jaytaylor-html2text-dev/usr/share/gocode/src/jaytaylor.com/html2text/testdata/*