mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-05 02:46:10 +02:00
parent
6d61c8c770
commit
84ed9c6c48
@ -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 \
|
||||
|
||||
2
debian/control
vendored
2
debian/control
vendored
@ -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),
|
||||
|
||||
2
debian/tests/control
vendored
2
debian/tests/control
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user