From 5530255b5f3ad7de2e23dfcb39ce325001126501 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 17 Mar 2015 09:59:41 +0100 Subject: Add "ca-certificates" recommends to apt-transport-https The rational is that https downloads fail with cryptic error messages if the certificates are missing. --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 8c3eea3f1..e71cb5103 100644 --- a/debian/control +++ b/debian/control @@ -121,6 +121,7 @@ Description: package management related utility programs Package: apt-transport-https Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: ca-certificates Priority: optional Description: https download transport for APT This package enables the usage of 'deb https://foo distro main' lines -- cgit v1.2.3