mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
kernel-debs: include "Priority: optional" in all kernel debs (all other packages have it...)
- also for `fake_ubuntu_advantage_tools` - also include "Section: " missing for advantage
This commit is contained in:
@@ -249,6 +249,7 @@ function kernel_package_callback_linux_image() {
|
||||
Architecture: ${ARCH}
|
||||
Maintainer: ${MAINTAINER} <${MAINTAINERMAIL}>
|
||||
Section: kernel
|
||||
Priority: optional
|
||||
Provides: linux-image, linux-image-armbian, armbian-$BRANCH
|
||||
Description: Armbian Linux $BRANCH kernel image ${artifact_version_reason:-"${kernel_version_family}"}
|
||||
This package contains the Linux kernel, modules and corresponding other
|
||||
@@ -325,6 +326,7 @@ function kernel_package_callback_linux_dtb() {
|
||||
Section: kernel
|
||||
Package: ${package_name}
|
||||
Architecture: ${ARCH}
|
||||
Priority: optional
|
||||
Provides: linux-dtb, linux-dtb-armbian, armbian-$BRANCH
|
||||
Description: Armbian Linux $BRANCH DTBs ${artifact_version_reason:-"${kernel_version_family}"} in /boot/dtb-${kernel_version_family}
|
||||
This package contains device blobs from the Linux kernel, version ${kernel_version_family}
|
||||
@@ -455,6 +457,7 @@ function kernel_package_callback_linux_headers() {
|
||||
Section: devel
|
||||
Package: ${package_name}
|
||||
Architecture: ${ARCH}
|
||||
Priority: optional
|
||||
Provides: linux-headers, linux-headers-armbian, armbian-$BRANCH
|
||||
Depends: make, gcc, libc6-dev, bison, flex, libssl-dev, libelf-dev
|
||||
Description: Armbian Linux $BRANCH headers ${artifact_version_reason:-"${kernel_version_family}"}
|
||||
|
||||
Reference in New Issue
Block a user