From 6bdcabfeb5cc41ab11da2fa30a27f5b825c81e5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Wed, 1 Jun 2016 12:18:37 +0000 Subject: [PATCH] add missing build dependencies --- bootstrap.sh | 2 +- debian/control.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 5c57010..e80e289 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -817,7 +817,7 @@ if testtag AX_USE_DOXYGEN; then doxyreplace PROJECT_NAME "@PACKAGE_NAME@" doxyreplace PROJECT_NUMBER "@PACKAGE_VERSION@" doxyreplace PROJECT_BRIEF "@DESCRIPTION@" - doxyreplace PROJECT_LOGO "@top_srcdir@/@PACKACE_LOGO@" + doxyreplace PROJECT_LOGO "@top_srcdir@/@PACKAGE_LOGO@" doxyreplace INLINE_INHERITED_MEMB YES doxyreplace MULTILINE_CPP_IS_BRIEF YES doxyreplace TAB_SIZE 2 diff --git a/debian/control.in b/debian/control.in index f237662..26cc2d4 100644 --- a/debian/control.in +++ b/debian/control.in @@ -1,7 +1,7 @@ Source: @PACKAGE_NAME@ Priority: extra Maintainer: @AUTHOR@ -Build-Depends: debhelper, subversion, subversion-tools, pkg-config, automake, libtool, autotools-dev, lsb-release , doxygen, graphviz, mscgen, libcppunit-dev, libz-dev, binutils-dev @DEB_DEPEND_IFEXISTS@ +Build-Depends: debhelper, subversion, subversion-tools, pkg-config, automake, libtool, autotools-dev, lsb-release , doxygen, graphviz, mscgen, libcppunit-dev, libz-dev, binutils-dev, liblog4cxx-dev, libboost-thread-dev @DEB_DEPEND_IFEXISTS@ Package: @PACKAGE_NAME@ Section: libs