From 910c0c0924ff00a2499048c48c9e8ec74fca7fc3 Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Mon, 22 Jan 2024 10:47:07 +0100 Subject: [PATCH] Jammy and focal still only have "tzdata" Jammy and focal didn't make the tzdata-legacy split, yet they bumped the package version numbers. --- jenkins/generate-pgdg-source | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/jenkins/generate-pgdg-source b/jenkins/generate-pgdg-source index e283d41..3bbdc41 100755 --- a/jenkins/generate-pgdg-source +++ b/jenkins/generate-pgdg-source @@ -196,6 +196,15 @@ case $PACKAGE in esac ;; esac +case $PACKAGE in + postgresql-8.?|postgresql-9.?|postgresql-[1-7]?) + case $distribution in jammy|focal) + sed -i -e 's/tzdata.*/tzdata,/' debian/tests/control + TWEAK+=("Test-depend on tzdata.") + ;; + esac + ;; +esac case $PACKAGE in postgresql-8.?|postgresql-9.?|prometheus-sql-exporter) case $distribution in buster) -- 2.39.5