diff -Nru makedumpfile-1.6.3/debian/changelog makedumpfile-1.6.3/debian/changelog --- makedumpfile-1.6.3/debian/changelog 2018-05-21 07:02:15.000000000 -0700 +++ makedumpfile-1.6.3/debian/changelog 2019-07-25 10:17:21.000000000 -0700 @@ -1,3 +1,9 @@ +makedumpfile (1:1.6.3-2~16.04.1ubuntu1) xenial; urgency=medium + + * Let the kernel decide the crashkernel offset for ppc64el (LP: #1741860) + + -- Connor Kuehl Thu, 25 Jul 2019 10:17:21 -0700 + makedumpfile (1:1.6.3-2~16.04.1) xenial; urgency=medium * Backport latest makedumpfile to xenial. (LP: #1746299) diff -Nru makedumpfile-1.6.3/debian/control makedumpfile-1.6.3/debian/control --- makedumpfile-1.6.3/debian/control 2018-05-21 06:58:54.000000000 -0700 +++ makedumpfile-1.6.3/debian/control 2019-07-25 10:17:21.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.3/debian/kdump-tools.grub.ppc64el makedumpfile-1.6.3/debian/kdump-tools.grub.ppc64el --- makedumpfile-1.6.3/debian/kdump-tools.grub.ppc64el 2018-02-06 05:52:01.000000000 -0800 +++ makedumpfile-1.6.3/debian/kdump-tools.grub.ppc64el 2019-07-25 10:17:21.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"