release 6.16.5
This commit is contained in:
@@ -2,6 +2,9 @@ Package: krd-linux-headers-@abiname@-common@localversion@
|
||||
Meta-Rules-Target: headers-common
|
||||
Build-Profiles: <!pkg.linux.nokernel>
|
||||
Architecture: all
|
||||
Build-Depends:
|
||||
# used by debian/rules.real to build linux-headers
|
||||
cpio,
|
||||
Depends: ${misc:Depends}
|
||||
Multi-Arch: foreign
|
||||
Description: Common header files for KrD's Linux kernel @abiname@@localversion@
|
||||
|
17
debian/templates/image.control.in
vendored
17
debian/templates/image.control.in
vendored
@@ -3,6 +3,23 @@ Meta-Rules-Target: image
|
||||
Build-Profiles: <!pkg.linux.nokernel>
|
||||
Build-Depends:
|
||||
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.3~)
|
||||
Depends: kmod, ${misc:Depends}
|
||||
Suggests: firmware-linux-free, debian-kernel-handbook
|
||||
|
24
debian/templates/source.control.in
vendored
24
debian/templates/source.control.in
vendored
@@ -13,30 +13,6 @@ Build-Depends:
|
||||
quilt,
|
||||
# used by debian/rules.real to build linux-perf
|
||||
dh-python <!pkg.linux.notools>,
|
||||
Build-Depends-Arch:
|
||||
# used by upstream to build include/generated/timeconst.h
|
||||
bc <!pkg.linux.nokernel>,
|
||||
# used by upstream to build signing tools and to process certificates
|
||||
libssl-dev:native <!pkg.linux.nokernel>,
|
||||
libssl-dev <!pkg.linux.notools>,
|
||||
openssl <!pkg.linux.nokernel>,
|
||||
# used by upstream to build objtool (native for images; host arch for
|
||||
# linux-kbuild), perf (host arch)
|
||||
libelf-dev:native <!pkg.linux.nokernel>,
|
||||
libelf-dev <!pkg.linux.notools>,
|
||||
lz4 [amd64 arm64] <!pkg.linux.nokernel>,
|
||||
# used for bft debug info
|
||||
pahole <!pkg.linux.nokernel> | dwarves:native (>= 1.16~) <!pkg.linux.nokernel>,
|
||||
# used by debian/rules.real to build linux-headers
|
||||
cpio <!pkg.linux.nokernel>,
|
||||
# used by upstream to compress kernel
|
||||
xz-utils <!pkg.linux.nokernel>,
|
||||
zstd <!pkg.linux.nokernel>,
|
||||
# used by upstream to build genksyms, kconfig, and perf
|
||||
bison <!pkg.linux.nokernel>,
|
||||
bison <!pkg.linux.notools>,
|
||||
flex <!pkg.linux.nokernel>,
|
||||
flex <!pkg.linux.notools>,
|
||||
Rules-Requires-Root: no
|
||||
Vcs-Git: https://salsa.debian.org/kernel-team/linux.git
|
||||
Vcs-Browser: https://salsa.debian.org/kernel-team/linux
|
||||
|
9
debian/templates/tools-versioned.control.in
vendored
9
debian/templates/tools-versioned.control.in
vendored
@@ -2,6 +2,15 @@ Package: krd-linux-kbuild-@abiname@
|
||||
Meta-Rules-Target: kbuild
|
||||
Build-Profiles: <!pkg.linux.notools>
|
||||
Architecture: linux-any
|
||||
Build-Depends:
|
||||
# used by upstream to build signing tools and to process certificates
|
||||
libssl-dev,
|
||||
# used by upstream to build objtool (native for images; host arch for
|
||||
# linux-kbuild), perf (host arch)
|
||||
libelf-dev,
|
||||
# used by upstream to build genksyms, kconfig, and perf
|
||||
bison,
|
||||
flex,
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, build-essential, pahole
|
||||
Multi-Arch: foreign
|
||||
Description: Kbuild infrastructure for KrD's Linux @abiname@
|
||||
|
Reference in New Issue
Block a user