Wrong release in changelog `Byzantium` vs `byzantium`
+ dpkg-parsechangelog -S Version
+ echo Version: 0.1
Version: 0.1
+ dpkg-parsechangelog -S Distribution
+ grep -qsE ^(byzantium|landing)$
+ exit 32
[Pipeline] echo
Wrong distribution or version in changelog found.
triggered by
https://source.puri.sm/Librem5/deb-build-jobs/-/blob/pureos/byzantium/blessed_build_auto.groovy#L103
which is there to make sure the upload into the archive works when the build passes.
Please also make sure the version number contains a pureos
as can also be seen in librem5-base: https://source.puri.sm/Librem5/librem5-base/-/blob/pureos/byzantium/debian/changelog#L1 as this is a requirement by the Pureos packaging policies: https://tracker.pureos.net/w/development/package_version_numbers/ which is also validate by Jenkins:
https://source.puri.sm/Librem5/deb-build-jobs/-/blob/pureos/byzantium/blessed_build_auto.groovy#L104
It might make sense to ask for an explicit packaging review when introducing a new package into PureOS to have this with less friction.