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:
Ricardo Pardini
2023-05-09 22:46:00 +02:00
parent 807be60c6b
commit 52fffdda75
2 changed files with 5 additions and 0 deletions

View File

@@ -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}"}