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:
Christoph Berg 2018-07-05 19:05:58 +02:00
parent 1b150182dc
commit a199db1ae4
2 changed files with 9 additions and 1 deletions

8
debian/changelog vendored
View File

@ -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)

View File

@ -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