You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I need to upload debian packages to reprepo for distribution to internal package mirrors.
Reprepo needs a .changes file. I'm able to generate a debian compatible changelog using chglog, but I'm unable to create the .changes file.
I found this issue, which refers to an earlier one, but both only mention generating the changelog itself. I'm unable to find any documentation that speaks to generating the .changes control file.
Describe the solution you'd like
I'm happy to provide the PR that generates the .changes file as documented here.
Since this would be my first contribution to this project, I would like to engage the maintainers and community for advice first.
Do you feel this belongs in nfpm, or another goreleaser repo?
Does this change fit within the current roadmap of this project?
Is this feature desirable enough for the maintainers to warrant their time reviewing my PR?
Describe alternatives you've considered
An alternative is for me to use dpkg-genchanges to generate the file, but nfpm is already signing my .deb file, so I would like it to sign the .changes file as well.
Search
I did search for other open and closed issues before opening this.
Code of Conduct
I agree to follow this project's Code of Conduct
Additional context
No response
The text was updated successfully, but these errors were encountered:
it might be possible to do it by using chglog and providing it as an extra file to the nfpm config though... maybe worth trying that first...
Debian .changes are not related to changelog. .changes is a transmission file indicating a change to apply to a repository. It's an abstraction to attach metadata to an upload, including signing. This allows an uploader to sign an upload of a package signed by another source.
Is your feature request related to a problem? Please describe.
I need to upload debian packages to reprepo for distribution to internal package mirrors.
Reprepo needs a .changes file. I'm able to generate a debian compatible changelog using chglog, but I'm unable to create the .changes file.
I found this issue, which refers to an earlier one, but both only mention generating the changelog itself. I'm unable to find any documentation that speaks to generating the .changes control file.
Describe the solution you'd like
I'm happy to provide the PR that generates the .changes file as documented here.
Since this would be my first contribution to this project, I would like to engage the maintainers and community for advice first.
Describe alternatives you've considered
An alternative is for me to use dpkg-genchanges to generate the file, but nfpm is already signing my .deb file, so I would like it to sign the .changes file as well.
Search
Code of Conduct
Additional context
No response
The text was updated successfully, but these errors were encountered: