X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/fddbedf7b1b4b19add30eeb62281748cc77e6955..5fcc98348b560f1e40261044d59048d2c4ff016f:/debian/rules diff --git a/debian/rules b/debian/rules index 0f04977..5a407ca 100755 --- a/debian/rules +++ b/debian/rules @@ -11,6 +11,9 @@ override_dh_auto_clean: rm -rf debian/build/cache rm -f doc/*.pdf +## Check that the shared-library symbols are plausible. +override_dh_makeshlibs:; dh_makeshlibs -- -c4 + ## Don't strip the main executable. (It doesn't work, and you get left with ## a bare SBCL.) override_dh_strip:; dh_strip -Xusr/bin/sod