Source: libccrtp
Version: 2.0.9-2.2
Severity: important
Tags: patch
Hi,
Looks like you are missing an optional build-dependency on graphviz:
sh: 1: dot: not found
Patch attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
diff --git a/debian/control b/debian/control
index 490839b..2b8c693 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian VoIP Team <[email protected]>
Uploaders: Mark Purcell <[email protected]>, Mikael Magnusson
<[email protected]>, Kilian Krause <[email protected]>
Build-Depends: debhelper (>= 9), pkg-config, dh-autoreconf, autotools-dev,
dpkg-dev (>= 1.13.19), doxygen, texinfo,
- libucommon-dev (>= 6.4.4-1), libxml2-dev, libgcrypt11-dev | libgcrypt-dev,
+ libucommon-dev (>= 6.4.4-1), libxml2-dev, libgcrypt11-dev | libgcrypt-dev,
graphviz
Standards-Version: 3.9.5
Homepage: http://www.gnu.org/software/ccrtp/
Vcs-Svn: svn://anonscm.debian.org/pkg-voip/libccrtp/trunk/