aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2005-09-14 13:05:58 +0000
committerPeter Palfrader <peter@palfrader.org>2005-09-14 13:05:58 +0000
commite4ee8a006949843541ecadcd380d4d7536b0e536 (patch)
tree836d2ef08f9dbe1061a8e80e16702c8e810e6fb3 /debian/control
parent0119f554dae68ab7fe8a872ba202091735a6c488 (diff)
downloadtor-e4ee8a006949843541ecadcd380d4d7536b0e536.tar
tor-e4ee8a006949843541ecadcd380d4d7536b0e536.tar.gz
Merge 0.1.0.14+XXXX changes
svn:r5053
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control12
1 files changed, 11 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index eca138a75..7599169fc 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: tor
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), tetex-bin, tetex-extra, transfig, gs
+Build-Depends: debhelper (>= 4.1.65), libssl-dev, dpatch, zlib1g-dev, libevent-dev (>= 1.1), tetex-bin, tetex-extra, transfig, gs, binutils (>= 2.14.90.0.7)
Standards-Version: 3.6.2
Package: tor
@@ -46,3 +46,13 @@ Description: anonymizing overlay network for TCP
The latest information can be found at http://tor.eff.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})
+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.