goreleaser / nfpm

nFPM is Not FPM - a simple deb, rpm, apk, ipk, and arch linux packager written in Go
https://nfpm.goreleaser.com/
MIT License
2.14k stars 157 forks source link

debian 12: signing tests are failing #679

Open caarlos0 opened 1 year ago

caarlos0 commented 1 year ago

the debian signing tests are failing on debian 12 (:latest, just released a couple of days ago).

for now I pinned the dockerfile to :11 in commit fd63f71, but we probably need to look into it

caarlos0 commented 9 months ago

it fails because the package dpkg-sig was removed in debian 12 bookworm: https://tracker.debian.org/pkg/dpkg-sig

should we stop supporting it as well?

caarlos0 commented 2 months ago

can still verify it with gpg!

caarlos0 commented 2 months ago

but then debsig tests fail 🤙🏻