File: rules

package info (click to toggle)
golang-github-getsentry-sentry-go 0.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 764 kB
  • sloc: sh: 19; makefile: 4
file content (11 lines) | stat: -rwxr-xr-x 376 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

# the dependencies of these modules have not yet been packaged for Debian
export DH_GOLANG_EXCLUDES := ^github\.com/getsentry/sentry-go/(example/.+|fasthttp_|gin_|iris|martini|negroni)$$

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

# some tests depend on modules that have not yet been packaged for Debian
override_dh_auto_test: