From 84bb49ce2acf76de0faa8da1fb9c58e2b84dabdf Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Thu, 3 May 2018 11:33:36 +0100 Subject: [PATCH 1/2] 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] From 45fc53ad5acd443bb0948378de807e1d1a8b6542 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Sat, 30 May 2020 16:02:49 +0100 Subject: [PATCH 2/2] bindep: Use dpkg instead of ubuntu classifier This allows us to target Debian too. Signed-off-by: Stephen Finucane --- bindep.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bindep.txt b/bindep.txt index 088e889c3..dfee52c28 100644 --- a/bindep.txt +++ b/bindep.txt @@ -14,8 +14,8 @@ 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] +texlive-latex-recommended [platform:dpkg] +texlive-fonts-recommended [platform:dpkg] +texlive-latex-extra [platform:dpkg] +texlive-luatex [platform:dpkg] +latexmk [platform:dpkg]