Skip to content

Commit

Permalink
Bump ip4r dependencies to 15
Browse files Browse the repository at this point in the history
Closes: #1022296
  • Loading branch information
df7cb committed Oct 24, 2022
1 parent 6d61c8c commit 84ed9c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bootstrap-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xcbcb082a1bb943db
sudo add-apt-repository 'deb http://mirrors.linsrv.net/mariadb/repo/10.0/debian wheezy main'

sudo apt-get update
sudo apt-get install -y postgresql-9.3 postgresql-contrib-9.3 \
postgresql-9.3-ip4r \
sudo apt-get install -y postgresql-15 \
postgresql-15-ip4r \
sbcl \
git patch unzip \
devscripts pandoc \
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Build-Depends:
gawk,
help2man,
libsqlite3-dev,
postgresql-14-ip4r <!nocheck> | postgresql-ip4r <!nocheck>,
postgresql-15-ip4r <!nocheck> | postgresql-ip4r <!nocheck>,
python3-sphinx,
python3-sphinx-rtd-theme,
sbcl (>= 1.1.13),
Expand Down
2 changes: 1 addition & 1 deletion debian/tests/control
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Restrictions: allow-stderr, needs-root

Depends:
pgloader,
postgresql-14-ip4r | postgresql-ip4r,
postgresql-15-ip4r | postgresql-ip4r,
Tests: testsuite
Restrictions: allow-stderr

0 comments on commit 84ed9c6

Please sign in to comment.