[or-cvs] Move tor manpage to section 8
Peter Palfrader
weasel at seul.org
Thu May 6 23:25:15 UTC 2004
Update of /home/or/cvsroot/debian
In directory moria.mit.edu:/tmp/cvs-serv5596
Modified Files:
changelog rules
Log Message:
Move tor manpage to section 8
Index: changelog
===================================================================
RCS file: /home/or/cvsroot/debian/changelog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- changelog 6 May 2004 23:11:12 -0000 1.38
+++ changelog 6 May 2004 23:25:12 -0000 1.39
@@ -1,9 +1,12 @@
tor (0.0.6.1-2) unreleased; urgency=low
- *
+ *
* Recommend socat.
+ * Since tor is in /usr/sbin, the manpage should be in section 8, not
+ in section 1. Move it there, including updating the section in
+ the manpage itself and the reference in torify(1).
- -- Peter Palfrader <weasel at debian.org> Fri, 7 May 2004 01:09:13 +0200
+ -- Peter Palfrader <weasel at debian.org> Fri, 7 May 2004 01:22:17 +0200
tor (0.0.6.1-1) unstable; urgency=medium
Index: rules
===================================================================
RCS file: /home/or/cvsroot/debian/rules,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- rules 30 Mar 2004 12:29:33 -0000 1.9
+++ rules 6 May 2004 23:25:12 -0000 1.10
@@ -70,6 +70,9 @@
# move tor to where it belongs
mv $(CURDIR)/debian/tor/etc/tor/torrc.sample $(CURDIR)/debian/tor/etc/tor/torrc
mv $(CURDIR)/debian/tor/usr/bin/tor $(CURDIR)/debian/tor/usr/sbin/tor
+ install -d $(CURDIR)/debian/tor/usr/share/man/man8
+ mv $(CURDIR)/debian/tor/usr/share/man/man1/tor.1 $(CURDIR)/debian/tor/usr/share/man/man8/tor.8
+
install -m 755 contrib/torify $(CURDIR)/debian/tor/usr/bin
install -m 644 contrib/torify.1 $(CURDIR)/debian/tor/usr/share/man/man1
install -m 644 contrib/tor-tsocks.conf $(CURDIR)/debian/tor/etc/tor
More information about the tor-commits
mailing list