Skip to content

Commit 84ed9c6

Browse files
committed
Bump ip4r dependencies to 15
Closes: #1022296
1 parent 6d61c8c commit 84ed9c6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bootstrap-debian.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xcbcb082a1bb943db
2727
sudo add-apt-repository 'deb http://mirrors.linsrv.net/mariadb/repo/10.0/debian wheezy main'
2828

2929
sudo apt-get update
30-
sudo apt-get install -y postgresql-9.3 postgresql-contrib-9.3 \
31-
postgresql-9.3-ip4r \
30+
sudo apt-get install -y postgresql-15 \
31+
postgresql-15-ip4r \
3232
sbcl \
3333
git patch unzip \
3434
devscripts pandoc \

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Build-Depends:
5151
gawk,
5252
help2man,
5353
libsqlite3-dev,
54-
postgresql-14-ip4r <!nocheck> | postgresql-ip4r <!nocheck>,
54+
postgresql-15-ip4r <!nocheck> | postgresql-ip4r <!nocheck>,
5555
python3-sphinx,
5656
python3-sphinx-rtd-theme,
5757
sbcl (>= 1.1.13),

debian/tests/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Restrictions: allow-stderr, needs-root
88

99
Depends:
1010
pgloader,
11-
postgresql-14-ip4r | postgresql-ip4r,
11+
postgresql-15-ip4r | postgresql-ip4r,
1212
Tests: testsuite
1313
Restrictions: allow-stderr

0 commit comments

Comments
 (0)