File: rules

package info (click to toggle)
email-reminder 1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 596 kB
  • sloc: python: 720; sh: 99; makefile: 91; xml: 33
file content (15 lines) | stat: -rwxr-xr-x 296 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
# -*- makefile -*-

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export GO111MODULE=on

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

override_dh_installdeb:
	dh_installsysusers
	dh_installdeb

override_dh_dwz:
	# Go binaries have compressed debug sections that dwz cannot handle