File: rules

package info (click to toggle)
stoken 0.92-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 1,996 kB
  • sloc: ansic: 4,689; sh: 4,256; java: 123; perl: 102; makefile: 102; xml: 33
file content (15 lines) | stat: -rwxr-xr-x 316 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

# Build with all hardening options enabled
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

# Link with --as-needed to eliminate unused or indirect library dependencies
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

export V = 1

%:
	dh $@

override_dh_autoreconf:
	dh_autoreconf --as-needed