diff --git a/debian/changelog b/debian/changelog index 20f5b1e..6691a30 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 05 Jul 2018 19:04:08 +0200 + pgloader (3.5.2-2) unstable; urgency=medium * Install pgloader.asd into correct location. (Closes: #857226) diff --git a/debian/tests/control b/debian/tests/control index 1810fd6..1cbfcc0 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -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