diff options
author | Peter Palfrader <peter@palfrader.org> | 2004-03-03 12:32:21 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2004-03-03 12:32:21 +0000 |
commit | a858021a80dccae47236670cb770ad0245160f7f (patch) | |
tree | 939cbb87f35be6341eca7dc8c66b26c4a88f2a8a /debian/rules | |
parent | ce5ef9208315c281f30b5a87fed902a1cd2c8a12 (diff) | |
download | tor-a858021a80dccae47236670cb770ad0245160f7f.tar tor-a858021a80dccae47236670cb770ad0245160f7f.tar.gz |
Do not strip binaries for now
svn:r1220
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules index 889406682..b39a96cf9 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 |