summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2004-03-03 12:32:21 +0000
committerPeter Palfrader <peter@palfrader.org>2004-03-03 12:32:21 +0000
commita858021a80dccae47236670cb770ad0245160f7f (patch)
tree939cbb87f35be6341eca7dc8c66b26c4a88f2a8a
parentce5ef9208315c281f30b5a87fed902a1cd2c8a12 (diff)
downloadtor-a858021a80dccae47236670cb770ad0245160f7f.tar.gz
tor-a858021a80dccae47236670cb770ad0245160f7f.zip
Do not strip binaries for now
svn:r1220
-rw-r--r--debian/TODO2
-rw-r--r--debian/changelog3
-rwxr-xr-xdebian/rules8
3 files changed, 7 insertions, 6 deletions
diff --git a/debian/TODO b/debian/TODO
index ff703a9f9a..7a4f99ed51 100644
--- a/debian/TODO
+++ b/debian/TODO
@@ -6,4 +6,4 @@ Legend:
D Deferred
X Abandoned
-- nothing -
+- strip debugging symbols when tor is more mature
diff --git a/debian/changelog b/debian/changelog
index b599cceae2..20934f8a2b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/debian/rules b/debian/rules
index 889406682a..b39a96cf91 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,9 +18,9 @@ ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
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 @@ binary-arch: build install
# dh_installcron
dh_installman
dh_link
- dh_strip
+ #dh_strip
dh_compress
dh_fixperms
dh_installdeb