commit f4f07677394b7356688498f619128f42fc2072a8 Merge: e4eabb720 37b95c0b0 Author: Reinhard Tartler <siretart@debian.org> Date: Sat Mar 8 13:20:39 2025 +0000 Merge branch 'build-origin' into 'debian/sid' debian/rules: set "Build Origin" field See merge request go-team/packages/podman!11 commit 37b95c0b099da87eaf0f530c704f36ba958d8a8d Author: Paul Holzinger <git@holzinger.dev> Date: Sat Feb 22 18:55:01 2025 +0100 debian/rules: set "Build Origin" field With podman 5.4 upstream added a new field to podman version/info which is called "Build Origin" [1]. Packages should set this to a unique identifiable string for the distro/repository where the package is installed from. This is useful for upstream as we can quickly see where a package was installed from when looking at upstream bugs and then better redirect user to the right bug tracker in case the problem is with the package and not the upstream source. To set the right value use the DEB_VENDOR var from the vendor macro, it prints "Debian" and on ubuntu it should print "Ubuntu" (though I have not tested ubuntu). [1] https://github.com/containers/podman/commit/d3706bcad1c933b6cd2950c3c9479c9169e678c4 Signed-off-by: Paul Holzinger <git@holzinger.dev>
Among the 7 debian patches available in version 5.4.0+ds1-1 of the package, we noticed the following issues: