File: rules

package info (click to toggle)
andi 0.10-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 932 kB
  • sloc: ansic: 1,927; cpp: 382; sh: 122; makefile: 93; awk: 51
file content (15 lines) | stat: -rwxr-xr-x 476 bytes parent folder | download | duplicates (2)
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 $@ --with autoreconf

# 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