mirror of
https://salsa.debian.org/kernel-team/linux.git
synced 2026-01-11 20:07:10 +00:00
Merge branch 'breaks-u-boot-efi-dtb' into 'debian/latest'
Add breaks against u-boot-efi-dtb (<< 5) on architectures with DTB files. See merge request kernel-team/linux!1754
This commit is contained in:
commit
1fd087dc63
2 changed files with 9 additions and 0 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
|
@ -1,3 +1,10 @@
|
|||
linux (6.18.2-1~exp2) UNRELEASED; urgency=medium
|
||||
|
||||
[ Aurelien Jarno ]
|
||||
* Add breaks against u-boot-efi-dtb (<< 5) on architectures with DTB files.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 18 Dec 2025 23:49:23 +0100
|
||||
|
||||
linux (6.18.2-1~exp1) experimental; urgency=medium
|
||||
|
||||
* New upstream stable update:
|
||||
|
|
|
|||
2
debian/templates/image.control.in
vendored
2
debian/templates/image.control.in
vendored
|
|
@ -29,6 +29,8 @@ Depends:
|
|||
linux-base-@abiname@@localversion@ (= ${binary:Version}),
|
||||
kmod,
|
||||
${misc:Depends},
|
||||
Breaks:
|
||||
u-boot-efi-dtb (<< 5) [armhf arm64 riscv64],
|
||||
Suggests: firmware-linux-free, linux-doc-@version@, debian-kernel-handbook
|
||||
Description: Linux @upstreamversion@ for @class@
|
||||
The Linux kernel @upstreamversion@ and modules for use on @longclass@.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue