From a199db1ae47071d4a705c0c85fd125eb8ef8536b Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Thu, 5 Jul 2018 19:05:58 +0200 Subject: [PATCH] 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.) --- debian/changelog | 8 ++++++++ debian/tests/control | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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