Hey, Wilmer.
> forcemerge 530345 531219
> > ASAP. (And by the way there are currently two other RC bugs open, both
> > uncommented since three months.)
> Best of all, the one you're reporting is a dupe. :-)
Well, techincally they're different issues: you can fix #530345 just by
doing a sourceful upload with no changes, but source changes are needed
to fix #531219. But it seems you're interested in fixing #531219 already,
which is excellent. :-)
> Depends: bitlbee (= ${binary:Version})
> The dependency seems right already, it's a binary dep, not a source dep.
> I see other programs just make the dependency less tight by doing
> something like
> Depends: foo (>= ${source:Version})
> Is that the best I can get? :-/
Well. The problem is that bitlbee-dev is an arch:all package. So, when
you want strict dependencies among binaries from a same source package,
you use:
arch:any Depends arch:any => ${binary:Version}
arch:any Depends arch:all => ${source:Version}
arch:all Depends arch:all => ${source:Version}
arch:all Depends arch:any => not possible*
So with "not possible" I mean that you need, normally:
Depends: foo (>= ${source:Version}), foo (<< ${source:Version}.)
or something similar.
HTH,
--
- Are you sure we're good?
- Always.
-- Rory and Lorelai
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]