X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/67d1c5d2aeeac93be33f9e49671741944ecf1968..d27fd5f3469dc5e39711b8a2d94568b8a9741e5e:/debian/rules diff --git a/debian/rules b/debian/rules index b6d10e5..005d451 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,16 @@ #! /usr/bin/make -f %:; dh $@ --parallel -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/'. +## Set an explicit cache directory for it, and clear away the FASL cache +## directory on clean. +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 + ## 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