diff --git a/debian/changelog b/debian/changelog index f6e34a800..3bfb7f1ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,7 +21,8 @@ linux (4.19~rc3-1~exp2) UNRELEASED; urgency=medium commands * tools: x86_energy_perf_policy: Fix "uninitialized variable" warnings at -O2 * tools: turbostat: Add checks for failure of fgets() and fscanf() - * debian/control: Build-depend on texlive-latex-base for linux-doc + * debian/control: Build-depend on texlive-latex-{base,extra}, dvipng for + linux-doc -- Ben Hutchings Mon, 10 Sep 2018 22:25:53 +0100 diff --git a/debian/templates/control.docs.in b/debian/templates/control.docs.in index 6eba9c25a..12540467b 100644 --- a/debian/templates/control.docs.in +++ b/debian/templates/control.docs.in @@ -2,7 +2,7 @@ Package: @source_basename@-doc-@version@ Build-Profiles: Architecture: all Build-Depends: graphviz, python3-sphinx, python3-sphinx-rtd-theme, - texlive-latex-base + texlive-latex-base, texlive-latex-extra, dvipng Depends: ${misc:Depends} Section: doc Multi-Arch: foreign