Hi Niels,
On Sat, Aug 04, 2018 at 08:38:00AM +0000, Niels Thykier wrote:
> On Sat, 7 Jul 2018 11:40:54 +0300 "Yuriy M. Kaminskiy"
> <yumkam+debian@gmail.com> wrote:
> > I think (at least, 'Multi-arch: foreign' *and* 'Architecture' != all)
> > packages should have explicit parent package arch dependency
> > Depend: foo:${Arch} (=${binary:Version})
> > instead of
> > Depend: foo (=${binary:Version})
> > Untested patch against debhelper 11.3.5 attached (please review
> > carefully, I'm neither M-A nor debhelper expert).
Yes, this makes somewhat sense.
Personally, I disagree with the Depends though. I've often been in the
situation of wanting to debug a foreign core file or remotely attaching
to a process on a different system. These dependencies were not helpful
at all in these situations. Personally, I'm in favour of making -dbgsym
packages dependency-less. I acknowledge that others see things
different.
In any case, we agree that if we want the dependency, then it is
presently too weak.
[...]