debian/: Fix build-dependencies for building the manual.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 24 Aug 2019 20:58:59 +0000 (21:58 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 31 Aug 2019 02:06:33 +0000 (03:06 +0100)
debian/control
debian/rules

index 98c3d84..6067403 100644 (file)
@@ -3,6 +3,8 @@ Section: devel
 Priority: extra
 Maintainer: Mark Wooding <mdw@distorted.org.uk>
 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
index db3d030..005d451 100755 (executable)
@@ -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.)