File: rules

package info (click to toggle)
gitbrute 0~15-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 84 kB
  • sloc: sh: 12; makefile: 6
file content (13 lines) | stat: -rwxr-xr-x 349 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

override_dh_auto_build:
	HOME="$$(pwd)" GO111MODULE=auto go build -o gitbrute

override_dh_dwz:
	# With golang-go, the following issue will appear if to use dh-dwz
	# Found compressed .debug_abbrev section, not attempting dwz compression
	# Skip dh_dwz to solve the issue