Werk #15425: agent bakery: Change internal .deb format

Component Agent bakery
Title agent bakery: Change internal .deb format
Date Apr 21, 2023
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.3.0b1 Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)
2.2.0b5 Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)

This Werk fixes a little detail that will be irrelevant for most users.
It's best explained with an example.

Before:

$ ar x check_mk_agent.deb
$ tar tf control.tar.gz
postinst
preinst
prerm
control
conffiles
md5sums

Now:

$ ar x check_mk_agent.deb
$ tar tf control.tar.gz
.
./postinst
./preinst
./prerm
./control
./conffiles
./md5sums

While there's no advantage in packaging relative to ".", it seems to be the expected format for control.tar.gz and data.tar.gz, as we received some feedback about the SUSE manager not recognizing the .deb package otherwise.

To the list of all Werks