mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 10:31:02 +02:00
Debian: Make cl-pgloader test depend on ca-certificates
Make cl-pgloader test depend on ca-certificates so the snakeoil certificate is recognized as a valid CA. (Needs the /etc/ssl/certs/*.0 file.)
This commit is contained in:
parent
1b150182dc
commit
a199db1ae4
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
pgloader (3.5.2-3) UNRELEASED; urgency=medium
|
||||
|
||||
* Make cl-pgloader test depend on ca-certificates so the snakeoil
|
||||
certificate is recognized as a valid CA. (Needs the /etc/ssl/certs/*.0
|
||||
file.)
|
||||
|
||||
-- Christoph Berg <myon@debian.org> Thu, 05 Jul 2018 19:04:08 +0200
|
||||
|
||||
pgloader (3.5.2-2) unstable; urgency=medium
|
||||
|
||||
* Install pgloader.asd into correct location. (Closes: #857226)
|
||||
|
||||
2
debian/tests/control
vendored
2
debian/tests/control
vendored
@ -2,6 +2,6 @@ Depends: pgloader, postgresql
|
||||
Tests: regress
|
||||
Restrictions: allow-stderr, needs-root
|
||||
|
||||
Depends: cl-pgloader, postgresql, sbcl
|
||||
Depends: cl-pgloader, ca-certificates, postgresql, sbcl
|
||||
Tests: cl-pgloader
|
||||
Restrictions: allow-stderr
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user