File: rules

package info (click to toggle)
golang-github-jacobsa-crypto 0.0~git20190317.9f44e2d%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,916 kB
  • sloc: ansic: 33; makefile: 7; sh: 6
file content (11 lines) | stat: -rwxr-xr-x 319 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

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

override_dh_auto_build:
	# the aes_locl.h file in this directory is OpenSSL licensed
	rm -rf obj-*/src/github.com/jacobsa/crypto/testing/gencases
	dh_auto_build
	cp -r testing/cases obj-*/src/github.com/jacobsa/crypto/testing/
	rm -f obj-*/bin/gencases