Aptitude, upgrade and pinning



I'd like to upgrade some packages from testing to unstable
My configuration is the following one:

==========================================
samiel@debian:~$ cat /etc/apt/sources.list
# Lenny [Testing]
deb http://ftp.it.debian.org/debian/ testing main contrib non-free
deb-src http://ftp.it.debian.org/debian/ testing main contrib non-free
deb http://security.debian.org/ testing/updates main contrib
deb-src http://security.debian.org/ testing/updates main contrib

# Sid [Unstable]
deb http://ftp.it.debian.org/debian/ unstable main contrib non-free
deb-src http://ftp.it.debian.org/debian/ unstable main contrib non-free

# Marillat for Unstable
deb http://www.debian-multimedia.org sid main
# Marillat for Experimental
deb http://www.debian-multimedia.org experimental main

# Rarewares for Unstable
deb http://www.rarewares.org/debian/packages/unstable/ ./
# Rarewares for Experimental
deb http://www.rarewares.org/debian/packages/experimental/ ./

# Cinelerra
deb http://www.kiberpipa.org/~minmax/cinelerra/builds/sid/ ./
==========================================

==========================================
samiel@debian:~$ cat /etc/apt/apt.conf
APT::Default-Release "lenny";
APT::Cache-Limit 15000000;
Apt::Get::Purge;
APT::Clean-Installed;
APT::Get::Fix-Broken;
APT::Get::Fix-Missing;
APT::Get::Show-Upgraded "true";
APT::Force-LoopBreak=true;
APT::Get::AllowUnauthenticated 1;
==========================================

==========================================
samiel@debian:~$ cat /etc/apt/preferences
Package: *
Pin: release a=testing
Pin-Priority: 990

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

Package: *
Pin: release o=Unofficial Multimedia Packages
Pin-Priority: 850

Package: *
Pin: release o=xmixahlx
Pin-Priority: 800

Package: *
Pin: release a=experimental
Pin-Priority: 750
==========================================

But aptitude install -f kde/unstable gives me this output:

==========================================
debian:~# aptitude install -f kde/unstable
..
..
..
The following packages were blocked:
k3b libk3b3
0 packages upgraded, 0 installed, 0 to remove and 2 not upgraded.
==========================================

But in testing (and in my system) there is K3b 3.5.5,
while in unstable there is K3b 3.5.6. Is it impossible
to solve the dependencies to upgrade this package?

Thanx!
M.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx



Relevant Pages

  • Re: apt.conf or preferences can work in that case?
    ... #deb http://ftp.fr.debian.org/debian/ stable main contrib non-free ... #deb-src http://ftp.fr.debian.org/debian/ stable main contrib non-free ... Package: * ...
    (Debian-User)
  • Re: unable to specify -unstable branch for installation
    ... deb http://ftp.uwsg.indiana.edu/linux/debian/ stable main contrib non-free ... main contrib non-free deb http://security.debian.org/ stable/updates main ... Reading package lists... ...
    (Debian-User)
  • Re: gpg not working with kmail
    ... In this particular case, yes, because this package should be available. ... So, in that case, if gnupg could not be found, then one should ... deb http://ftp.us.debian.org/debian/ lenny main contrib non-free ... deb-src http://security.us.debian.org/ lenny/updates main contrib non-free ...
    (Debian-User)
  • Re: unable to specify -unstable branch for installation
    ... deb http://ftp.uwsg.indiana.edu/linux/debian/ testing main contrib non-free ... deb http://security.debian.org/ stable/updates main contrib non-free ... I have an additional deb entry for debian.nfgd.net which is the dbmail project debian package server. ...
    (Debian-User)
  • APT Strange Behaviour (Priorities)
    ... deb http://security.debian.org/ etch/updates main contrib non-free ... Pin: version 1.5.0-08-1.1 ... Pin-Priority: 1001 ... Package: sun-java5-demo ...
    (Debian-User)