diff -Nru makedumpfile-1.6.5/debian/changelog makedumpfile-1.6.5/debian/changelog --- makedumpfile-1.6.5/debian/changelog 2019-02-07 03:22:23.000000000 -0800 +++ makedumpfile-1.6.5/debian/changelog 2019-07-24 13:07:32.000000000 -0700 @@ -1,3 +1,9 @@ +makedumpfile (1:1.6.5-1ubuntu1.1~18.04.1) bionic; urgency=medium + + * Let the kernel decide the crashkernel offset for ppc64el (LP: #1741860) + + -- Connor Kuehl Wed, 24 Jul 2019 13:07:32 -0700 + makedumpfile (1:1.6.5-1ubuntu1~18.04.1) bionic; urgency=low * Backport back to bionic. (LP: #1655280) (LP: #1790788) diff -Nru makedumpfile-1.6.5/debian/control makedumpfile-1.6.5/debian/control --- makedumpfile-1.6.5/debian/control 2019-01-05 03:01:02.000000000 -0800 +++ makedumpfile-1.6.5/debian/control 2019-07-24 13:07:32.000000000 -0700 @@ -1,7 +1,8 @@ Source: makedumpfile Section: devel Priority: optional -Maintainer: Louis Bouchard +Maintainer: Ubuntu Developers +XBSC-Original-Maintainer: Louis Bouchard Uploaders: dann frazier , Thadeu Lima de Souza Cascardo Standards-Version: 3.9.8 diff -Nru makedumpfile-1.6.5/debian/kdump-tools.grub.ppc64el makedumpfile-1.6.5/debian/kdump-tools.grub.ppc64el --- makedumpfile-1.6.5/debian/kdump-tools.grub.ppc64el 2019-01-05 03:01:02.000000000 -0800 +++ makedumpfile-1.6.5/debian/kdump-tools.grub.ppc64el 2019-07-24 13:07:32.000000000 -0700 @@ -1 +1 @@ -GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT crashkernel=2G-4G:320M,4G-32G:512M,32G-64G:1024M,64G-128G:2048M,128G-:4096M@128M" +GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT crashkernel=2G-4G:320M,4G-32G:512M,32G-64G:1024M,64G-128G:2048M,128G-:4096M"