diff options
author | Peter Palfrader <peter@palfrader.org> | 2008-03-19 19:09:09 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2008-03-19 19:09:09 +0000 |
commit | 504a9308b00e553fdce47deec4d25ca033e77c72 (patch) | |
tree | 4ce9e249cf7548e85c0771d502f5c00a75f7862e /debian/control | |
parent | 8b8f7ed919a5601b8b4ef2356df9ce458843c332 (diff) | |
download | tor-504a9308b00e553fdce47deec4d25ca033e77c72.tar.gz tor-504a9308b00e553fdce47deec4d25ca033e77c72.zip |
Add a recommends on logrotate.
svn:r14131
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 03b41991f6..5d54a40e0e 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.7.2 Package: tor Architecture: any Depends: ${shlibs:Depends}, adduser, tsocks -Recommends: privoxy | polipo (>= 1), socat +Recommends: privoxy | polipo (>= 1), socat, logrotate Suggests: mixmaster, mixminion, anon-proxy Description: anonymizing overlay network for TCP Tor is a connection-based low-latency anonymous communication system which |