1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Package: linux-image-@abiname@@localversion@-unsigned
Meta-Rules-Target: image
Meta-Rules-Makeflags: INSTALLDOCS_LINK_DOC=linux-base-@abiname@@localversion@
Build-Profiles: <!pkg.linux.nokernel>
Build-Depends:
# used by debian/rules.real to build udebs
kernel-wedge (>= 2.105~),
# used by kernel-wedge (only on Linux, thus not declared as a dependency)
kmod,
# used by upstream to build include/generated/timeconst.h
bc,
# used by upstream to build signing tools and to process certificates
libssl-dev:native,
openssl,
# used by upstream to build objtool (native for images; host arch for
# linux-kbuild), perf (host arch)
libelf-dev:native,
# used for bft debug info
pahole,
# used by upstream to compress kernel
lz4,
xz-utils,
zstd,
# used by upstream to build genksyms, kconfig, and perf
bison,
flex,
Pre-Depends: linux-base (>= 4.12~)
Depends:
linux-base-@abiname@@localversion@ (= ${binary:Version}),
kmod,
${misc:Depends},
Suggests: firmware-linux-free, linux-doc-@version@, debian-kernel-handbook
Conflicts: linux-image-@abiname@@localversion@
Replaces: linux-image-@abiname@@localversion@
Description: Linux @upstreamversion@ for @class@
The Linux kernel @upstreamversion@ and modules for use on @longclass@.
|