File: rules

package info (click to toggle)
zimlib 6.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 33,780 kB
  • sloc: cpp: 8,822; ansic: 579; sh: 199; python: 188; makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 243 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

# Skip some extremely memory-intensive tests
export SKIP_BIG_MEMORY_TEST=1
%:
	dh $@ --buildsystem=meson

# Increase test timeout
override_dh_auto_test:
	dh_auto_test -- -t 3