File: rules

package info (click to toggle)
libglvnd 1.7.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 7,476 kB
  • sloc: xml: 52,727; ansic: 49,924; python: 852; makefile: 752; cpp: 596; sh: 109
file content (19 lines) | stat: -rwxr-xr-x 396 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f
#
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs
export DPKG_GENSYMBOLS_CHECK_LEVEL = 4

export PYTHON=/usr/bin/python3

override_dh_auto_test:
	xvfb-run dh_auto_test

override_dh_bugfiles:
	dh_bugfiles -A

%:
	dh $@ --buildsystem=meson --without autoreconf