File: rules

package info (click to toggle)
golang-github-x-cray-logrus-prefixed-formatter 0.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 92 kB
  • sloc: makefile: 25
file content (15 lines) | stat: -rwxr-xr-x 446 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DH_GOPKG := github.com/x-cray/logrus-prefixed-formatter
export DH_GOLANG_INSTALL_ALL := 1
export DH_GOLANG_EXCLUDES := examples

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

override_dh_auto_test:
	@echo "Tests are disabled for now"

override_dh_install:
	dh_install
	rm -f $(CURDIR)/debian/golang-github-x-cray-logrus-prefixed-formatter-dev/usr/share/gocode/src/github.com/x-cray/logrus-prefixed-formatter/.gitignore