add stretch lists / preferences
This commit is contained in:
parent
ad41b81604
commit
926c5a0a31
29
preferences.d/prefer-stretch.pref
Normal file
29
preferences.d/prefer-stretch.pref
Normal file
@ -0,0 +1,29 @@
|
||||
# target-release priorities should be >= 990 (and < 1000) apart from backports
|
||||
|
||||
# Debian 9
|
||||
Package: *
|
||||
Pin: release o=Debian,n=stretch*
|
||||
Pin-Priority: 990
|
||||
|
||||
Package: *
|
||||
Pin: release o=Debian Backports,n=stretch-backports
|
||||
Pin-Priority: 980
|
||||
|
||||
# Debian 10
|
||||
Package: *
|
||||
Pin: release o=Debian,n=buster*
|
||||
Pin-Priority: 890
|
||||
|
||||
Package: *
|
||||
Pin: release o=Debian Backports,n=buster-backports
|
||||
Pin-Priority: 880
|
||||
|
||||
# Debian unstable
|
||||
Package: *
|
||||
Pin: release o=Debian,n=sid*
|
||||
Pin-Priority: 300
|
||||
|
||||
# Debian others (experimental, ...)
|
||||
Package: *
|
||||
Pin: release o=Debian
|
||||
Pin-Priority: -1
|
5
sources.list.d/stretch-src.list
Normal file
5
sources.list.d/stretch-src.list
Normal file
@ -0,0 +1,5 @@
|
||||
deb-src http://ftp.de.debian.org./debian stretch main contrib non-free
|
||||
deb-src http://ftp.de.debian.org./debian stretch-updates main contrib non-free
|
||||
deb-src http://ftp.de.debian.org./debian stretch-proposed-updates main contrib non-free
|
||||
deb-src http://security.debian.org./ stretch/updates main contrib non-free
|
||||
deb-src http://ftp.de.debian.org./debian stretch-backports main contrib non-free
|
5
sources.list.d/stretch.list
Normal file
5
sources.list.d/stretch.list
Normal file
@ -0,0 +1,5 @@
|
||||
deb http://ftp.de.debian.org./debian stretch main contrib non-free
|
||||
deb http://ftp.de.debian.org./debian stretch-updates main contrib non-free
|
||||
deb http://ftp.de.debian.org./debian stretch-proposed-updates main contrib non-free
|
||||
deb http://security.debian.org./ stretch/updates main contrib non-free
|
||||
deb http://ftp.de.debian.org./debian stretch-backports main contrib non-free
|
Loading…
Reference in New Issue
Block a user