File: rules

package info (click to toggle)
golang-github-tjfoc-gmsm 1.3.0%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, forky, sid, trixie
  • size: 364 kB
  • sloc: makefile: 7
file content (10 lines) | stat: -rwxr-xr-x 216 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

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

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	dh_auto_test
	find -type f \( -name '*.pem' -or -name 'ofile' \) -delete
endif