mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-07 23:07:00 +02:00
parent
999791d013
commit
c722964096
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
pgloader (3.6.10-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* New upstream version.
|
||||||
|
* Bump ip4r dependencies to 16. (Closes: #1052837)
|
||||||
|
|
||||||
|
-- Christoph Berg <myon@debian.org> Thu, 02 Nov 2023 17:44:07 +0100
|
||||||
|
|
||||||
pgloader (3.6.9-1) unstable; urgency=medium
|
pgloader (3.6.9-1) unstable; urgency=medium
|
||||||
|
|
||||||
* New upstream version.
|
* New upstream version.
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -51,7 +51,7 @@ Build-Depends:
|
|||||||
gawk,
|
gawk,
|
||||||
help2man,
|
help2man,
|
||||||
libsqlite3-dev,
|
libsqlite3-dev,
|
||||||
postgresql-15-ip4r <!nocheck> | postgresql-ip4r <!nocheck>,
|
postgresql-16-ip4r <!nocheck> | postgresql-ip4r <!nocheck>,
|
||||||
python3-sphinx,
|
python3-sphinx,
|
||||||
python3-sphinx-rtd-theme,
|
python3-sphinx-rtd-theme,
|
||||||
sbcl (>= 1.1.13),
|
sbcl (>= 1.1.13),
|
||||||
|
2
debian/tests/control
vendored
2
debian/tests/control
vendored
@ -8,6 +8,6 @@ Restrictions: allow-stderr, needs-root
|
|||||||
|
|
||||||
Depends:
|
Depends:
|
||||||
pgloader,
|
pgloader,
|
||||||
postgresql-15-ip4r | postgresql-ip4r,
|
postgresql-16-ip4r | postgresql-ip4r,
|
||||||
Tests: testsuite
|
Tests: testsuite
|
||||||
Restrictions: allow-stderr
|
Restrictions: allow-stderr
|
||||||
|
Loading…
Reference in New Issue
Block a user