From 9258442695cf8f94a0482dac5d9886b09c5d7c74 Mon Sep 17 00:00:00 2001 From: Lyric Lake Date: Wed, 5 Aug 2026 13:38:44 -0700 Subject: [PATCH] DLPX-98314 delphix-kernel: control.{aws,generic}.in still Depend on linux-modules-extra, which Ubuntu dropped for those flavors in 7.0 --- debian/control.aws.in | 1 - debian/control.generic.in | 1 - 2 files changed, 2 deletions(-) diff --git a/debian/control.aws.in b/debian/control.aws.in index 942cddf..be9292c 100644 --- a/debian/control.aws.in +++ b/debian/control.aws.in @@ -33,7 +33,6 @@ Provides: delphix-kernel-aws, delphix-kernel Architecture: any Depends: linux-image-@@KVERS@@, linux-image-@@KVERS@@-dbgsym, - linux-modules-extra-@@KVERS@@, linux-headers-@@KVERS@@, linux-tools-@@KVERS@@, zfs-modules-@@KVERS@@, diff --git a/debian/control.generic.in b/debian/control.generic.in index 735b03b..0023a53 100644 --- a/debian/control.generic.in +++ b/debian/control.generic.in @@ -33,7 +33,6 @@ Provides: delphix-kernel-generic, delphix-kernel Architecture: any Depends: linux-image-@@KVERS@@, linux-image-@@KVERS@@-dbgsym, - linux-modules-extra-@@KVERS@@, linux-headers-@@KVERS@@, linux-tools-@@KVERS@@, zfs-modules-@@KVERS@@,