Comment 1 for bug 1588479

Revision history for this message
Brian Murray (brian-murray) wrote : Re: dkms_packages.py supported kernel check seems wrong

The issue is the ValueError string content changed or was never correct.

*** ValueError: package linux-headers-4.6.1-040601-lowlatency does not exist

vs.

    try:
        supported_kernel = apport.packaging.is_distro_package(kernel_package)
    except ValueError as e:
        if str(e) == 'package does not exist':
            supported_kernel = False