diff options
author | Michael Vogt <mvo@ubuntu.com> | 2015-03-17 09:59:41 +0100 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2015-03-17 09:59:41 +0100 |
commit | 5530255b5f3ad7de2e23dfcb39ce325001126501 (patch) | |
tree | ae676fd7654bee84aa9bbc65d002e25d4dd3a5f5 /debian/control | |
parent | 6628009d8d4458b8ed1c1ba42ee641549c948844 (diff) |
Add "ca-certificates" recommends to apt-transport-https
The rational is that https downloads fail with cryptic error messages
if the certificates are missing.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
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 |