Re: Pinning not working?!

2023-04-03 Thread Alexander V. Makartsev
On 04.04.2023 00:12, Thomas Schweikle wrote: does not seen to work at all, since the 4.1-2 package has priority 500 but if pinning would work it should have 1000. What is wrong here? It works for me.     Without pinning: $ apt-cache policy nvidia-driver nvidia-driver:   Installed: 470.161.03-1

Re: Pinning not working?!

2023-04-03 Thread Sven Joachim
On 2023-04-03 19:12 +, Thomas Schweikle wrote: > I'd like to pin audacious to version 4.1. I've defined in > /etc/apt/preferences.d/audacious.pref: > > Package: audacious* > Pin: version 4.1* > Pin-Priority: 1000 > > Package: libaudcore5* > Pin: version 4.1* > Pin-Priority: 1000 > > Package: l

Re: Pinning not working?!

2023-04-03 Thread piorunz
On 03/04/2023 20:12, Thomas Schweikle wrote: does not seen to work at all, since the 4.1-2 package has priority 500 but if pinning would work it should have 1000. What is wrong here? Hi Thomas, I don't remember how exactly pinning reads your preferences file, it's been a while since I had a

Re: pinning not working

2009-04-01 Thread Thorny
> [...] > t60[~]$ cat /etc/apt/preferences > Package: * > Pin: release a=lenny > Pin-Priority: 900 > > Package: * > Pin: release a=sid > Pin-Priority: 300 > > Package: * > Pin: release a=experimental > Pin-Priority: 101 > > [...] As Osamu pointed out you are using codenames. However I thought t

Re: pinning not working

2009-03-31 Thread thveillon.debian
Boyd Stephen Smith Jr. a écrit : > In <20090331142022.ga12...@osamu.debian.net>, Osamu Aoki wrote: >> It is tricky but apt-pin only works with >> testing/stable/unstable/experimental/... suite names. > > Technically, > release a= > matches any package where its repository's Release file has: > Sui

Re: pinning not working

2009-03-31 Thread Boyd Stephen Smith Jr.
In <20090331142022.ga12...@osamu.debian.net>, Osamu Aoki wrote: >It is tricky but apt-pin only works with >testing/stable/unstable/experimental/... suite names. Technically, release a= matches any package where its repository's Release file has: Suite: It's just that the Release files in the off

Re: pinning not working

2009-03-31 Thread Osamu Aoki
Hi, It is tricky but apt-pin only works with testing/stable/unstable/experimental/... suite names. You are using codename. See http://people.debian.org/~osamu/pub/getwiki/html/ch03.en.html#tweakingcandidateversion On Tue, Mar 31, 2009 at 10:05:09AM -0400, Luis Finotti wrote: > Hi, > > I am tr