summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,