2 DH_OPTIONS = --parallel --without=autoreconf -Bdebian/build
3 %:; dh $@ $(DH_OPTIONS)
5 ## Test both with and without CPU-specific optimizations.
7 dh_auto_test $(addprefix -O, $(DH_OPTIONS))
8 CATACOMB_CPUFEAT="-*" dh_auto_test $(addprefix -O, $(DH_OPTIONS))
10 ## Check that the shared-library symbols are plausible.
11 override_dh_makeshlibs: