diff options
author | Peter Palfrader <peter@palfrader.org> | 2005-03-15 22:34:33 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2005-03-15 22:34:33 +0000 |
commit | cd364ffe4e05875b33b6adb52f89a9d208d99ac3 (patch) | |
tree | 78bd8239674a91896b2f968c3b47256098a17d38 /debian | |
parent | 229761465c92399ea20317370b847c287345e83d (diff) | |
download | tor-cd364ffe4e05875b33b6adb52f89a9d208d99ac3.tar.gz tor-cd364ffe4e05875b33b6adb52f89a9d208d99ac3.zip |
Don't depend on python anymore - tor-resolve is C now
svn:r3764
Diffstat (limited to 'debian')
-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 |