From 84bb49ce2acf76de0faa8da1fb9c58e2b84dabdf Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Thu, 3 May 2018 11:33:36 +0100 Subject: [PATCH] Extend bindep integration to Ubuntu This provides a way to bootstrap a system for development but currently only Fedora is supported. We should aim to integrate this into the CI someway but that's a job for another day. Signed-off-by: Stephen Finucane --- bindep.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bindep.txt b/bindep.txt index b99782017..088e889c3 100644 --- a/bindep.txt +++ b/bindep.txt @@ -13,3 +13,9 @@ texlive-anyfontsize [platform:rpm] texlive-ctablestack [platform:rpm] texlive-gnu-freefont [platform:rpm] latexmk [platform:rpm] + +texlive-latex-recommended [platform:ubuntu] +texlive-fonts-recommended [platform:ubuntu] +texlive-latex-extra [platform:ubuntu] +texlive-luatex [platform:ubuntu] +latexmk [platform:ubuntu]