mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Do not strip binaries for now
svn:r1220
This commit is contained in:
parent
ce5ef92083
commit
a858021a80
2
debian/TODO
vendored
2
debian/TODO
vendored
@ -6,4 +6,4 @@ Legend:
|
||||
D Deferred
|
||||
X Abandoned
|
||||
|
||||
- nothing -
|
||||
- strip debugging symbols when tor is more mature
|
||||
|
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -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
|
||||
|
||||
|
8
debian/rules
vendored
8
debian/rules
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user