Change order of recommends from privoxy | polipo to polipo | privoxy.

This commit is contained in:
Peter Palfrader 2009-11-15 10:56:06 +01:00
parent a19140828d
commit b0430672ea
2 changed files with 3 additions and 2 deletions

3
debian/changelog vendored
View File

@ -7,8 +7,9 @@ tor (0.2.2.5-alpha-1) experimental; urgency=low
* Therefore build-depend on libssl-dev >= 0.9.8k-6. If we build against
earlier versions we will not work once libssl gets upgraded to a version
that disabled renegotiations.
* Change order of recommends from privoxy | polipo to polipo | privoxy.
-- Peter Palfrader <weasel@debian.org> Sun, 15 Nov 2009 10:38:36 +0100
-- Peter Palfrader <weasel@debian.org> Sun, 15 Nov 2009 10:55:46 +0100
tor (0.2.2.4-alpha-1) experimental; urgency=low

2
debian/control vendored
View File

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