From f1d55d95743b4ed20ae581cbcfd476081f1931ce Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Tue, 21 May 2019 13:29:43 +0200 Subject: 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 --- debian/control | 3 +++ 1 file changed, 3 insertions(+) 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 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, -- cgit v1.2.3