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
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
sergi
Tor
Commits
a7286290
Commit
a7286290
authored
18 years ago
by
Peter Palfrader
Browse files
Options
Downloads
Patches
Plain Diff
The spec files have moved. This requires updating the debian rules file
svn:r9447
parent
9947190d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+8
-0
8 additions, 0 deletions
debian/changelog
debian/rules
+5
-0
5 additions, 0 deletions
debian/rules
debian/tor.docs
+0
-6
0 additions, 6 deletions
debian/tor.docs
with
13 additions
and
6 deletions
debian/changelog
+
8
−
0
View file @
a7286290
tor (0.1.2.6-alpha-2) unreleased; urgency=low
* UNRELEASED
* Install all the spec files into usr/share/doc/tor/spec now.
They moved to doc/spec/* from just doc/* in the source too.
-- Peter Palfrader <weasel@debian.org> Sat, 27 Jan 2007 21:41:37 +0100
tor (0.1.2.6-alpha-1) experimental; urgency=low
* New upstream version.
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
5
−
0
View file @
a7286290
...
...
@@ -143,6 +143,11 @@ install: build
install
-m
644
debian/tor.lintian-override
$(CURDIR)/debian/tor/usr/share/lintian/overrides/tor
install
-d
-m
755
$(CURDIR)/debian/tor/usr/share/doc/tor/spec
for
i
in
doc/spec/*txt;
do
\
install
-m
644
$$i
$(CURDIR)/debian/tor/usr/share/doc/tor/spec
||
exit
1;
\
done
dh_link
usr/share/man/man8/tor.8
usr/share/man/man5/torrc.5
rm
-f
$(CURDIR)/debian/tor/usr/bin/tor-control.py
...
...
This diff is collapsed.
Click to expand it.
debian/tor.docs
+
0
−
6
View file @
a7286290
...
...
@@ -3,13 +3,7 @@ debian/README.Debian
debian/README.privoxy
doc/HACKING
doc/TODO
doc/control-spec.txt
doc/design-paper/tor-design.pdf
doc/design-paper/tor-design.ps
doc/dir-spec.txt
doc/rend-spec.txt
doc/socks-extensions.txt
doc/tor-spec.txt
doc/version-spec.txt
doc/website/stylesheet.css
doc/website/tor-*
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