aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2019-05-21 13:29:43 +0200
committerOliver Smith <osmith@sysmocom.de>2019-05-21 14:31:14 +0200
commitf1d55d95743b4ed20ae581cbcfd476081f1931ce (patch)
treed1b98b4506ffd1a2920927f7c9c457d47c0d2bc8
parent92cf519c8df1c7827bc241e289b499f7b417165b (diff)
debian: more explicit dependencies for debian 8
Add dh-autoreconf to build dependencies, and libxml2-utils (provides xmllint) to dependencies. Both need to be explicitly installed on debian 8. Related: OS#3899 Change-Id: If929fca73e3a88567e144eb296e7fadd32904dd5
-rw-r--r--debian/control3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 9dc03cb..0f89d0a 100644
--- a/debian/control
+++ b/debian/control
@@ -3,6 +3,7 @@ Section: devel
Priority: optional
Maintainer: Oliver Smith <osmith@sysmocom.de>
Build-Depends: autotools-dev,
+ dh-autoreconf,
debhelper (>= 9),
pkg-config,
# All below also need to be in Depends
@@ -11,6 +12,7 @@ Build-Depends: autotools-dev,
dblatex,
docbook5-xml,
graphviz,
+ libxml2-utils,
mscgen,
python,
python-nwdiag,
@@ -27,6 +29,7 @@ Depends: ${misc:Depends},
dblatex,
docbook5-xml,
graphviz,
+ libxml2-utils,
mscgen,
python,
python-nwdiag,