vip-manager: Disable netip-port patch on bullseye and jammy
authorChristoph Berg <myon@debian.org>
Wed, 18 Oct 2023 13:42:43 +0000 (15:42 +0200)
committerChristoph Berg <myon@debian.org>
Wed, 18 Oct 2023 13:42:43 +0000 (15:42 +0200)
jenkins/generate-pgdg-source

index 1e31b09487c22dc43d263b8618eb05aaf5c25f2e..1151434b1f56580a4f282bce2d517aa5698aad87 100755 (executable)
@@ -262,6 +262,12 @@ case $PACKAGE in
         TWEAK+=("Re-enable consul.")
         ;;
     esac
+    case ${distribution:-} in
+      bullseye|jammy)
+        sed -i -e '/netip-port/d' debian/patches/series
+        TWEAK+=("Remove netip-port patch.")
+        ;;
+    esac
     ;;
 esac