From 4b02fa7cf33d0394d46cdf659da74848a22a09c7 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 5 Apr 2023 18:41:19 +0300 Subject: fix(debian/control): drop dependencies on Pandoc, TeXlive Sponsored-by: author --- debian/control | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'debian') 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 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, -- cgit v1.2.1