File: rules

package info (click to toggle)
golang-github-klauspost-compress 1.2.1-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,944 kB
  • sloc: asm: 741; cpp: 59; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 385 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DH_GOPKG := github.com/klauspost/compress

export DH_GOLANG_INSTALL_EXTRA := testdata \
                                  gzip/testdata \
                                  zip/testdata \
                                  snappy/testdata \
                                  flate/testdata

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