summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-09-26 18:35:23 +0200
committerChristian Grothoff <christian@grothoff.org>2023-09-26 18:35:23 +0200
commitb20f01702f673607aa18c5f476d973971c2f7d2c (patch)
treece35b13e0f55610baaf409c60b3d380298bd1b4a /debian
parent8415fcc53d812bfb551c1ef07733c02410eece78 (diff)
downloadsync-b20f01702f673607aa18c5f476d973971c2f7d2c.tar.gz
sync-b20f01702f673607aa18c5f476d973971c2f7d2c.tar.bz2
sync-b20f01702f673607aa18c5f476d973971c2f7d2c.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')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index a693697..35b0897 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends:
libgnunet-dev (>=0.20),
libtalerexchange-dev (>= 0.9.3),
libtalermerchant-dev (>= 0.9.3),
- libpq-dev (>=13.0),
+ libpq-dev (>=15.0),
pkg-config,
po-debconf,
zlib1g-dev,
@@ -51,7 +51,7 @@ Depends:
${misc:Depends},
${shlibs:Depends}
Recommends:
- postgresql (>=13.0),
+ postgresql (>=15.0),
apache2 | nginx | httpd
Description: GNU Taler's encrypted backup store.
.