[SRU][jammy/linux-meta-azure-6.5][PATCH] UBUNTU: [Packaging] Provides linux-tools and linux-cloud-tools

Juerg Haefliger juerg.haefliger at canonical.com
Tue Oct 17 14:22:59 UTC 2023


BugLink: https://bugs.launchpad.net/bugs/2039437

Add 'Provides: linux-*tools' so that 'apt install linux-*tools' lists
the meta package as an installation candidate for the virtual package
linux-*tools.

Signed-off-by: Juerg Haefliger <juerg.haefliger at canonical.com>
---
 debian/control.d/azure | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/control.d/azure b/debian/control.d/azure
index 784446143d2b..5afe0e235d82 100644
--- a/debian/control.d/azure
+++ b/debian/control.d/azure
@@ -40,6 +40,7 @@ Description: Complete Linux kernel for Azure systems.
 Package: linux-tools-azure${variant:suffix}
 Architecture: amd64 arm64
 Section: metapackages
+Provides: linux-tools
 Depends: ${misc:Depends}, linux-tools-${kernel-abi-version}-azure
 Description: Linux kernel versioned tools for Azure systems.
  This package will always depend on the latest Linux kernel versioned tools
@@ -48,6 +49,7 @@ Description: Linux kernel versioned tools for Azure systems.
 Package: linux-cloud-tools-azure${variant:suffix}
 Architecture: amd64 arm64
 Section: metapackages
+Provides: linux-cloud-tools
 Depends: ${misc:Depends}, linux-cloud-tools-${kernel-abi-version}-azure
 Description: Linux kernel versioned cloud tools for Azure systems.
  This package will always depend on the latest Linux kernel versioned cloud
-- 
2.39.2




More information about the kernel-team mailing list