File: rules

package info (click to toggle)
gitbrute 0~15-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 84 kB
  • sloc: sh: 12; makefile: 6
file content (13 lines) | stat: -rwxr-xr-x 364 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 $@ --buildsystem=golang --with=golang

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

override_dh_auto_install:
	dh_auto_install -- --no-source