Commit c01839e2 authored by Peter Palfrader's avatar Peter Palfrader
Browse files

Downgrade torsocks/tsocks dependency to a recommends

Downgrade torsocks/tsocks dependency to a recommends.  That tool is not
needed if you only run a relay, or if you access Tor only using polipo
or privoxy.  The torify(1) wrapper that makes use of torsocks or tsocks
already handles their absense and emmits a proper message telling the
user what they are missing (closes: #595898).
parent 9e4db956
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
tor (0.2.2.16-alpha-1) experimental; urgency=low

  * New upstream version.
  * Downgrade torsocks/tsocks dependency to a recommends.  That tool
    is not needed if you only run a relay, or if you access Tor only
    using polipo or privoxy.  The torify(1) wrapper that makes use
    of torsocks or tsocks already handles their absense and emmits a
    proper message telling the user what they are missing (closes: #595898).

 -- Peter Palfrader <weasel@debian.org>  Sat, 18 Sep 2010 19:41:24 +0200
 -- Peter Palfrader <weasel@debian.org>  Sat, 18 Sep 2010 19:42:18 +0200

tor (0.2.2.15-alpha-1) experimental; urgency=low

+2 −2
Original line number Diff line number Diff line
@@ -8,9 +8,9 @@ Homepage: https://www.torproject.org/

Package: tor
Architecture: any
Depends: ${shlibs:Depends}, adduser, torsocks | tsocks
Depends: ${shlibs:Depends}, adduser
Conflicts: libssl0.9.8 (<< 0.9.8g-9)
Recommends: polipo (>= 1) | privoxy, socat, logrotate, tor-geoipdb
Recommends: polipo (>= 1) | privoxy, socat, logrotate, tor-geoipdb, torsocks | tsocks
Suggests: mixmaster, mixminion, anon-proxy
Description: anonymizing overlay network for TCP
 Tor is a connection-based low-latency anonymous communication system which