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

build-debs: prefer [distro][number] over distribution codenames #72

Merged
merged 1 commit into from
May 31, 2024

Conversation

Habbie
Copy link
Member

@Habbie Habbie commented May 30, 2024

this fixes PowerDNS/pdns#11925

debianXX sorts after the currently popular codenames (bullseye, bookworm)
ubuntuXX.YY sorts after all ubuntu releases since 15.04

tested on

  • ubuntu trusty 14.04 (ubuntu14.04)
  • ubuntu jammy 22.04 (ubuntu22.04)
  • debian bookworm 12 (debian12)
  • debian testing (debian13) - this requires distro-info-data

this fixes PowerDNS/pdns#11925

debianXX sorts after the currently popular codenames (bullseye, bookworm)
ubuntuXX.YY sorts after all ubuntu releases since 15.04

tested on

* ubuntu trusty 14.04 (ubuntu14.04)
* ubuntu jammy 22.04 (ubuntu22.04)
* debian bookworm 12 (debian12)
* debian testing (debian13) - this requires distro-info-data
Copy link

@dwfreed dwfreed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a note, this is a "downgrade" for Ubuntu Xenial 16.04, in case you have any customers on this version of Ubuntu still.

@Habbie Habbie merged commit f2c8c68 into PowerDNS:master May 31, 2024
1 check passed
@Habbie Habbie deleted the debian-ubuntu-numbered branch May 31, 2024 09:00
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

Successfully merging this pull request may close these issues.

Debian packages should not use release codenames in package versions
3 participants