summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2004-08-08 14:04:32 +0000
committerPeter Palfrader <peter@palfrader.org>2004-08-08 14:04:32 +0000
commit29fb4833a9a4dc18991fb5ec5c48f6b00e88b263 (patch)
tree0c6e1c41749e8d4947c6d2a6310001b808aa3152
parent7506cce649aea2723a582f2e07c26a58c04b309c (diff)
downloadtor-29fb4833a9a4dc18991fb5ec5c48f6b00e88b263.tar.gz
tor-29fb4833a9a4dc18991fb5ec5c48f6b00e88b263.zip
Modify 02_add_debian_files_in_manpage to still apply
svn:r2200
-rw-r--r--debian/changelog5
-rwxr-xr-xdebian/patches/02_add_debian_files_in_manpage.dpatch10
2 files changed, 8 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index f59b606228..cfeea9a435 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-tor (0.0.7.2+0.0.8pre3-0) unstable; urgency=low
+tor (0.0.7.2+0.0.8pre3cvs-0) unstable; urgency=low
* Ship AUTHORS, doc/CLIENTS, doc/FAQ, doc/HACKING, doc/TODO,
doc/tor-doc.{css,html}, doc/{rend,tor}-spec.txt with the binary package.
@@ -9,8 +9,9 @@ tor (0.0.7.2+0.0.8pre3-0) unstable; urgency=low
* Support DEB_BUILD_OPTIONS option 'nocheck' to skip unittests
('notest' is an alias')
* Enable coredumps by default, this is still development code.
+ * Modify 02_add_debian_files_in_manpage to still apply.
- -- Peter Palfrader <weasel@debian.org> Sat, 7 Aug 2004 00:35:41 +0200
+ -- Peter Palfrader <weasel@debian.org> Sun, 8 Aug 2004 15:03:32 +0200
tor (0.0.7.2+0.0.8pre2-1) unstable; urgency=low
diff --git a/debian/patches/02_add_debian_files_in_manpage.dpatch b/debian/patches/02_add_debian_files_in_manpage.dpatch
index ca757c6602..6d9b2fabe0 100755
--- a/debian/patches/02_add_debian_files_in_manpage.dpatch
+++ b/debian/patches/02_add_debian_files_in_manpage.dpatch
@@ -23,13 +23,13 @@ esac
exit 0
@DPATCH@
-diff -urNad /home/weasel/projects/tor/cvs/doc/tor.1.in cvs/doc/tor.1.in
---- /home/weasel/projects/tor/cvs/doc/tor.1.in 2004-03-01 23:41:25.000000000 +0100
-+++ cvs/doc/tor.1.in 2004-03-10 16:30:49.000000000 +0100
-@@ -137,6 +137,12 @@
+diff -urNad /home/weasel/tmp/tor/tor-0.0.7.2+0.0.8pre3cvs/doc/tor.1.in tor-0.0.7.2+0.0.8pre3cvs/doc/tor.1.in
+--- /home/weasel/tmp/tor/tor-0.0.7.2+0.0.8pre3cvs/doc/tor.1.in 2004-08-08 07:32:55.000000000 +0200
++++ tor-0.0.7.2+0.0.8pre3cvs/doc/tor.1.in 2004-08-08 15:16:27.185115824 +0200
+@@ -201,6 +201,12 @@
.TP
.I @LOCALSTATEDIR@/lib/tor/
- The tor server stores keys/etc here.
+ The tor process stores keys and other data here.
+.TP
+.I /var/log/tor/log
+The tor server logs to this file.