File: rules

package info (click to toggle)
simple-obfs 0.0.5-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 728 kB
  • sloc: ansic: 6,534; makefile: 93; sh: 62
file content (18 lines) | stat: -rwxr-xr-x 386 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
#export DH_VERBOSE = 1

# Security Hardening
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

override_dh_auto_configure:
	# Whether to have stack-protector is decided by dpkg-buildflags.
	# So --disable-ssp here should be safe.
	# See Bug in parent project: #829498
	dh_auto_configure -- \
		--disable-ssp

%:
	dh $@

override_dh_missing:
	dh_missing --fail-missing