File: rules

package info (click to toggle)
dav1d 1.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,380 kB
  • sloc: asm: 241,737; ansic: 43,414; sh: 172; makefile: 8
file content (17 lines) | stat: -rwxr-xr-x 335 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

CONFIG_ARGS:=	--buildtype="release"

override_dh_auto_configure:
	dh_auto_configure -- ${CONFIG_ARGS}

override_dh_auto_test:
	# Since 0.7.1, test timeout on armel
	# https://bugs.debian.org/964249
	# So, increase test timeout values
	dh_auto_test -- -t 10