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
It would be nice if the hugo_extended deb files declared their package name as hugo-extended. The Provides,Conflicts,Replaces relationship would allow it to satisfy and automatically replace the hugo package, while making it clear to the user that the extended version was installed.
nFPM already supports those fields, so they might just need to be added to the hugoreleaser archive plugin.
The text was updated successfully, but these errors were encountered:
I don't know enough about Deb to tell, but I will take your word that what you propose is a good thing. I assume that after this change, running hugo after installing hugo-extended (and only that Hugo deb) would still point to the correct binary?
As to the nFPM fields, they needs to be added/mapped in the struct here:
It would be nice if the hugo_extended deb files declared their package name as
hugo-extended
. TheProvides
,Conflicts
,Replaces
relationship would allow it to satisfy and automatically replace thehugo
package, while making it clear to the user that the extended version was installed.nFPM already supports those fields, so they might just need to be added to the hugoreleaser archive plugin.
The text was updated successfully, but these errors were encountered: