Skip to content

Bionic Package Versioning/Architecture Variations #21

@blindphaze

Description

@blindphaze

Ubuntu errata is parsed(parseUbuntu.py)/imported(errata-import.py) based on the assumption that all packages available to 64bit systems have .amd64-deb.deb for the ending. This is not true for several packages in the Bionic repositories.

python-django (https://usn.ubuntu.com/3890-1/) for example.
Scripts expect to find:
python-django-1:1.11.11-1ubuntu1.3.amd64-deb.deb

Actual name is:
python-django-1.11.11-1ubuntu1.3:1.all-deb.deb

Another naming issue is package "snapd" (https://usn.ubuntu.com/3887-1/) that appears to have a X floating around in the version.
Expected:
snapd-2.34.2+18.04.1.amd64-deb.deb

Actual:
snapd-2.34.2+18.04.1-X.amd64-deb

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions