X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=debian%2Fpatches%2F01_fix-manpage;fp=debian%2Fpatches%2F01_fix-manpage;h=dd75f9f1ac62e7eba8757c3bd2ee6d3e5c47f3fd;hb=19a42c4a502dbe5cd296dbcf162ac93779c8dab5;hp=0000000000000000000000000000000000000000;hpb=625b04eb3712f6646ebfa62ffb038d523df9a4e6;p=pkg%2Ft-prot.git diff --git a/debian/patches/01_fix-manpage b/debian/patches/01_fix-manpage new file mode 100644 index 0000000..dd75f9f --- /dev/null +++ b/debian/patches/01_fix-manpage @@ -0,0 +1,180 @@ +Author: Gerfried Fuchs vim:ft=diff: +Description: Escape hyphens in manpage where they mean the minus sign + +Index: t-prot-2.5/t-prot.1 +=================================================================== +--- t-prot-2.5.orig/t-prot.1 ++++ t-prot-2.5/t-prot.1 +@@ -4,7 +4,7 @@ + .SH NAME + t-prot \- TOFU Protection - Display Filter for RFC 2822 messages + .SH SYNOPSIS +-.BI "t-prot [" OPTIONS "]..." ++.BI "t\-prot [" OPTIONS "]..." + .SH DESCRIPTION + .PP + This program is a filter to improve the readability of +@@ -22,19 +22,19 @@ is the reason for not using standard CPA + messages). + .PP + For easy usage, you can download a file to be included in your ~/.muttrc: +-.I http://www.escape.de/users/tolot/mutt/t-prot/muttrc.t-prot ++.I http://www.escape.de/users/tolot/mutt/t\-prot/muttrc.t\-prot + .br + And here is an example S-Lang macro to use t-prot from within slrn: +-.I http://www.escape.de/users/tolot/mutt/t-prot/t-prot.sl ++.I http://www.escape.de/users/tolot/mutt/t\-prot/t\-prot.sl + .SH OPTIONS + .TP + .BR "\-A" =DIRECTORY + "ad footer directory": + Defines the directory which contains the advertisement list footers (one + footer per file) which are to be tested when removing them with options +-.B -a ++.B \-a + or +-.BR --ftr-ad . ++.BR \-\-ftr\-ad . + .br + This option is also needed if you do not want signature lengths to be + counted wrong or fullquotes get undetected when an ad footer is +@@ -53,12 +53,12 @@ footer file found in the directory speci + (which is mandatory for this option). The comparison is done by perl's + .B index() + function (please try +-.I perldoc -f index ++.I perldoc \-f index + for details). + .sp + .IR NOTE : + This option is not needed if +-.B --ftr-ad ++.B \-\-ftr\-ad + is specified. + .TP + .BR "\-\-bigq" [=n[,x]] +@@ -71,7 +71,7 @@ Input consists just of the message's bod + lines. + .IP + .IR NOTE : +-This does not work with --pgp-short, and multipart messages will not ++This does not work with \-\-pgp\-short, and multipart messages will not + be detected due to missing headers. + .TP + .B "\-c" +@@ -137,7 +137,7 @@ With this option enabled t-prot makes fo + be helpful with broken list servers, or even if your email provider munges + the bodies of your messages. + .br +-Works similar to --ftr-ad, just that it is intended for mailing list footers. ++Works similar to \-\-ftr\-ad, just that it is intended for mailing list footers. + .sp + .IR NOTE : + This requires a directory with footer files to be given with option +@@ -153,7 +153,7 @@ Displays a short help text with a summar + .TP + .BR "\-i" =FILE + "input file": +-Defines a file for input; the default input is from '-' i.e. STDIN. ++Defines a file for input; the default input is from '\-' i.e. STDIN. + .TP + .B "\-k" + "anti Kammquote": +@@ -287,7 +287,7 @@ use of it when called from within your M + Hides TOFU as given by some Microsoft mailers. (You all surely know these + fullquotes beginning with + .br +-"----- Original Message -----" ++"\-\-\-\-\- Original Message \-\-\-\-\-" + .br + and some header lines...) + .TP +@@ -332,7 +332,7 @@ As an example for usage with + put this line into your alias file and invoke + .BR newaliases : + .sp +-notofu: |"/usr/local/bin/t-prot -mt -p=user@mydomain" ++notofu: |"/usr/local/bin/t\-prot \-mt \-p=user@mydomain" + .sp + This will bounce messages for if any TOFU is detected + inside the message, and deliver it to otherwise. +@@ -387,7 +387,7 @@ than 4. Consider this old-fashioned, but + conformance.) + .sp + .IR NOTE : +-The line containing "-- " ist not counted when testing for an overlong ++The line containing "\-\- " ist not counted when testing for an overlong + signature, but it is included when displaying how many lines were deleted. + .TP + .B "\-s" +@@ -439,7 +439,7 @@ The environment variables + and + .I LANG + are read and respected when interpreting output by mutt or gnupg +-(unless they are overruled by the --locale option). T-prot's own ++(unless they are overruled by the \-\-locale option). T-prot's own + output is English regardless of any locale setting. + .SH EXIT STATUS + On program exit, t-prot uses exit codes from +@@ -483,7 +483,7 @@ Please point these people to the page + There are several ways to fine-tune t-prot's performance: + .PP + Some command line options are quite grave a performance hit -- do not +-use -k and especially --ms-smart if you are content without them. ++use \-k and especially \-\-ms\-smart if you are content without them. + .PP + Checking for special footers is very costly as well. Put as few footer + files as absolutely needed in any footer directory. +@@ -513,7 +513,7 @@ your line is empty you match uncondition + .PP + .TP + .IR Q : +-I use the options -l and -L to supress mailing list footers when ++I use the options \-l and \-L to supress mailing list footers when + displaying messages in + .BR mutt (1). + This does work sometimes, but sometimes it does not: the footer is not +@@ -524,7 +524,7 @@ detected as too long (which they aren't) + This might occur if the message is badly encoded, so mutt cannot resolve + all encoded characters, e.g. if you have an encoded message on a mailing + list, and majordomo appends a mailing list footer in a different encoding +-(or even plain us-ascii). "-- " simply does not match "--=20". ++(or even plain us-ascii). "\-\- " simply does not match "\-\-=20". + .br + Another problem are non-us-ascii characters. Just avoid them, and + everything should work fine. +@@ -544,13 +544,13 @@ instruction: + .sp + #v+ + .br +-This line is protected from being filtered by t-prot !!!!!!! ++This line is protected from being filtered by t\-prot !!!!!!! + .br +-#v- ++#v\- + .br + Text coming now is not. + .SH AUTHOR +-Written by Jochen Striepe . ++Written by Jochen Striepe . + .SH COPYRIGHT + All of the documentation and software included in the t-prot releases + is copyrighted by Jochen Striepe (except when explicitely stated otherwise). +@@ -629,7 +629,7 @@ t-prot team with some useful info, pleas + .I display_filter + facility, just set display_filter to something like + .IP +-"tee ~/foobar | t-prot " ++"tee ~/foobar | t\-prot " + .PP + and include ~/foobar in the bug report -- this way we might reproduce + the bug much easier if you are using a different environment than we do. +@@ -639,7 +639,7 @@ with, what perl version t-prot runs on y + be important to enable us reproducing the bug. + .PP + Send your bug report to +-.IR . ++.IR . + Thank you. + .SH TODO + Fix bugs (see the