[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#890035: juce: missing optional build-depends on graphviz



Source: juce
Version: 5.2.1~repack-1
Severity: important
Tags: patch

Hi,

juce appears to be missing Build-Depends on graphviz for the "dot"
utility:

  sh: 1: dot: not found
  error: Problems running dot: exit code=127, command='dot', arguments='"/[…]/doc/classjuce_1_1ActiveXControlComponent__inherit__graph.dot" -Tsvg -o "[…]/doc/classjuce_1_1ActiveXControlComponent__inherit__graph.svg"'

Patch attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby@debian.org / chris-lamb.co.uk
       `-
diff --git a/debian/control b/debian/control
index 89ed537..25e06f6 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders:
  IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>,
 Build-Depends:
  debhelper (>= 11),
+ graphviz,
  pkg-config,
  libasound2-dev,
  libcurl4-gnutls-dev | libcurl-dev,

Reply to: