diff options
Diffstat (limited to 'debian/templates/docs.control.in')
-rw-r--r-- | debian/templates/docs.control.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/templates/docs.control.in b/debian/templates/docs.control.in new file mode 100644 index 000000000..47ed7f75b --- /dev/null +++ b/debian/templates/docs.control.in @@ -0,0 +1,15 @@ +Package: @source_basename@-doc-@version@ +Meta-Rules-Target: doc +Build-Profiles: <!stage1 !nodoc !pkg.linux.quick> +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. |