summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kalnischkies <david@kalnischkies.de>2018-01-22 17:09:32 +0100
committerDavid Kalnischkies <david@kalnischkies.de>2018-01-22 18:26:25 +0100
commit779290231d0c546e5a803e9b1871cd2573a25c34 (patch)
tree829293cc625daa03fcc1ac6dd9b4e9b08777c84f
parent03e39abb5f3d04d4e59a4d62e2a086664f929bd2 (diff)
drop Recommends apt-transport-https for apt >= 1.6
apt 1.6 includes https directly with a-t-https just remaining for compatibility with debootstrap for the moment. ~alpha6 is picked as this includes also the renewed mirror method allowing the use of another optional feature.
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 4447fd7..40134d9 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Package: apt-transport-tor
Architecture: all
Multi-Arch: foreign
Depends: apt (>= 1.3~rc1), ${misc:Depends}
-Recommends: apt-transport-https, tor
+Recommends: apt (>= 1.6~alpha6), tor
Description: APT transport for anonymous package downloads via Tor
Provides support in APT for downloading packages anonymously via the Tor
network.