aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2019-12-09 08:38:35 +0100
committerOliver Smith <osmith@sysmocom.de>2019-12-09 08:38:35 +0100
commitacc127c02298812bf3b933db27914c139e111113 (patch)
treec31afa0b32d7dc538f4a8f5a4814b49222fb0833
parent0999d4179475ce31192036a98cad4622451efb2c (diff)
debian/check-depends.sh: add inkscape to depends
-rwxr-xr-xcheck-depends.sh1
-rw-r--r--debian/control2
2 files changed, 3 insertions, 0 deletions
diff --git a/check-depends.sh b/check-depends.sh
index c841086..f072fd8 100755
--- a/check-depends.sh
+++ b/check-depends.sh
@@ -15,5 +15,6 @@ check_dep_bin asciidoc asciidoc
check_dep_bin dblatex dblatex
check_dep_bin packetdiag3 python3-nwdiag
check_dep_bin dot graphviz
+check_dep_bin inkscape inkscape
echo "All dependencies installed!"
diff --git a/debian/control b/debian/control
index fa44525..bf46840 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Build-Depends: autotools-dev,
dblatex,
docbook5-xml,
graphviz,
+ inkscape,
libxml2-utils,
mscgen,
python3-nwdiag,
@@ -27,6 +28,7 @@ Depends: ${misc:Depends},
dblatex,
docbook5-xml,
graphviz,
+ inkscape,
libxml2-utils,
mscgen,
python3-nwdiag,