Because of a bug in cloud-init v22.4.2-1 shipped with debian 12, i'm trying to get the version v23.1 compiled for debian but unfortunately intermediate release builds are not longer available in the testing repository. The latest version is not compatible with debian 12 because v25.x needs updating some dependencies (e.g. libc6) which may brake other packages in the distro.
My last resort is to build v23.1 from source but i can't find any documentation excepting this: https://github.com/canonical/cloud-init/tree/main/packages which seems incomplete. What needs to be installed & run to build the package and get a .deb file ?
Because of a bug in
cloud-init v22.4.2-1shipped with debian 12, i'm trying to get the versionv23.1compiled for debian but unfortunately intermediate release builds are not longer available in the testing repository. The latest version is not compatible with debian 12 becausev25.xneeds updating some dependencies (e.g.libc6) which may brake other packages in the distro.My last resort is to build
v23.1from source but i can't find any documentation excepting this: https://github.com/canonical/cloud-init/tree/main/packages which seems incomplete. What needs to be installed & run to build the package and get a.debfile ?