File: rules

package info (click to toggle)
composefs 1.0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,040 kB
  • sloc: ansic: 9,004; sh: 416; python: 225; makefile: 5
file content (12 lines) | stat: -rwxr-xr-x 360 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

# meson applies a default timeout of 30 seconds (unless overwritten to 300
# seconds for the check-random-fuse test), but runs all tests in parallel,
# which can lead to random timeouts depending on the load of the build machine
override_dh_auto_test:
	dh_auto_test --no-parallel