X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/3a1a6c353881dca502bcd32026c5a566474c8354..1519ef6617fd7351bd40026b9eeb47c7f7f42234:/debian/rules diff --git a/debian/rules b/debian/rules index d93449af..3fb55def 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,12 @@ #! /usr/bin/make -f -%:; dh $@ --parallel -Bdebian/build +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 --parallel -Bdebian/build - CATACOMB_CPUFEAT="-*" dh_auto_test --parallel -Bdebian/build + 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