debian: Update for Debhelper 10.
[catacomb] / debian / rules
CommitLineData
2ee993fe 1#! /usr/bin/make -f
aef6942f
MW
2DH_OPTIONS = -Bdebian/build
3%:; dh $@ --without autoreconf $(DH_OPTIONS)
e1dee130 4
3a1a6c35 5## Test both with and without CPU-specific optimizations.
e1dee130 6override_dh_auto_test:
f53c5113
MW
7 dh_auto_test $(DH_OPTIONS)
8 CATACOMB_CPUFEAT="-*" dh_auto_test $(DH_OPTIONS)