diff options
author | Peter Palfrader <peter@palfrader.org> | 2008-03-19 19:09:51 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2008-03-19 19:09:51 +0000 |
commit | c578aa0005ed79c0d0184ed41df7531d92b4a050 (patch) | |
tree | e0e5cf87b9ebe76ea86548532921ea1efe6fadf9 /debian/control | |
parent | 739e3567d879856720ed051e172ee54d7da8e97a (diff) | |
download | tor-c578aa0005ed79c0d0184ed41df7531d92b4a050.tar.gz tor-c578aa0005ed79c0d0184ed41df7531d92b4a050.zip |
Add a recommends on logrotate.
svn:r14132
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 |