Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Core
Tor
Commits
a858021a
Commit
a858021a
authored
21 years ago
by
Peter Palfrader
Browse files
Options
Downloads
Patches
Plain Diff
Do not strip binaries for now
svn:r1220
parent
ce5ef920
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/TODO
+1
-1
1 addition, 1 deletion
debian/TODO
debian/changelog
+2
-1
2 additions, 1 deletion
debian/changelog
debian/rules
+4
-4
4 additions, 4 deletions
debian/rules
with
7 additions
and
6 deletions
debian/TODO
+
1
−
1
View file @
a858021a
...
...
@@ -6,4 +6,4 @@ Legend:
D Deferred
X Abandoned
-
nothing -
-
strip debugging symbols when tor is more mature
This diff is collapsed.
Click to expand it.
debian/changelog
+
2
−
1
View file @
a858021a
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
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
4
−
4
View file @
a858021a
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment