apt-config/preferences.d/prefer-stable.pref

41 lines
910 B
Plaintext

# target-release priorities should be >= 990 (and < 1000) apart from backports
# Debian stable
Package: *
Pin: release o=Debian,a=stable*
Pin-Priority: 990
# stable proposed-updates misses the "stable-" prefix..
Package: *
Pin: release o=Debian,a=proposed-updates
Pin-Priority: 990
# not working right now: bug in Release file: uses codename instead of stable
Package: *
Pin: release o=Debian Backports,a=stable-backports
Pin-Priority: 980
# Debian testing
Package: *
Pin: release o=Debian,a=testing*
Pin-Priority: 890
# not working right now: bug in Release file: uses codename instead of testing
Package: *
Pin: release o=Debian Backports,a=testing-backports
Pin-Priority: 880
# Debian unstable
Package: *
Pin: release o=Debian,n=sid*
Pin-Priority: 300
Package: *
Pin: release o=Debian Backports
Pin-Priority: 400
# Debian others (experimental, ...)
Package: *
Pin: release o=Debian
Pin-Priority: -1