diff --git a/preferences.d/prefer-debian-08-jessie.pref b/preferences.d/prefer-debian-08-jessie.pref index 9c2456b..1aa764a 100644 --- a/preferences.d/prefer-debian-08-jessie.pref +++ b/preferences.d/prefer-debian-08-jessie.pref @@ -36,6 +36,15 @@ Package: * Pin: release o=Debian Backports,n=bullseye-backports Pin-Priority: 680 +# Debian 12 +Package: * +Pin: release o=Debian,n=bookworm* +Pin-Priority: 590 + +Package: * +Pin: release o=Debian Backports,n=bookworm-backports +Pin-Priority: 580 + # Debian unstable Package: * Pin: release o=Debian,n=sid* diff --git a/preferences.d/prefer-debian-09-stretch.pref b/preferences.d/prefer-debian-09-stretch.pref index fc138bd..397c851 100644 --- a/preferences.d/prefer-debian-09-stretch.pref +++ b/preferences.d/prefer-debian-09-stretch.pref @@ -27,6 +27,15 @@ Package: * Pin: release o=Debian Backports,n=bullseye-backports Pin-Priority: 780 +# Debian 12 +Package: * +Pin: release o=Debian,n=bookworm* +Pin-Priority: 690 + +Package: * +Pin: release o=Debian Backports,n=bookworm-backports +Pin-Priority: 680 + # Debian unstable Package: * Pin: release o=Debian,n=sid* diff --git a/preferences.d/prefer-debian-10-buster.pref b/preferences.d/prefer-debian-10-buster.pref index 785091c..68c348d 100644 --- a/preferences.d/prefer-debian-10-buster.pref +++ b/preferences.d/prefer-debian-10-buster.pref @@ -18,6 +18,15 @@ Package: * Pin: release o=Debian Backports,n=bullseye-backports Pin-Priority: 880 +# Debian 12 +Package: * +Pin: release o=Debian,n=bookworm* +Pin-Priority: 790 + +Package: * +Pin: release o=Debian Backports,n=bookworm-backports +Pin-Priority: 780 + # Debian unstable Package: * Pin: release o=Debian,n=sid* diff --git a/preferences.d/prefer-debian-11-bullseye.pref b/preferences.d/prefer-debian-11-bullseye.pref index 9fc7684..c811a66 100644 --- a/preferences.d/prefer-debian-11-bullseye.pref +++ b/preferences.d/prefer-debian-11-bullseye.pref @@ -9,6 +9,15 @@ Package: * Pin: release o=Debian Backports,n=bullseye-backports Pin-Priority: 980 +# Debian 12 +Package: * +Pin: release o=Debian,n=bookworm* +Pin-Priority: 890 + +Package: * +Pin: release o=Debian Backports,n=bookworm-backports +Pin-Priority: 880 + # Debian unstable Package: * Pin: release o=Debian,n=sid* diff --git a/preferences.d/prefer-debian-12-bookworm.pref b/preferences.d/prefer-debian-12-bookworm.pref new file mode 100644 index 0000000..8748d7c --- /dev/null +++ b/preferences.d/prefer-debian-12-bookworm.pref @@ -0,0 +1,20 @@ +# target-release priorities should be >= 990 (and < 1000) apart from backports + +# Debian 12 +Package: * +Pin: release o=Debian,n=bookworm* +Pin-Priority: 990 + +Package: * +Pin: release o=Debian Backports,n=bookworm-backports +Pin-Priority: 980 + +# Debian unstable +Package: * +Pin: release o=Debian,n=sid* +Pin-Priority: 300 + +# Debian others (experimental, ...) +Package: * +Pin: release o=Debian +Pin-Priority: 1 diff --git a/preferences.d/prefer-lighttpd.net.pref b/preferences.d/prefer-lighttpd.net.pref index 1481ba0..9b1712b 100644 --- a/preferences.d/prefer-lighttpd.net.pref +++ b/preferences.d/prefer-lighttpd.net.pref @@ -1,10 +1,5 @@ # target-release priorities should be >= 990 (and < 1000) apart from backports -# Debian 8 -Package: * -Pin: release o=lighttpd.net,n=jessie* -Pin-Priority: 990 - # Debian 9 Package: * Pin: release o=lighttpd.net,n=stretch* @@ -13,4 +8,14 @@ Pin-Priority: 890 # Debian 10 Package: * Pin: release o=lighttpd.net,n=buster* +Pin-Priority: 890 + +# Debian 11 +Package: * +Pin: release o=lighttpd.net,n=bullseye* Pin-Priority: 790 + +# Debian 12 +Package: * +Pin: release o=lighttpd.net,n=bookworm* +Pin-Priority: 690 diff --git a/preferences.d/prefer-zfs-on-linux.pref b/preferences.d/prefer-zfs-on-linux.pref index defbe00..b796c5b 100644 --- a/preferences.d/prefer-zfs-on-linux.pref +++ b/preferences.d/prefer-zfs-on-linux.pref @@ -1,20 +1,25 @@ # prefer packages from zfsonlinux.org if they match /zfs|spl/ -# Debian 8 -Package: /zfs|spl/ -Pin: release o=archive.zfsonlinux.org,n=jessie* -Pin-Priority: 991 - # Debian 9 Package: /zfs|spl/ Pin: release o=archive.zfsonlinux.org,n=stretch* -Pin-Priority: 891 +Pin-Priority: 991 # Debian 10 Package: /zfs|spl/ Pin: release o=archive.zfsonlinux.org,n=buster* +Pin-Priority: 891 + +# Debian 11 +Package: /zfs|spl/ +Pin: release o=archive.zfsonlinux.org,n=bullseye* Pin-Priority: 791 +# Debian 12 +Package: /zfs|spl/ +Pin: release o=archive.zfsonlinux.org,n=bookworm* +Pin-Priority: 691 + # Debian unstable Package: /zfs|spl/ Pin: release o=archive.zfsonlinux.org,n=sid* diff --git a/sources.list.d/debian-12-bookworm-debug.list b/sources.list.d/debian-12-bookworm-debug.list new file mode 100644 index 0000000..67be06d --- /dev/null +++ b/sources.list.d/debian-12-bookworm-debug.list @@ -0,0 +1,2 @@ +deb http://debug.mirrors.debian.org/debian-debug bookworm-debug main contrib non-free +deb http://debug.mirrors.debian.org/debian-debug bookworm-proposed-updates-debug main contrib non-free diff --git a/sources.list.d/debian-12-bookworm-src.list b/sources.list.d/debian-12-bookworm-src.list new file mode 100644 index 0000000..c38bf4d --- /dev/null +++ b/sources.list.d/debian-12-bookworm-src.list @@ -0,0 +1,5 @@ +deb-src http://ftp.de.debian.org./debian bookworm main contrib non-free +deb-src http://ftp.de.debian.org./debian bookworm-updates main contrib non-free +deb-src http://ftp.de.debian.org./debian bookworm-proposed-updates main contrib non-free +deb-src http://security.debian.org./ bookworm/updates main contrib non-free +# deb-src http://ftp.de.debian.org./debian bookworm-backports main contrib non-free diff --git a/sources.list.d/debian-12-bookworm.list b/sources.list.d/debian-12-bookworm.list new file mode 100644 index 0000000..98fb22c --- /dev/null +++ b/sources.list.d/debian-12-bookworm.list @@ -0,0 +1,5 @@ +deb http://ftp.de.debian.org./debian bookworm main contrib non-free +deb http://ftp.de.debian.org./debian bookworm-updates main contrib non-free +deb http://ftp.de.debian.org./debian bookworm-proposed-updates main contrib non-free +deb http://security.debian.org./ bookworm/updates main contrib non-free +# deb http://ftp.de.debian.org./debian bookworm-backports main contrib non-free diff --git a/sources.list.d/lighttpd-utils-stretch.sources b/sources.list.d/lighttpd-utils-09-stretch.sources similarity index 100% rename from sources.list.d/lighttpd-utils-stretch.sources rename to sources.list.d/lighttpd-utils-09-stretch.sources diff --git a/sources.list.d/lighttpd-utils-10-buster.sources b/sources.list.d/lighttpd-utils-10-buster.sources new file mode 100644 index 0000000..6f0c35e --- /dev/null +++ b/sources.list.d/lighttpd-utils-10-buster.sources @@ -0,0 +1,5 @@ +Types: deb +URIs: http://debian.lighttpd.net/lighttpd-utils +Suites: buster +Components: main +Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.key diff --git a/sources.list.d/lighttpd-utils-11-bullseye.sources b/sources.list.d/lighttpd-utils-11-bullseye.sources new file mode 100644 index 0000000..711fb2f --- /dev/null +++ b/sources.list.d/lighttpd-utils-11-bullseye.sources @@ -0,0 +1,5 @@ +Types: deb +URIs: http://debian.lighttpd.net/lighttpd-utils +Suites: bullseye +Components: main +Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.key diff --git a/sources.list.d/lighttpd1.4.x-stretch.sources b/sources.list.d/lighttpd1.4.x-09-stretch.sources similarity index 100% rename from sources.list.d/lighttpd1.4.x-stretch.sources rename to sources.list.d/lighttpd1.4.x-09-stretch.sources diff --git a/sources.list.d/lighttpd1.4.x-10-buster.sources b/sources.list.d/lighttpd1.4.x-10-buster.sources new file mode 100644 index 0000000..6c7bde2 --- /dev/null +++ b/sources.list.d/lighttpd1.4.x-10-buster.sources @@ -0,0 +1,5 @@ +Types: deb +URIs: http://debian.lighttpd.net/lighttpd1.4 +Suites: buster +Components: main +Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.key diff --git a/sources.list.d/lighttpd1.4.x-11-bullseye.sources b/sources.list.d/lighttpd1.4.x-11-bullseye.sources new file mode 100644 index 0000000..97d9550 --- /dev/null +++ b/sources.list.d/lighttpd1.4.x-11-bullseye.sources @@ -0,0 +1,5 @@ +Types: deb +URIs: http://debian.lighttpd.net/lighttpd1.4 +Suites: bullseye +Components: main +Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.key diff --git a/sources.list.d/lighttpd2-stretch-nightlies.sources b/sources.list.d/lighttpd2-09-stretch-nightlies.sources similarity index 100% rename from sources.list.d/lighttpd2-stretch-nightlies.sources rename to sources.list.d/lighttpd2-09-stretch-nightlies.sources diff --git a/sources.list.d/lighttpd2-stretch.sources b/sources.list.d/lighttpd2-09-stretch.sources similarity index 100% rename from sources.list.d/lighttpd2-stretch.sources rename to sources.list.d/lighttpd2-09-stretch.sources diff --git a/sources.list.d/lighttpd2-10-buster-nightlies.sources b/sources.list.d/lighttpd2-10-buster-nightlies.sources new file mode 100644 index 0000000..355a50b --- /dev/null +++ b/sources.list.d/lighttpd2-10-buster-nightlies.sources @@ -0,0 +1,24 @@ +Types: deb +URIs: http://debian.lighttpd.net/lighttpd2-nightlies +Suites: buster +Components: main +Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.key + +Types: deb +URIs: http://debian.lighttpd.net/lighttpd2 +Suites: buster +Components: main +Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.key + +Types: deb +URIs: http://debian.lighttpd.net/lighttpd-utils-nightlies +Suites: buster +Components: main +Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.key +Enabled: no + +Types: deb +URIs: http://debian.lighttpd.net/lighttpd-utils +Suites: buster +Components: main +Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.key diff --git a/sources.list.d/lighttpd2-10-buster.sources b/sources.list.d/lighttpd2-10-buster.sources new file mode 100644 index 0000000..0c0d849 --- /dev/null +++ b/sources.list.d/lighttpd2-10-buster.sources @@ -0,0 +1,11 @@ +Types: deb +URIs: http://debian.lighttpd.net/lighttpd2 +Suites: buster +Components: main +Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.key + +Types: deb +URIs: http://debian.lighttpd.net/lighttpd-utils +Suites: buster +Components: main +Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.key diff --git a/sources.list.d/lighttpd2-11-bullseye-nightlies.sources b/sources.list.d/lighttpd2-11-bullseye-nightlies.sources new file mode 100644 index 0000000..da7d595 --- /dev/null +++ b/sources.list.d/lighttpd2-11-bullseye-nightlies.sources @@ -0,0 +1,24 @@ +Types: deb +URIs: http://debian.lighttpd.net/lighttpd2-nightlies +Suites: bullseye +Components: main +Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.key + +Types: deb +URIs: http://debian.lighttpd.net/lighttpd2 +Suites: bullseye +Components: main +Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.key + +Types: deb +URIs: http://debian.lighttpd.net/lighttpd-utils-nightlies +Suites: bullseye +Components: main +Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.key +Enabled: no + +Types: deb +URIs: http://debian.lighttpd.net/lighttpd-utils +Suites: bullseye +Components: main +Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.key diff --git a/sources.list.d/lighttpd2-11-bullseye.sources b/sources.list.d/lighttpd2-11-bullseye.sources new file mode 100644 index 0000000..927ac6e --- /dev/null +++ b/sources.list.d/lighttpd2-11-bullseye.sources @@ -0,0 +1,11 @@ +Types: deb +URIs: http://debian.lighttpd.net/lighttpd2 +Suites: bullseye +Components: main +Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.key + +Types: deb +URIs: http://debian.lighttpd.net/lighttpd-utils +Suites: bullseye +Components: main +Signed-By: /etc/apt/single-keys/jenkins-lighttpd.net.key diff --git a/sources.list.d/obs-home-stbuehler-10-buster.sources b/sources.list.d/obs-home-stbuehler-10-buster.sources new file mode 100644 index 0000000..af2d1f7 --- /dev/null +++ b/sources.list.d/obs-home-stbuehler-10-buster.sources @@ -0,0 +1,4 @@ +Types: deb +URIs: http://download.opensuse.org/repositories/home:/stbuehler/Debian_10.0 +Suites: ./ +Signed-By: /etc/apt/single-keys/obs-home-stbuehler.key diff --git a/sources.list.d/obs-home-stbuehler-11-bullseye.sources b/sources.list.d/obs-home-stbuehler-11-bullseye.sources new file mode 100644 index 0000000..398a251 --- /dev/null +++ b/sources.list.d/obs-home-stbuehler-11-bullseye.sources @@ -0,0 +1,4 @@ +Types: deb +URIs: http://download.opensuse.org/repositories/home:/stbuehler/Debian_11.0 +Suites: ./ +Signed-By: /etc/apt/single-keys/obs-home-stbuehler.key diff --git a/sources.list.d/obs-home-stbuehler-gdbgui-10-buster.sources b/sources.list.d/obs-home-stbuehler-gdbgui-10-buster.sources new file mode 100644 index 0000000..260e145 --- /dev/null +++ b/sources.list.d/obs-home-stbuehler-gdbgui-10-buster.sources @@ -0,0 +1,4 @@ +Types: deb +URIs: http://download.opensuse.org/repositories/home:/stbuehler:/gdbgui/Debian_10.0 +Suites: ./ +Signed-By: /etc/apt/single-keys/obs-home-stbuehler.key diff --git a/sources.list.d/obs-home-stbuehler-gdbgui-11-bullseye.sources b/sources.list.d/obs-home-stbuehler-gdbgui-11-bullseye.sources new file mode 100644 index 0000000..9787b71 --- /dev/null +++ b/sources.list.d/obs-home-stbuehler-gdbgui-11-bullseye.sources @@ -0,0 +1,4 @@ +Types: deb +URIs: http://download.opensuse.org/repositories/home:/stbuehler:/gdbgui/Debian_11.0 +Suites: ./ +Signed-By: /etc/apt/single-keys/obs-home-stbuehler.key diff --git a/sources.list.d/obs-home-stbuehler-lighttpd-utils-10-buster.sources b/sources.list.d/obs-home-stbuehler-lighttpd-utils-10-buster.sources new file mode 100644 index 0000000..b95173f --- /dev/null +++ b/sources.list.d/obs-home-stbuehler-lighttpd-utils-10-buster.sources @@ -0,0 +1,4 @@ +Types: deb +URIS: http://download.opensuse.org/repositories/home:/stbuehler:/lighttpd-utils/Debian_10.0 +Suites: ./ +Signed-By: /etc/apt/single-keys/obs-home-stbuehler.key diff --git a/sources.list.d/obs-home-stbuehler-lighttpd-utils-11-bullseye.sources b/sources.list.d/obs-home-stbuehler-lighttpd-utils-11-bullseye.sources new file mode 100644 index 0000000..1bcd77d --- /dev/null +++ b/sources.list.d/obs-home-stbuehler-lighttpd-utils-11-bullseye.sources @@ -0,0 +1,4 @@ +Types: deb +URIS: http://download.opensuse.org/repositories/home:/stbuehler:/lighttpd-utils/Debian_11.0 +Suites: ./ +Signed-By: /etc/apt/single-keys/obs-home-stbuehler.key diff --git a/sources.list.d/rspamd.sources b/sources.list.d/rspamd-09-stretch.sources similarity index 100% rename from sources.list.d/rspamd.sources rename to sources.list.d/rspamd-09-stretch.sources diff --git a/sources.list.d/rspamd-10-buster.sources b/sources.list.d/rspamd-10-buster.sources new file mode 100644 index 0000000..2de521e --- /dev/null +++ b/sources.list.d/rspamd-10-buster.sources @@ -0,0 +1,7 @@ +# Types: deb deb-src +Types: deb +URIs: http://rspamd.com/apt-stable/ +Suites: buster +Components: main +Architectures: amd64 +Signed-By: /etc/apt/single-keys/rspamd.key