summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-09-26 18:35:18 +0200
committerChristian Grothoff <christian@grothoff.org>2023-09-26 18:35:18 +0200
commitaa0ee81dd944d67e352549b3cef13b9488c69a62 (patch)
tree70839d7852783fa683aa3f7582d990cfc0dd1878 /debian/control
parentd289a7f43089b75f097bec1a6d33905dd5d0543e (diff)
downloadexchange-aa0ee81dd944d67e352549b3cef13b9488c69a62.tar.gz
exchange-aa0ee81dd944d67e352549b3cef13b9488c69a62.tar.bz2
exchange-aa0ee81dd944d67e352549b3cef13b9488c69a62.zip
just tested with Postgres 13, had odd problems with arrays, pg15 works nicely, let's not support ancient PG versions in the future
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index e50e76ecf..d4ba9f5b8 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends:
libjansson-dev (>= 2.13),
libltdl-dev (>=2.2),
libmicrohttpd-dev (>=0.9.71),
- libpq-dev (>=13),
+ libpq-dev (>=15),
libsodium-dev (>=1.0.11),
libunistring-dev (>=0.9.2),
python3-jinja2,