[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Do not strip binaries for now
Update of /home/or/cvsroot/debian
In directory moria.mit.edu:/tmp/cvs-serv29371
Modified Files:
TODO changelog rules
Log Message:
Do not strip binaries for now
Index: TODO
===================================================================
RCS file: /home/or/cvsroot/debian/TODO,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- TODO 17 Feb 2004 01:24:41 -0000 1.6
+++ TODO 3 Mar 2004 12:32:21 -0000 1.7
@@ -6,4 +6,4 @@
D Deferred
X Abandoned
-- nothing -
+- strip debugging symbols when tor is more mature
Index: changelog
===================================================================
RCS file: /home/or/cvsroot/debian/changelog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- changelog 3 Mar 2004 12:31:04 -0000 1.16
+++ changelog 3 Mar 2004 12:32:21 -0000 1.17
@@ -1,8 +1,9 @@
tor (0.0.1+0.0.2pre24-1) unstable; urgency=low
* New upstream release.
+ * Do not strip binaries for now.
- -- Peter Palfrader <weasel@debian.org> Wed, 3 Mar 2004 13:29:45 +0100
+ -- Peter Palfrader <weasel@debian.org> Wed, 3 Mar 2004 13:32:03 +0100
tor (0.0.1+0.0.2pre23-1) unstable; urgency=low
Index: rules
===================================================================
RCS file: /home/or/cvsroot/debian/rules,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- rules 29 Feb 2004 13:34:43 -0000 1.6
+++ rules 3 Mar 2004 12:32:21 -0000 1.7
@@ -18,9 +18,9 @@
else
CFLAGS += -O2
endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
- INSTALL_PROGRAM += -s
-endif
+#ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+# INSTALL_PROGRAM += -s
+#endif
config.status: configure
dh_testdir
@@ -92,7 +92,7 @@
# dh_installcron
dh_installman
dh_link
- dh_strip
+ #dh_strip
dh_compress
dh_fixperms
dh_installdeb