Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: transition
Hi, PostgreSQL 12 rc1 is due to be released this week. Ben patch attached. As usual the transition will be done using sourceful uploads, so little release team interaction is expected to be needed. Christoph
>From dc20c59f948622dc761f06aa0d5da7d6813c3811 Mon Sep 17 00:00:00 2001 From: Christoph Berg <christoph.b...@credativ.de> Date: Tue, 24 Sep 2019 12:44:26 +0200 Subject: [PATCH] Add postgresql-12 tracker --- config/ongoing/postgresql-12.ben | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config/ongoing/postgresql-12.ben diff --git a/config/ongoing/postgresql-12.ben b/config/ongoing/postgresql-12.ben new file mode 100644 index 0000000..4ac60b1 --- /dev/null +++ b/config/ongoing/postgresql-12.ben @@ -0,0 +1,5 @@ +title = "postgresql-12"; +is_affected = .depends ~ /postgresql.*-1[012].*/ | .build-depends ~ /postgresql.*-1[012].*/ | .recommends ~ /postgresql.*-1[012].*/ | .suggests ~ /postgresql.*-1[012].*/; +is_good = .depends ~ /postgresql.*-12.*/ | .build-depends ~ /postgresql.*-12.*/ | .recommends ~ /postgresql.*-12.*/ | .suggests ~ /postgresql.*-12.*/; +is_bad = .depends ~ /postgresql.*-1[01].*/ | .build-depends ~ /postgresql.*-1[01].*/ | .recommends ~ /postgresql.*-1[01].*/ | .suggests ~ /postgresql.*-1[01].*/; +export = false; -- 2.23.0