From f33c76a5866e93cc38cedb60a39036a94ca8e49e Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Tue, 11 Sep 2018 05:03:38 +0100 Subject: [PATCH] debian/control: Build-depend on texlive-latex-base for linux-doc Sphinx unfortunately supports embedded LaTeX incantations, and some kernel documentation now uses it. --- debian/changelog | 1 + debian/templates/control.docs.in | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 04fa89737..f6e34a800 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,7 @@ 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 -- 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 5d694cd04..6eba9c25a 100644 --- a/debian/templates/control.docs.in +++ b/debian/templates/control.docs.in @@ -1,7 +1,8 @@ Package: @source_basename@-doc-@version@ Build-Profiles: Architecture: all -Build-Depends: graphviz, python3-sphinx, python3-sphinx-rtd-theme +Build-Depends: graphviz, python3-sphinx, python3-sphinx-rtd-theme, + texlive-latex-base Depends: ${misc:Depends} Section: doc Multi-Arch: foreign