File: rules

package info (click to toggle)
parole 4.16.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,896 kB
  • sloc: ansic: 16,133; sh: 4,302; makefile: 709; xml: 40
file content (22 lines) | stat: -rwxr-xr-x 461 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f
include /usr/share/dpkg/architecture.mk

export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1
export DEB_LDFLAGS_MAINT_STRIP=-Wl,-Bsymbolic-functions
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

override_dh_autoreconf:
	mkdir -p m4
	dh_autoreconf

override_dh_makeshlibs:
	dh_makeshlibs -X usr/lib/$(DEB_HOST_MULTIARCH)/parole-0

override_dh_install:
	dh_install -X .la

override_dh_missing:
	dh_missing --fail-missing -X .la