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 Sat, 7 Aug 2004 00:35:41 +0200 + -- Peter Palfrader 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.