SolidCharity / LightBuildServer

LightBuildServer for building rpm and deb packages and running CI scripts, using linux containers
BSD 3-Clause "New" or "Revised" License
11 stars 1 forks source link

Debian Bookworm: Unable to locate package dpkg-sig #222

Closed tpokorra closed 1 year ago

tpokorra commented 1 year ago

the package dpkg-sig is not available for Debian 12 (bookworm)

https://packages.debian.org/sid/dpkg-sig

We use it to sign our built Debian packages: https://github.com/SolidCharity/LightBuildServer/blob/main/lib/BuildHelperDebian.py#L223

tpokorra commented 1 year ago

see https://askubuntu.com/a/684595/194547 we should run dpkg-buildpackage without the -uc switch: https://github.com/SolidCharity/LightBuildServer/blob/main/lib/BuildHelperDebian.py#LL213C85-L213C103