summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-09-15 08:15:53 +0300
committerLars Wirzenius <liw@liw.fi>2020-09-15 08:15:53 +0300
commitec49f155046aaae743bc41fe1ed68fde3d03fa54 (patch)
tree834c767a2ea9f57a6f088b749bfe5e98abe3142d /debian
parent5af231e686849eb05115cd627f935ac674321dad (diff)
downloadsubplot-ec49f155046aaae743bc41fe1ed68fde3d03fa54.tar.gz
build(debian): drop plantuml, pandoc-citeproc, graphviz to suggests
Make the plantuml, pandoc-citeproc, graphviz, and librsvg2-bin packages be suggestions rather than runtime dependencies for the Debian package.
Diffstat (limited to 'debian')
-rw-r--r--debian/control13
1 files changed, 6 insertions, 7 deletions
diff --git a/debian/control b/debian/control
index bede65a..016cf6c 100644
--- a/debian/control
+++ b/debian/control
@@ -10,15 +10,14 @@ Homepage: https://subplot.liw.fi
Package: subplot
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends},
- pandoc,
- pandoc-citeproc,
- librsvg2-bin,
- graphviz,
- plantuml
+Depends: ${misc:Depends}, ${shlibs:Depends}, pandoc
+Recommends: librsvg2-bin,
+ graphviz
Suggests: texlive-latex-base,
texlive-latex-recommended,
- texlive-fonts-recommended
+ texlive-fonts-recommended,
+ pandoc-citeproc,
+ plantuml
Built-Using: ${cargo:Built-Using}
Description: automatic tool for acceptance testing
Capture and communicate acceptance criteria for software and systems,