diff options
author | Julian Andres Klode <jak@debian.org> | 2017-06-29 12:49:40 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2017-06-29 12:54:33 +0200 |
commit | 617e315a7ed3b02320243f3a7eb7f295bb56b509 (patch) | |
tree | 62b52490efaa3607111a13f0209b72d49164564e | |
parent | 5e9c1b36764109ab13232188892730c326fb41e8 (diff) |
Have apt Recommend ca-certificates
The http method needs ca-certificates for TLS
support, so enable it.
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 04c44eb93..deb6e1efe 100644 --- a/debian/control +++ b/debian/control @@ -38,7 +38,7 @@ Depends: adduser, ${shlibs:Depends} Replaces: apt-utils (<< 1.3~exp2~) Breaks: apt-utils (<< 1.3~exp2~) -Recommends: gnupg | gnupg2 | gnupg1 +Recommends: gnupg | gnupg2 | gnupg1, ca-certificates Suggests: apt-doc, aptitude | synaptic | wajig, dpkg-dev (>= 1.17.2), |