diff options
author | Peter Palfrader <peter@palfrader.org> | 2008-02-10 00:13:22 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2008-02-10 00:13:22 +0000 |
commit | 4327263f8368907f248b7703bb344e49c3aea181 (patch) | |
tree | f0d24c4e8085761ff375af38a67f85caefc84106 | |
parent | 5a0f214908b1335c8aab2a7c992e3f2da708a35f (diff) | |
download | tor-4327263f8368907f248b7703bb344e49c3aea181.tar.gz tor-4327263f8368907f248b7703bb344e49c3aea181.zip |
Forward port patches/03_tor_manpage_in_section_8.dpatch
svn:r13454
-rw-r--r-- | debian/changelog | 4 | ||||
-rwxr-xr-x | debian/patches/03_tor_manpage_in_section_8.dpatch | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 20c2f6e689..d38675001e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ tor (0.2.0.18-alpha-3) experimentalunreleased; urgency=low * It's 2008. Now is the time to add copyright statements for 2007. + * Forward port 03_tor_manpage_in_section_8.dpatch. - -- Peter Palfrader <weasel@debian.org> Sun, 3 Feb 2008 21:50:43 +0100 + -- Peter Palfrader <weasel@debian.org> Sun, 10 Feb 2008 01:12:04 +0100 tor (0.2.0.18-alpha-2) experimental; urgency=low @@ -15,6 +16,7 @@ tor (0.2.0.18-alpha-2) experimental; urgency=low tor (0.2.0.18-alpha-1) experimental; urgency=low + * New upstream version. * postinst: Remove the check that requires the debian-tor user to have a uid between 100 and 999. There is no good reason to require this. If the local admin moves the system users/uid-space diff --git a/debian/patches/03_tor_manpage_in_section_8.dpatch b/debian/patches/03_tor_manpage_in_section_8.dpatch index fe8a399968..d91f6f365b 100755 --- a/debian/patches/03_tor_manpage_in_section_8.dpatch +++ b/debian/patches/03_tor_manpage_in_section_8.dpatch @@ -38,8 +38,8 @@ diff -urNad tor-0.1.1.5/doc/tor.1.in /tmp/dpep.fOA3Mm/tor-0.1.1.5/doc/tor.1.in --- tor-0.1.1.5/doc/tor.1.in +++ /tmp/dpep.fOA3Mm/tor-0.1.1.5/doc/tor.1.in @@ -1,4 +1,4 @@ --.TH TOR 1 "January 2006" "TOR" -+.TH TOR 8 "January 2006" "TOR" +-.TH TOR 1 "February 2008" "TOR" ++.TH TOR 8 "February 2008" "TOR" .SH NAME tor \- The second-generation onion router .SH SYNOPSIS |