rework doc
- drop linux-doc - always build tools with docs
This commit is contained in:
15
debian/templates/docs.control.in
vendored
15
debian/templates/docs.control.in
vendored
@@ -1,15 +0,0 @@
|
||||
Package: @source_basename@-doc-@version@
|
||||
Meta-Rules-Target: doc
|
||||
Build-Profiles: <!nodoc !pkg.linux.quick>
|
||||
Architecture: all
|
||||
Build-Depends: cpio, graphviz, python3-sphinx, python3-sphinx-rtd-theme,
|
||||
texlive-latex-base, texlive-latex-extra, dvipng, python3-yaml
|
||||
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.
|
10
debian/templates/docs.meta.control.in
vendored
10
debian/templates/docs.meta.control.in
vendored
@@ -1,10 +0,0 @@
|
||||
Package: @source_basename@-doc@source_suffix@
|
||||
Meta-Rules-Target: meta
|
||||
Meta-Rules-Makeflags: INSTALLDOCS_LINK_DOC=@source_basename@-doc-@version@
|
||||
Build-Profiles: <!nodoc !pkg.linux.nometa !pkg.linux.quick>
|
||||
Section: doc
|
||||
Architecture: all
|
||||
Depends: @source_basename@-doc-@version@ (= ${binary:Version}), ${misc:Depends}
|
||||
Description: Linux kernel specific documentation (meta-package)
|
||||
This package depends on the package containing the documentation for the
|
||||
latest Linux kernel.
|
1
debian/templates/docs.meta.maintscript.in
vendored
1
debian/templates/docs.meta.maintscript.in
vendored
@@ -1 +0,0 @@
|
||||
dir_to_symlink /usr/share/doc/@package@ @source_basename@-doc-@version@ 5.7~rc5-1~exp1 @package@
|
2
debian/templates/image.control.in
vendored
2
debian/templates/image.control.in
vendored
@@ -4,6 +4,6 @@ Build-Profiles: <!pkg.linux.nokernel>
|
||||
Build-Depends:
|
||||
kmod,
|
||||
Depends: kmod, linux-base (>= 4.3~), ${misc:Depends}
|
||||
Suggests: firmware-linux-free, linux-doc-@version@, debian-kernel-handbook
|
||||
Suggests: firmware-linux-free, debian-kernel-handbook
|
||||
Description: Linux @upstreamversion@ for @class@
|
||||
The Linux kernel @upstreamversion@ and modules for use on @longclass@.
|
||||
|
@@ -4,7 +4,7 @@ Build-Profiles: <!pkg.linux.notools !pkg.linux.mintools>
|
||||
Section: devel
|
||||
Architecture: linux-any
|
||||
Build-Depends:
|
||||
python3-docutils <!nodoc !pkg.linux.notools>,
|
||||
python3-docutils <!pkg.linux.notools>,
|
||||
binutils-dev [hppa],
|
||||
libelf-dev,
|
||||
zlib1g-dev,
|
||||
@@ -64,7 +64,7 @@ Build-Profiles: <!pkg.linux.notools !pkg.linux.mintools !nopython>
|
||||
Section: devel
|
||||
Architecture: alpha amd64 arm64 armel armhf hppa i386 loong64 mips mips64 mips64el mipsel mipsn32 mipsn32el mipsr6 mipsr6el mipsn32r6 mipsn32r6el mips64r6 mips64r6el powerpc ppc64 ppc64el riscv64 s390 s390x sh4 sparc sparc64
|
||||
Build-Depends:
|
||||
asciidoctor <!nodoc !pkg.linux.notools !nopython>,
|
||||
asciidoctor <!pkg.linux.notools !nopython>,
|
||||
gcc-multilib [amd64 mips64 mips64el mips64r6 mips64r6el ppc64 s390x sparc64] <!cross>,
|
||||
libaudit-dev,
|
||||
libbabeltrace-dev,
|
||||
@@ -84,7 +84,6 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, ${python3:Depends}
|
||||
Provides: linux-tools-@version@
|
||||
Conflicts: linux-tools-@version@
|
||||
Replaces: linux-tools-@version@
|
||||
Suggests: linux-doc-@version@
|
||||
Description: Performance analysis tools for Linux
|
||||
This package contains the 'perf' performance analysis tools for Linux.
|
||||
|
||||
|
Reference in New Issue
Block a user