[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Ship debugging information in a separate package now, inste...
Update of /home/or/cvsroot/tor/debian
In directory moria:/tmp/cvs-serv20013/debian
Modified Files:
Tag: tor-0_1_0-patches
TODO changelog control rules
Log Message:
Ship debugging information in a separate package now, instead of simply not stripping tor.
Index: TODO
===================================================================
RCS file: /home/or/cvsroot/tor/debian/TODO,v
retrieving revision 1.8
retrieving revision 1.8.8.1
diff -u -d -r1.8 -r1.8.8.1
--- TODO 6 Aug 2004 22:36:07 -0000 1.8
+++ TODO 13 Sep 2005 16:46:04 -0000 1.8.8.1
@@ -6,5 +6,5 @@
D Deferred
X Abandoned
-- strip debugging symbols when tor is more mature
+o strip debugging symbols when tor is more mature
- don't enable coredumps by default
Index: changelog
===================================================================
RCS file: /home/or/cvsroot/tor/debian/changelog,v
retrieving revision 1.120.2.13
retrieving revision 1.120.2.14
diff -u -d -r1.120.2.13 -r1.120.2.14
--- changelog 8 Aug 2005 21:55:27 -0000 1.120.2.13
+++ changelog 13 Sep 2005 16:46:04 -0000 1.120.2.14
@@ -1,3 +1,11 @@
+tor (0.1.0.XXXX) UNRELEASED; urgency=low
+
+ * Ship debugging information in a separate package now, instead
+ of simply not stripping tor. This is still useful while tor is
+ young. Ideally it would go away some time.
+
+ -- Peter Palfrader <weasel@xxxxxxxxxx> Tue, 13 Sep 2005 18:45:28 +0200
+
tor (0.1.0.14-1) unstable; urgency=high
* New upstream version - changes, among others:
Index: control
===================================================================
RCS file: /home/or/cvsroot/tor/debian/control,v
retrieving revision 1.18.2.2
retrieving revision 1.18.2.3
diff -u -d -r1.18.2.2 -r1.18.2.3
--- control 8 Aug 2005 21:55:27 -0000 1.18.2.2
+++ control 13 Sep 2005 16:46:04 -0000 1.18.2.3
@@ -2,7 +2,7 @@
Section: comm
Priority: optional
Maintainer: Peter Palfrader <weasel@xxxxxxxxxx>
-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 @@
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.
Index: rules
===================================================================
RCS file: /home/or/cvsroot/tor/debian/rules,v
retrieving revision 1.17.2.1
retrieving revision 1.17.2.2
diff -u -d -r1.17.2.1 -r1.17.2.2
--- rules 8 Aug 2005 21:54:56 -0000 1.17.2.1
+++ rules 13 Sep 2005 16:46:04 -0000 1.17.2.2
@@ -170,7 +170,8 @@
# dh_installcron
dh_installman
dh_link
- #dh_strip
+ # Change this for debhelper compatibility level 5 or later!
+ dh_strip --dbg-package=tor
dh_compress
dh_fixperms
dh_installdeb