diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 3a04211852..54c26aabdf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,8 +7,9 @@ tor (0.1.0.0-alpha-cvs-1) UNRELEASED; urgency=low * Add a snippet to disable epoll in etc/default/tor, commented out. * Add a snippet to set nice level in etc/default/tor. * Wait for 60 seconds in init stop. 35 is too little. + * Don't depend on python anymore - tor-resolve is C now. - -- Peter Palfrader <weasel@debian.org> Thu, 10 Mar 2005 19:18:28 +0100 + -- Peter Palfrader <weasel@debian.org> Tue, 15 Mar 2005 23:33:54 +0100 tor (0.0.9.4-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 59012360c9..d7bbc385eb 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.6.1 Package: tor Architecture: any -Depends: ${shlibs:Depends}, adduser, tsocks, python +Depends: ${shlibs:Depends}, adduser, tsocks Recommends: privoxy, socat Suggests: mixmaster, mixminion, anon-proxy Description: anonymizing overlay network for TCP |