postgresql: Remove tzdata-legacy from build and test dependencies.
authorChristoph Berg <myon@debian.org>
Mon, 12 Feb 2024 09:46:50 +0000 (10:46 +0100)
committerChristoph Berg <myon@debian.org>
Mon, 12 Feb 2024 09:46:50 +0000 (10:46 +0100)
jenkins/generate-pgdg-source

index bcffd9040b5ae36de2197a55cb7fe4a527cf786c..3567e294f49b24e58269c3f8bcb569d9fee0b6e1 100755 (executable)
@@ -200,9 +200,10 @@ case $PACKAGE in
 esac
 case $PACKAGE in
   postgresql-8.?|postgresql-9.?|postgresql-[1-7]?)
-    case $distribution in jammy|focal)
+    case $distribution in bookworm|bullseye|buster|jammy|focal)
+      sed -i -e '/tzdata-legacy/d' debian/control
       sed -i -e 's/tzdata.*/tzdata,/' debian/tests/control
-      TWEAK+=("Test-depend on tzdata.")
+      TWEAK+=("Remove tzdata-legacy from build and test dependencies.")
       ;;
     esac
     ;;