Different debian packages of same version (containerd.io)

Hi,

keeping containerd.io debian packages in the same repository (e.g. reprepro) ist currently not possible due to usage of same versions for different packages (hash sum differs).

e.g.

bionic

https://download.docker.com/linux/ubuntu/dists/bionic/stable/binary-amd64/Packages

Package: containerd.io
Architecture: amd64
Version: 1.6.8-1
Priority: optional
Section: devel
Maintainer: Containerd team <help@containerd.io>
Installed-Size: 124361
Provides: containerd, runc
Depends: libc6 (>= 2.14), libseccomp2 (>= 2.5.0)
Conflicts: containerd, runc
Replaces: containerd, runc
Filename: dists/bionic/pool/stable/amd64/containerd.io_1.6.8-1_amd64.deb
Size: 28146622
MD5sum: e4b94ee883e12aa8f72957a0440ec7b1
SHA1: 86cd22d041b8de1b3fa1a41ff0f86a542b3ac319
SHA256: 87f9fd04bba77c916a4d34269e05029b677b0ab37a0af211c319fa42ca8e1844
SHA512: b37d09904dce33bc7c1e047e64606223b0462e830b36411b57352260b00422790f4f8babefed06c1df8836be0229b626248b7a3aef514207af2699446cc17319
Homepage: https://containerd.io
Description: An open and reliable container runtime

jammy

https://download.docker.com/linux/ubuntu/dists/jammy/stable/binary-amd64/Packages

Package: containerd.io
Architecture: amd64
Version: 1.6.8-1
Priority: optional
Section: devel
Maintainer: Containerd team <help@containerd.io>
Installed-Size: 124373
Provides: containerd, runc
Depends: libc6 (>= 2.34), libseccomp2 (>= 2.5.0)
Conflicts: containerd, runc
Replaces: containerd, runc
Filename: dists/jammy/pool/stable/amd64/containerd.io_1.6.8-1_amd64.deb
Size: 28142334
MD5sum: af850597cad631d16dc20f37e8208297
SHA1: dc3e61ccb2284cd54060d7abd63a0d7b823718f1
SHA256: 74ce6b6b440073b6c64468a184d3f46c24061ee9f410e1812be38d60f8c16d12
SHA512: 8a16516689b74e78d97536f59f62a990d0b4cd4110c4c14d9e92bbde7864362a5411498e2e9c5a2f61526de873b63d41ddb555eb8b550a8193b90ac5a80e77ec
Homepage: https://containerd.io
Description: An open and reliable container runtime

Would it be possible to do it like with docker-ce packages, thus, adding a postfix ~ubuntu-jammy or ~ubuntu-bionic to the version?

Or - if those packages are really the same, please create identical packages with same hash.

Would be great!
Thanks!