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

--deb-dist option does not set the distribution #2046

Open
hiddenman opened this issue Jan 23, 2024 · 0 comments
Open

--deb-dist option does not set the distribution #2046

hiddenman opened this issue Jan 23, 2024 · 0 comments

Comments

@hiddenman
Copy link

According to the #1929, --deb-dist must set "distribution".
However, it does not set anything so the changelog file just have an empty value like (as well as control file inside the .deb file (it just does not contain Distribution field at all)

openvpn-otp (1.0-4-g47f8ccf) ; urgency=medium

Checking the sources shows that the distribution is set only if the --deb-generate-changes is set (and it puts Distribution: bookworm in the .changes file): https://github.com/jordansissel/fpm/blob/main/lib/fpm/package/deb.rb#L680

However this is done too late and the changelog is already generated with empty value

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