File: rules

package info (click to toggle)
golang-github-yuin-goldmark 1.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports
  • size: 1,548 kB
  • sloc: ansic: 76; makefile: 50
file content (11 lines) | stat: -rwxr-xr-x 291 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := _benchmark
export DH_GOLANG_INSTALL_EXTRA := _test extension/_test

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

# Skip performance tests as they may timeout on some Debian CI servers
override_dh_auto_test:
	dh_auto_test -- -short