diff mbox series

[v2,SRU,Xenial] Generate linux-crashdump metapackage for arm64

Message ID 20180605180101.23057-3-dann.frazier@canonical.com
State New
Headers show
Series [v2,SRU,Xenial] Generate linux-crashdump metapackage for arm64 | expand

Commit Message

dann frazier June 5, 2018, 6:01 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1773407

The various packages required for crashdump support are now available for
arm64. Generate the linux-crashdump metapackage to make them easy to
install.

Signed-off-by: dann frazier <dann.frazier@canonical.com>
---
 debian/control.common | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Khalid Elmously June 7, 2018, 12:07 a.m. UTC | #1
Applied to Xenial


On 2018-06-05 12:01:01 , dann frazier wrote:
> BugLink: https://bugs.launchpad.net/bugs/1773407
> 
> The various packages required for crashdump support are now available for
> arm64. Generate the linux-crashdump metapackage to make them easy to
> install.
> 
> Signed-off-by: dann frazier <dann.frazier@canonical.com>
> ---
>  debian/control.common | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/debian/control.common b/debian/control.common
> index 5ce3867..bfda25c 100644
> --- a/debian/control.common
> +++ b/debian/control.common
> @@ -19,9 +19,9 @@ Description: Linux kernel source with Ubuntu patches
>   available. The Ubuntu patches have been applied.
>  
>  Package: linux-crashdump@SUFFIX@
> -Architecture: i386 amd64 armhf ppc64el s390x
> +Architecture: i386 amd64 arm64 armhf ppc64el s390x
>  Section: devel
> -Depends: ${misc:Depends}, kdump-tools, grub-pc (>= 1.96+20090611-1ubuntu2) [i386 amd64] | grub-efi-ia32 [i386 amd64] | grub-efi-amd64 [i386 amd64] | grub (>= 0.97-29ubuntu24) [i386 amd64]
> +Depends: ${misc:Depends}, kdump-tools, grub-pc (>= 1.96+20090611-1ubuntu2) [i386 amd64] | grub-efi-ia32 [i386 amd64] | grub-efi-amd64 [i386 amd64] | grub-efi-arm64 [arm64] | grub (>= 0.97-29ubuntu24) [i386 amd64]
>  Recommends: apport
>  Suggests: crash
>  Description: Linux kernel crashdump setup for the latest generic kernel
> -- 
> 2.17.1
> 
> 
> -- 
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team
diff mbox series

Patch

diff --git a/debian/control.common b/debian/control.common
index 5ce3867..bfda25c 100644
--- a/debian/control.common
+++ b/debian/control.common
@@ -19,9 +19,9 @@  Description: Linux kernel source with Ubuntu patches
  available. The Ubuntu patches have been applied.
 
 Package: linux-crashdump@SUFFIX@
-Architecture: i386 amd64 armhf ppc64el s390x
+Architecture: i386 amd64 arm64 armhf ppc64el s390x
 Section: devel
-Depends: ${misc:Depends}, kdump-tools, grub-pc (>= 1.96+20090611-1ubuntu2) [i386 amd64] | grub-efi-ia32 [i386 amd64] | grub-efi-amd64 [i386 amd64] | grub (>= 0.97-29ubuntu24) [i386 amd64]
+Depends: ${misc:Depends}, kdump-tools, grub-pc (>= 1.96+20090611-1ubuntu2) [i386 amd64] | grub-efi-ia32 [i386 amd64] | grub-efi-amd64 [i386 amd64] | grub-efi-arm64 [arm64] | grub (>= 0.97-29ubuntu24) [i386 amd64]
 Recommends: apport
 Suggests: crash
 Description: Linux kernel crashdump setup for the latest generic kernel