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