X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/91500ba6aa3433232eb5f5711e35521b7c184d05..refs/heads/mdw/cfd-subtree:/debian/rules diff --git a/debian/rules b/debian/rules index a7ae1b01..9c783b7e 100755 --- a/debian/rules +++ b/debian/rules @@ -4,5 +4,9 @@ DH_OPTIONS = --parallel -Bdebian/build ## 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