# tweaks for other packages
case $PACKAGE in
+ pgbouncer)
+ case ${distribution:-} in
+ bookworm|bullseye|noble|jammy|focal)
+ sed -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
+ TWEAK+=("Remove tzdata-legacy build-dependency.")
+ ;;
+ esac
+ ;;
+
postgis)
case ${distribution:-} in
buster|stretch|focal|eoan|bionic|xenial)