From cc1bf03392e60898b5346c48b0a363a564f1f984 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 9 Sep 2021 19:19:36 +0300 Subject: fix: depend on texlive-plain-generic for ulem.sty Sponsored-by: author --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/control b/debian/control index a2f43b4..c44f536 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Section: utils Priority: optional Standards-Version: 4.2.0 Build-Depends: debhelper (>= 10~), dh-cargo, python3, python3-requests, pandoc, texlive-latex-base, - texlive-latex-recommended, texlive-fonts-recommended, librsvg2-bin, graphviz, + texlive-latex-recommended, texlive-fonts-recommended, texlive-plain-generic, librsvg2-bin, graphviz, pandoc-citeproc, plantuml, daemonize, lmodern, procps Homepage: https://subplot.liw.fi @@ -16,6 +16,7 @@ Recommends: librsvg2-bin, Suggests: texlive-latex-base, texlive-latex-recommended, texlive-fonts-recommended, + texlive-plain-generic, plantuml Built-Using: ${cargo:Built-Using} Description: automatic tool for acceptance testing -- cgit v1.2.1