X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/3282e81a3a68a624deb06e7768671b1666458ddf..2b437182532c2e9c672c383beac8de29344e4963:/debian/rules diff --git a/debian/rules b/debian/rules index db3d030..5a407ca 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,5 @@ #! /usr/bin/make -f -%:; dh $@ --parallel -Bdebian/build +%:; dh $@ --parallel --without=autoreconf -Bdebian/build ## The `sbuild' tool sets a fake `home' directory which doesn't exist. This ## breaks ASDF, which wants to write FASL files into `~/.cache/common-lisp/'. @@ -9,6 +9,10 @@ export XDG_CACHE_HOME := $(shell pwd)/debian/build/cache override_dh_auto_clean: 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.)