summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-04-05 18:41:19 +0300
committerLars Wirzenius <liw@liw.fi>2023-04-08 16:56:30 +0300
commit4b02fa7cf33d0394d46cdf659da74848a22a09c7 (patch)
tree189f08faaf1096a325752c05e14cd7637842de49 /debian
parentd93a400537020e134ea50bf6967cf9deed37abba (diff)
downloadsubplot-4b02fa7cf33d0394d46cdf659da74848a22a09c7.tar.gz
fix(debian/control): drop dependencies on Pandoc, TeXlive
Sponsored-by: author
Diffstat (limited to 'debian')
-rw-r--r--debian/control16
1 files changed, 5 insertions, 11 deletions
diff --git a/debian/control b/debian/control
index c44f536..3c5fe2d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,21 +3,15 @@ Maintainer: Lars Wirzenius <liw@liw.fi>
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, texlive-plain-generic, librsvg2-bin, graphviz,
- pandoc-citeproc, plantuml, daemonize, lmodern, procps
+Build-Depends: debhelper (>= 10~), dh-cargo, python3, python3-requests,
+ librsvg2-bin, graphviz, plantuml, daemonize, procps
Homepage: https://subplot.liw.fi
Package: subplot
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, pandoc, pandoc-citeproc, lmodern
-Recommends: librsvg2-bin,
- graphviz
-Suggests: texlive-latex-base,
- texlive-latex-recommended,
- texlive-fonts-recommended,
- texlive-plain-generic,
- plantuml
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Recommends: librsvg2-bin, graphviz
+Suggests: plantuml
Built-Using: ${cargo:Built-Using}
Description: automatic tool for acceptance testing
Capture and communicate acceptance criteria for software and systems,