Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bionic Package Versioning/Architecture Variations #21

Open
blindphaze opened this issue Feb 18, 2019 · 0 comments
Open

Bionic Package Versioning/Architecture Variations #21

blindphaze opened this issue Feb 18, 2019 · 0 comments

Comments

@blindphaze
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant