diff options
author | Peter Palfrader <peter@palfrader.org> | 2009-03-16 17:08:45 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2009-03-16 17:08:45 +0000 |
commit | a331f451d04a736b6a42c236bd84dcd390a88c60 (patch) | |
tree | 8c7a0feabc1f94788f0310a880c6e650f54e0784 /debian | |
parent | d27cff4aa5b75a9b629dc14f17e05caabf60e764 (diff) | |
download | tor-a331f451d04a736b6a42c236bd84dcd390a88c60.tar tor-a331f451d04a736b6a42c236bd84dcd390a88c60.tar.gz |
The override file is always correct
svn:r19053
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e0f3f3434..6eb0ab3bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +tor (0.2.1.13-alpha-1+) XXperimental; urgency=low + + * Change Section of tor-dbg to debug. + + -- Peter Palfrader <weasel@debian.org> Mon, 16 Mar 2009 18:08:13 +0100 + tor (0.2.1.13-alpha-1) experimental; urgency=low * New upstream version. diff --git a/debian/control b/debian/control index 5928e728b..11f16b643 100644 --- a/debian/control +++ b/debian/control @@ -54,6 +54,7 @@ Architecture: any Depends: tor (= ${binary:Version}) Suggests: gdb Priority: extra +Section: debug 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 |