Hi Niels, On Sat, Apr 25, 2020 at 09:59:58AM +0200, Niels Thykier wrote: > Would this be possible? :) > > Do you need some assistance from debhelper to make this feasible? Yes, definitely! It's a matter of bumping the max compat level and then adding code to upgrade things to match the expections of the new compat level - such as removing override_dh_installsystemd for 13. The upgrade checklist in debhelper(7) is *really* helpful when writing that code.
A minor thing that would help is if there was some way to get the latest stable debhelper compat version, i.e. something like Debian::Debhelper::Dh_Lib::LOWEST_NON_DEPRECATED_COMPAT_LEVEL but that was currently set to 13. Cheers, Jelmer

