[PATCH 1/1] UBUNTU: fix linux-*-hwe-* linkage
Andy Whitcroft
apw at canonical.com
Thu Aug 27 15:41:44 UTC 2015
Signed-off-by: Andy Whitcroft <apw at canonical.com>
---
meta-source/debian/changelog | 7 +++++++
meta-source/debian/control.common | 12 ++++++------
2 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/meta-source/debian/changelog b/meta-source/debian/changelog
index 063326e..bb81f7c 100644
--- a/meta-source/debian/changelog
+++ b/meta-source/debian/changelog
@@ -1,3 +1,10 @@
+linux-meta (3.13.0.63.71) UNRELEASED; urgency=low
+
+ * Fix up dandling linux-*-hwe-* meta packages. When we do not have a
+ flavour default it back to the generic packages. (LP: 1489487).
+
+ -- Andy Whitcroft <apw at canonical.com> Thu, 27 Aug 2015 16:03:06 +0100
+
linux-meta (3.13.0.63.70) trusty; urgency=medium
[ Brad Figg ]
diff --git a/meta-source/debian/control.common b/meta-source/debian/control.common
index 0587558..fa060a8 100644
--- a/meta-source/debian/control.common
+++ b/meta-source/debian/control.common
@@ -33,31 +33,31 @@ Description: Linux kernel crashdump setup for the latest generic kernel
# Reference the current Hardware Enablement LTS generic and virtual kernel flavours.
#
Package: linux-image-hwe-generic-RELEASE_NAME
-Architecture: i386 amd64 armhf arm64 powerpc ppc64el
+Architecture: i386 amd64 armhf arm64 ppc64el
Section: kernel
Priority: optional
Depends: ${misc:Depends}, linux-image-generic-lts-HWE_KERNEL_NAME
Description: Depends on the generic hardware enablement kernel image.
Package: linux-hwe-generic-RELEASE_NAME
-Architecture: i386 amd64 armhf arm64 powerpc ppc64el
+Architecture: i386 amd64 armhf arm64 ppc64el
Section: kernel
Priority: optional
Depends: ${misc:Depends}, linux-image-hwe-generic-RELEASE_NAME, linux-headers-generic-lts-HWE_KERNEL_NAME
Description: Depends on the generic hardware enablement kernel image and headers.
Package: linux-image-hwe-virtual-RELEASE_NAME
-Architecture: i386 amd64 armhf arm64 powerpc ppc64el
+Architecture: i386 amd64 armhf arm64 ppc64el
Section: kernel
Priority: optional
-Depends: ${misc:Depends}, linux-image-virtual-lts-HWE_KERNEL_NAME
+Depends: ${misc:Depends}, linux-image-virtual-lts-HWE_KERNEL_NAME [i386 amd64 ppc64el], linux-image-generic-lts-HWE_KERNEL_NAME [armhf arm64]
Description: Depends on the virtual hardware enablement kernel image.
Package: linux-hwe-virtual-RELEASE_NAME
-Architecture: i386 amd64 armhf arm64 powerpc ppc64el
+Architecture: i386 amd64 armhf arm64 ppc64el
Section: kernel
Priority: optional
-Depends: ${misc:Depends}, linux-image-hwe-virtual-RELEASE_NAME, linux-headers-virtual-lts-HWE_KERNEL_NAME
+Depends: ${misc:Depends}, linux-image-hwe-virtual-RELEASE_NAME [i386 amd64 ppc64el], linux-headers-virtual-lts-HWE_KERNEL_NAME [i386 amd64 ppc64el], linux-image-hwe-generic-RELEASE_NAME [armhf arm64], linux-headers-generic-lts-HWE_KERNEL_NAME [armhf arm64]
Description: Depends on the virtual hardware enablement kernel image and headers.
# Upgrade packages (drop after trusty)
--
2.5.0
More information about the kernel-team
mailing list