From b2c9c793ad2e6f979630e8648413b03632801bad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 18 May 2020 13:08:23 +0200 Subject: [PATCH] debcargo.toml: add missing doc build-dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit and mark them accordingly. Signed-off-by: Fabian Grünbichler --- debian/debcargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/debian/debcargo.toml b/debian/debcargo.toml index afd4f160..619dbd0d 100644 --- a/debian/debcargo.toml +++ b/debian/debcargo.toml @@ -15,7 +15,18 @@ build_depends = [ "debhelper (>= 12~)", "bash-completion", "python3-docutils", + "python3-pygments", "rsync", + "fonts-dejavu-core ", + "fonts-lato ", + "fonts-open-sans ", + "graphviz ", + "latexmk ", + "python3-sphinx ", + "texlive-fonts-extra ", + "texlive-fonts-recommended ", + "texlive-xetex ", + "xindy ", ] build_depends_excludes = [ "debhelper (>=11)",