summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-02-29 09:48:38 +0200
committerLars Wirzenius <liw@liw.fi>2020-02-29 09:48:38 +0200
commitdfb63d819a0667f923a5298c46a0cd1a57c6c48f (patch)
tree806269231872fe20d15f27cd250f35a1112c8474 /debian
parentb18a0fdc98cf9a6593ace613ade8e13a57e47d26 (diff)
downloadsubplot-dfb63d819a0667f923a5298c46a0cd1a57c6c48f.tar.gz
Fix: Debian package runtime dependencies
We must have pandoc, but LaTeX is only necessary when making a PDF, so it's a suggestion.
Diffstat (limited to 'debian')
-rw-r--r--debian/control11
1 files changed, 8 insertions, 3 deletions
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,