diff options
author | Peter Palfrader <peter@palfrader.org> | 2008-06-09 16:56:26 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2008-06-09 16:56:26 +0000 |
commit | 6e3a7e1024408188a1eef2a366db7ce532346cf3 (patch) | |
tree | a7564c5cd1c22af52d5e2217c683079af2e46070 /debian/control | |
parent | ac795353c4c754373deb774f06a5a514b1442804 (diff) | |
download | tor-6e3a7e1024408188a1eef2a366db7ce532346cf3.tar.gz tor-6e3a7e1024408188a1eef2a366db7ce532346cf3.zip |
Forward port debian 0.2.0.27-rc-1 into trunk
svn:r15089
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/debian/control b/debian/control index c53e254d36..5928e728b1 100644 --- a/debian/control +++ b/debian/control @@ -3,13 +3,14 @@ Section: comm Priority: optional Maintainer: Peter Palfrader <weasel@debian.org> Build-Depends: debhelper (>= 4.1.65), libssl-dev, dpatch, zlib1g-dev, libevent-dev (>= 1.1), texlive-base-bin, texlive-latex-base, texlive-fonts-recommended, transfig, gs, binutils (>= 2.14.90.0.7) -Standards-Version: 3.7.2 +Standards-Version: 3.8.0 +Homepage: https://www.torproject.org/ Package: tor Architecture: any Depends: ${shlibs:Depends}, adduser, tsocks Conflicts: libssl0.9.8 (<< 0.9.8g-9) -Recommends: privoxy | polipo (>= 1), socat, logrotate +Recommends: privoxy | polipo (>= 1), 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 @@ -44,16 +45,29 @@ Description: anonymizing overlay network for TCP Remember that this is development code -- don't rely on the current Tor network if you really need strong anonymity. . - The latest information can be found at http://tor.eff.org/, or on the + The latest information can be found at https://www.torproject.org/, or on the mailing lists, archived at http://archives.seul.org/or/talk/ or http://archives.seul.org/or/announce/. Package: tor-dbg Architecture: any -Depends: tor (= ${Source-Version}) +Depends: tor (= ${binary:Version}) Suggests: gdb Priority: extra Description: debugging symbols for Tor This package provides the debugging symbols for Tor, The Onion Router. Those symbols allow your debugger to assign names to your backtraces, which makes it somewhat easier to interpret core dumps. + +Package: tor-geoipdb +Architecture: all +Priority: extra +Depends: tor (>= ${source:Version}) +Description: geoIP database for Tor + This package provides a geoIP database for Tor, i.e. it maps IPv4 addresses + to countries. + . + Bridges (special Tor relays that aren't listed in the main Tor directory) use + this information to report which countries they get access from. This allows + the Tor network operators to learn if certain countries started blocking + access to bridges. |