File: rules

package info (click to toggle)
golang-github-gabriel-vasile-mimetype 1.4.10%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 516 kB
  • sloc: makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 301 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
export DH_GOLANG_INSTALL_EXTRA := supported_mimes.md

# Ubuntu mangles png files by default, which can break the testdata.
export NO_PNG_PKG_MANGLE := 1

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

override_dh_strip_nondeterminism:
	dh_strip_nondeterminism -Xjar_in_zip