summaryrefslogtreecommitdiffstats
path: root/debian/templates/control.docs.in
diff options
context:
space:
mode:
Diffstat (limited to 'debian/templates/control.docs.in')
-rw-r--r--debian/templates/control.docs.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/templates/control.docs.in b/debian/templates/control.docs.in
new file mode 100644
index 000000000..4bb7254e9
--- /dev/null
+++ b/debian/templates/control.docs.in
@@ -0,0 +1,14 @@
+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-extra, dvipng
+Depends: ${misc:Depends}
+Section: doc
+Multi-Arch: foreign
+Description: Linux kernel specific documentation for version @version@
+ This package provides the various README files and HTML documentation for
+ the Linux kernel version @version@. Plenty of information, including the
+ descriptions of various kernel subsystems, filesystems, driver-specific
+ notes and the like. An index to the documentation is installed as
+ /usr/share/doc/linux-doc-@version@/html/index.html.