From dfb63d819a0667f923a5298c46a0cd1a57c6c48f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 29 Feb 2020 09:48:38 +0200 Subject: Fix: Debian package runtime dependencies We must have pandoc, but LaTeX is only necessary when making a PDF, so it's a suggestion. --- debian/control | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/control b/debian/control index 28d0858..592e222 100644 --- a/debian/control +++ b/debian/control @@ -10,9 +10,14 @@ Homepage: https://subplot.liw.fi Package: subplot Architecture: any -Depends: - ${misc:Depends}, - ${shlibs:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends}, + pandoc, + pandoc-citeproc, + librsvg2-bin, + graphviz +Suggests: texlive-latex-base, + texlive-latex-recommended, + texlive-fonts-recommended Built-Using: ${cargo:Built-Using} Description: automatic tool for acceptance testing Capture and communicate acceptance criteria for software and systems, -- cgit v1.2.1