Package: release.debian.org Severity: normal User: [email protected] Usertags: transition
PostgreSQL 11 RC1 will be released next week, and 11.0 will follow one week later if everything goes well. I plan to target unstable with RC1. PG 11 is the version that will be released with buster; PG 10 will be removed once all packages have been migrated. As usual, there should be little release team coordination needed, the PostgreSQL team will be doing the necessary sourceful uploads for the PostgreSQL module packages. Ben file attached. Thanks, Christoph
>From db8cff538aed040c2da313b208ba343ddf1a1541 Mon Sep 17 00:00:00 2001 From: Christoph Berg <[email protected]> Date: Wed, 3 Oct 2018 19:19:02 +0200 Subject: [PATCH] Add postgresql-11 tracker --- config/ongoing/postgresql-11.ben | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config/ongoing/postgresql-11.ben diff --git a/config/ongoing/postgresql-11.ben b/config/ongoing/postgresql-11.ben new file mode 100644 index 0000000..aabd6d5 --- /dev/null +++ b/config/ongoing/postgresql-11.ben @@ -0,0 +1,5 @@ +title = "postgresql-11"; +is_affected = .depends ~ /postgresql.*-[19].*/ | .build-depends ~ /postgresql.*-[19].*/ | .recommends ~ /postgresql.*-[19].*/ | .suggests ~ /postgresql.*-[19].*/; +is_good = .depends ~ /postgresql.*-11.*/ | .build-depends ~ /postgresql.*-11.*/ | .recommends ~ /postgresql.*-11.*/ | .suggests ~ /postgresql.*-11.*/; +is_bad = .depends ~ /postgresql.*-(9|10).*/ | .build-depends ~ /postgresql.*-(9|10).*/ | .recommends ~ /postgresql.*-(9|10).*/ | .suggests ~ /postgresql.*-(9|10).*/; +export = false; -- 2.19.0.329.g76f2f5c1e3

