File: rules

package info (click to toggle)
dbus-test-runner 19.04.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,316 kB
  • sloc: sh: 4,268; ansic: 3,632; makefile: 520; xml: 151
file content (26 lines) | stat: -rwxr-xr-x 541 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/usr/bin/make -f

export DPKG_GENSYMBOLS_CHECK_LEVEL=4

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

include /usr/share/dpkg/pkg-info.mk

LDFLAGS += -Wl,-z,defs -Wl,--as-needed

%:
	dh $@

override_dh_autoreconf:
	NOCONFIGURE=1 dh_autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --disable-scrollkeeper --libexecdir /usr/lib/$(DEB_HOST_MULTIARCH)/

override_dh_auto_test:
	VERBOSE=1 dh_auto_test

execute_before_dh_install:
	find debian/ -name \*.la -delete