X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/aef6942f4a28e2d422fc33709a08116f51406fd1..8f2287ef5c05d496fcb9b012629af007fe56f897:/debian/rules diff --git a/debian/rules b/debian/rules index b2000747..3fb55def 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,12 @@ #! /usr/bin/make -f -DH_OPTIONS = -Bdebian/build -%:; dh $@ --without autoreconf $(DH_OPTIONS) +DH_OPTIONS = --parallel --without=autoreconf -Bdebian/build +%:; dh $@ $(DH_OPTIONS) ## Test both with and without CPU-specific optimizations. override_dh_auto_test: - dh_auto_test $(DH_OPTIONS) - CATACOMB_CPUFEAT="-*" dh_auto_test $(DH_OPTIONS) + dh_auto_test $(addprefix -O, $(DH_OPTIONS)) + CATACOMB_CPUFEAT="-*" dh_auto_test $(addprefix -O, $(DH_OPTIONS)) + +## Check that the shared-library symbols are plausible. +override_dh_makeshlibs: + dh_makeshlibs -- -c4