--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
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 <myon@debian.org>
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
--- End Message ---
--- Begin Message ---
On 11/11/2018 19:36, Christoph Berg wrote:
> Re: Emilio Pozuelo Monfort 2018-10-10 <8581a475-abc9-3af1-2885-c8e7b6764406@debian.org>
>> This has started now, marking it as such.
>
> All packages have been migrated, with only postgresql-10 pending
> removal from unstable. (#913353)
>
> The tracker can be closed. (The remaining packages listed are false
> positives from un-anchored, broad regexps. E.g. nurpawiki is listed
> because it depends on "libpostgresql-ocaml-so955" =~ /postgresql.*9/.)
Great, let's close this then.
Emilio
--- End Message ---