[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Plan for backporting Inkscape 1.0 in buster?



On Mon, 18 May 2020 at 07:46:09 +0100, Phil Wyett wrote:
> but there is an issue post build with 'dh_dwz' failing

dwz is an optional optimization (it compresses the detached debug symbols
found in -dbgsym packages). If it is problematic for a particular package
or backport, it's straightforward to turn off, which will result in
somewhat larger debug symbols but shouldn't break anything. Add to
debian/rules:

override_dh_dwz:
	:

This is also useful when moving a package from debhelper compat level 11,
which does not enable dh_dwz by default, to 12, which does: with dh_dwz
disabled, packages built at compat level 11 and 12 will often be similar
enough that diffoscope produces a comprehensible diff.

Regards,
    smcv


Reply to: