File: rules

package info (click to toggle)
tack 1.08-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 1,104 kB
  • sloc: ansic: 10,479; sh: 3,101; makefile: 205
file content (18 lines) | stat: -rwxr-xr-x 384 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 DEB_BUILD_MAINT_OPTIONS = hardening=+all

# Make sure we aren't missing any symbols
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs

%:
	dh ${@}

override_dh_autoreconf:
	dh_autoreconf autoreconf-dickey -- -f -i

override_dh_auto_configure:
	dh_auto_configure -- --enable-warnings --disable-rpath-hack

override_dh_installchangelogs:
	dh_installchangelogs -k