From 3355a30b93bb6fbf86aacb796ef7644dec7bb93c Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Fri, 26 Aug 2016 11:01:25 +0200 Subject: move tor from Depends to Recommends The default configuration will make use of a local tor instance, but there is nothing technically stopping a user from configuring the use of a remote tor instance via the Acquire::tor::Proxy option. Closes: #812490 --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index b1737bf..ca104fa 100644 --- a/debian/control +++ b/debian/control @@ -12,8 +12,8 @@ Vcs-Browser: https://anonscm.debian.org/git/apt/apt-tranport-tor.git Package: apt-transport-tor Architecture: all Multi-Arch: foreign -Depends: apt (>= 1.3~rc1), tor, ${misc:Depends} -Recommends: apt-transport-https +Depends: apt (>= 1.3~rc1), ${misc:Depends} +Recommends: apt-transport-https, tor Description: APT transport for anonymous package downloads via Tor Provides support in APT for downloading packages anonymously via the Tor network. -- cgit v1.2.3-18-g5258