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

Re: Package priority puzzlement



I hope the pointer to the matching priorities on the two different
repositories was a helpful hint.

-- 
   The Wanderer

Yes... i suppose that explains the behavior.  Except this seems to mean that setting APT::Default-Release "stable" in apt.conf has no effect.
Before my previous installation got corrupted, i had an /etc/apt/preferences file where i'd set the priorities for testing above sid above stable.
Without that file, though, i don't see what effect the Default-Release is having.

So i stuck some appropriate priorities in /etc/apt/preferences (stable above testing above sid) and it now behaves as i expect.
*Except*... not when i use aptitude... only apt-get.  Using aptitude (which i try to do exclusively) it behaves exactly the same way with or without:

Explanation: This is a comment line
Package: *
Pin: release a=unstable
Pin-Priority: 750

Package: *
Pin: release a=testing
Pin-Priority: 850

Package: *
Pin: release a=stable
Pin-Priority: 900

Thanks for getting me past being fixed on thinking that specifying "stable" as the default release should do something.
Now to figure out why aptitude seems to ignore this file.

Also, yes, i usually use "shortcuts" for all those aptitude commands.
And the package has a broken dependency (wrongly, it seems to me), because that's what the 'B' means in the flags output.


Reply to: