File: rules

package info (click to toggle)
andi 0.14-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 996 kB
  • sloc: ansic: 2,296; sh: 426; cpp: 99; makefile: 76; awk: 51
file content (15 lines) | stat: -rwxr-xr-x 458 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

# DH_VERBOSE := 1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

# andi comes with unit tests. Unfortunately, because of their random
# nature, they occasionally fail. That is a problem for reproducibility
# and CI. Thus we pass a fixed seed at compile time, so that all builds
# test the same sequences and still detect severe breakage.
override_dh_auto_configure:
	dh_auto_configure -- --enable-unit-tests --with-seed=123