mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
debian/control: Build-depend on texlive-latex-extra, dvipng for linux-doc
This commit is contained in:
3
debian/changelog
vendored
3
debian/changelog
vendored
@@ -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 <ben@decadent.org.uk> Mon, 10 Sep 2018 22:25:53 +0100
|
||||
|
||||
|
||||
2
debian/templates/control.docs.in
vendored
2
debian/templates/control.docs.in
vendored
@@ -2,7 +2,7 @@ Package: @source_basename@-doc-@version@
|
||||
Build-Profiles: <!stage1 !nodoc>
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user