From 90c2b44babfe8d54e1e84a4ca5e8435088c5b4a4 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 30 Jan 2017 20:31:24 +0000 Subject: [PATCH] debian/control: Add build-dependency on graphviz for documentation --- debian/changelog | 1 + debian/templates/control.source.in | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 17751e4be..e9edb893f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ linux (4.10~rc6-1~exp1) UNRELEASED; urgency=medium * cpupower: Fix compiler options for turbostat on 4.10 * linux-doc: Update documentation file list for 4.10 * linux-doc: Fix up symlinks to gzipped docs + * debian/control: Add build-dependency on graphviz for documentation [ Roger Shimizu ] * debian/copyright: Add GPL/X11 Dual License diff --git a/debian/templates/control.source.in b/debian/templates/control.source.in index 99ae41559..8c524d839 100644 --- a/debian/templates/control.source.in +++ b/debian/templates/control.source.in @@ -61,6 +61,7 @@ Build-Depends-Indep: # used by debian/rules.real to build linux-source patchutils , # used by upstream to build documentation + graphviz , python-sphinx , python-sphinx-rtd-theme , xmlto ,