APPLIED: [PATCH][SRU][E] UBUNTU: [Debian] Fix conditional for setting zfs debug package path
Seth Forshee
seth.forshee at canonical.com
Mon Sep 30 16:48:16 UTC 2019
On Mon, Sep 30, 2019 at 09:43:14AM -0500, Seth Forshee wrote:
> BugLink: https://bugs.launchpad.net/bugs/1840704
>
> The conditional there now tests for skipdbg=false, which is not
> something our build scripts ever set this variable to. Therefore
> in practice the condition always evaluates to false, and
> dbgpkgdir_zfs is never set in real builds, only in test builds
> where the value of skipdbg has been overridden to be false.
>
> Correct this to check for true, and swap the order of then-part
> and else-part accordingly.
>
> Signed-off-by: Seth Forshee <seth.forshee at canonical.com>
> Acked-by: Andy Whitcroft <apw at canonical.com>
Applied to eoan/master-next.
More information about the kernel-team
mailing list