Fix sed invocation
authorChristoph Berg <myon@debian.org>
Tue, 4 Feb 2025 14:48:04 +0000 (15:48 +0100)
committerChristoph Berg <myon@debian.org>
Tue, 4 Feb 2025 14:48:04 +0000 (15:48 +0100)
jenkins/generate-pgdg-source

index 4a318ac526b97ea381edec784cb9df33a5969eba..fcdc6bf3e0ecaa5e6fec7139fa4a1bbb1175fd54 100755 (executable)
@@ -237,13 +237,13 @@ case $PACKAGE in
   pgbouncer)
     case ${distribution:-} in
       bookworm|bullseye|noble|jammy|focal)
-        sed -e '/python3-filelock/a \ python3-contextlib2,' debian/control
+        sed -i -e '/python3-filelock/a \ python3-contextlib2,' debian/control
         TWEAK+=("Add python3-contextlib2 build-dependency.")
         ;;
     esac
     case ${distribution:-} in
       bookworm|bullseye|jammy|focal)
-        sed -e '/tzdata-legacy/d' debian/control
+        sed -i -e '/tzdata-legacy/d' debian/control
         TWEAK+=("Remove tzdata-legacy build-dependency.")
         ;;
     esac