https://bugs.kde.org/show_bug.cgi?id=387744

--- Comment #4 from tomhut...@aim.com ---
I have apt pinning still intact:

$ cat /etc/apt/preferences.d/firefox.pref
Package: *
Pin: release o=Debian,a=buster
Pin-Priority: 900

Package: firefox
Pin: release o=Debian,a=sid
Pin-Priority: 1000


Now I disabled the sid repo:

$ cat /etc/apt/sources.list.d/sid.list
#deb http://debian.mirror.iphh.net/debian/ sid contrib non-free main

$ apt-get update
$ apt-get -s dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

$ pkcon get-updates
Getting updates               [=========================]
Loading cache                 [=========================]
Finished                      [=========================]
There are no updates available at this time.

Then I reenabled the sid repo:

$ cat /etc/apt/sources.list.d/sid.list
deb http://debian.mirror.iphh.net/debian/ sid contrib non-free main

$ apt-get update
$ apt-get -s dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

$ pkcon get-updates                      
Getting updates               [=========================]         
Loading cache                 [=========================]         
Finished                      [=========================]         
Normal          apparmor-2.11.1-4.amd64 (debian-unstable-main)                 
user-space parser utility for AppArmor
Normal          apparmor-notify-2.11.1-4.all (debian-unstable-main)            
AppArmor notification system
Normal          apparmor-profiles-2.11.1-4.all (debian-unstable-main)          
profiles for AppArmor Security policies
Normal          at-spi2-core-2.26.2-2.amd64 (debian-unstable-main)             
Assistive Technology Service Provider Interface (dbus core)
....

$pkcon get-updates | grep "^Normal" | wc -l
134

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to