Closed bertsky closed 8 months ago
Please re-open if those changes are really required for a Debian based Linux distribution.
On Debian – in my case libpango1.0-dev did not pull libfribidi-dev...
I just checked that for Debian stable, old stable and old old stable: in all cases libpango1.0-dev has an unconditional dependency for libfribidi-dev, so any installation with libpango1.0-dev but without libfribidi-dev would be broken.
The same is true for Debian testing.
Very strange.
@bertsky,
Do you use any 3rd party repo for Debian packages?
Do you use any 3rd party repo for Debian packages?
Oops! I did have Debian testing
in the sources list. Hence my versions of build-essential etc are actually from Debian trixie. But there, still, libpango1.0-dev depends on libfribidi-dev ...
https://wiki.debian.org/DontBreakDebian#Don.27t_make_a_FrankenDebian
Indeed – that was not a good decision at the time. But I did create a pin rule to prevent testing from slipping in unwarranted:
Package: *
Pin: release a=stable
Pin-Priority: 700
Package: *
Pin: release a=testing
Pin-Priority: 650
So IIUC it would only prefer that source if I requested certain versions...
Basically you combined oldoldstable with nextnexttobethenextstable :-)
Basically you combined oldoldstable with nextnexttobethenextstable :-)
I know, I know – call me crazy!
(otherwise training tools will be deactivated)