File: rules

package info (click to toggle)
golang-github-getsentry-sentry-go 0.29.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,404 kB
  • sloc: makefile: 75; sh: 21
file content (11 lines) | stat: -rwxr-xr-x 374 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_|fiber|gin_|iris|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: