diff mbox

[precise/lts-backport-trusty,1/1] UBUNTU: fix linkage for linux-*-generic-lpae

Message ID 1440763898-19408-2-git-send-email-apw@canonical.com
State New
Headers show

Commit Message

Andy Whitcroft Aug. 28, 2015, 12:11 p.m. UTC
Signed-off-by: Andy Whitcroft <apw@canonical.com>
---
 meta-source/debian/changelog              | 7 +++++++
 meta-source/debian/control.d/generic-lpae | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)
diff mbox

Patch

diff --git a/meta-source/debian/changelog b/meta-source/debian/changelog
index aca150b..0e9c7fa 100644
--- a/meta-source/debian/changelog
+++ b/meta-source/debian/changelog
@@ -1,3 +1,10 @@ 
+linux-meta-lts-trusty (3.13.0.63.55) UNRELEASED; urgency=medium
+
+  * Fix metapackage linkage for linux-*-generic-lpae-lts-trusty.
+    (LP: #1489856)
+
+ -- Andy Whitcroft <apw@canonical.com>  Fri, 28 Aug 2015 12:49:23 +0100
+
 linux-meta-lts-trusty (3.13.0.63.54) precise; urgency=medium
 
   * linux ABI 3.13.0-63
diff --git a/meta-source/debian/control.d/generic-lpae b/meta-source/debian/control.d/generic-lpae
index 86a5fc2..df084ed 100644
--- a/meta-source/debian/control.d/generic-lpae
+++ b/meta-source/debian/control.d/generic-lpae
@@ -2,7 +2,7 @@  Package: linux-headers-generic-lpae-lts-trusty
 Architecture: armhf
 Section: kernel
 Priority: optional
-Depends: ${misc:Depends}, linux-headers-${kernel-abi-version}-generic-lpae-lts-trusty
+Depends: ${misc:Depends}, linux-headers-${kernel-abi-version}-generic-lpae
 Description: Generic Linux kernel headers
  This metapackage will always depend on the latest generic-lpae 14.04 LTS kernel headers
  available.
@@ -11,7 +11,7 @@  Package: linux-image-generic-lpae-lts-trusty
 Architecture: armhf
 Section: kernel
 Priority: optional
-Depends: ${misc:Depends}, linux-image-${kernel-abi-version}-generic-lpae-lts-trusty, linux-firmware
+Depends: ${misc:Depends}, linux-image-${kernel-abi-version}-generic-lpae, linux-firmware
 Description: Generic Linux kernel image
  This metapackage will always depend on the latest generic-lpae 14.04 LTS kernel image
  available.