From: Mark Wooding Date: Sat, 24 Aug 2019 20:58:59 +0000 (+0100) Subject: debian/: Fix build-dependencies for building the manual. X-Git-Url: https://git.distorted.org.uk/~mdw/sod/commitdiff_plain/d27fd5f3469dc5e39711b8a2d94568b8a9741e5e debian/: Fix build-dependencies for building the manual. --- diff --git a/debian/control b/debian/control index 98c3d84..6067403 100644 --- a/debian/control +++ b/debian/control @@ -3,6 +3,8 @@ Section: devel Priority: extra Maintainer: Mark Wooding Build-Depends: debhelper (>= 8), cl-launch, sbcl | clisp, cl-asdf, cl-xlunit +Build-Depends-Indep: texlive-base, texlive-latex-base, texlive-latex-extra, + texlive-fonts-recommended, texlive-pictures, strayman, mdwtools, mdwfonts Standards-Version: 3.1.1 Package: libsod diff --git a/debian/rules b/debian/rules index db3d030..005d451 100755 --- a/debian/rules +++ b/debian/rules @@ -9,6 +9,7 @@ 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.)