[16:01] Hey guys, is there an easy way to compare existing packages between debian and ubuntu? [16:02] I'm seeing an ubuntu only problem (sections from the elf header get stripped) and even using "nostrip" as the DEB_BUILD_OPTIONS doesn't help, so I wonder what could've happened there [16:03] to be precise: nostrip adds 8 sections, most notably .debug_str, .debug_line etc pp, but NOT the VERSYM that I miss. Just building on debian and/or investigating the deb on a debian docker container had these sections [16:04] So I guess something with debian/rules