aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/08_test_patch_data/dep3-iso8859-1.patch
blob: 518ce556c407aede5774f1b14b1013fec914c1a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Roland Rosenfeld <roland@debian.org>
Description: Replace all -- in man page by \-\- to make lintian happy.

--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -484,8 +484,7 @@ man: dok-release
 	perl -pi.bak -e "s/\[ /\[/g;s/á/\\\\['a]/g;s/é/\\\\['e]/g" $(MAN_PAGE); \
 	perl -pi.bak -e "s/ö/\\\\[:o]/g" $(MAN_PAGE); \
 	perl -pi.bak -e 's/([ {])-([a-z])/$$1\\-$$2/g' $(MAN_PAGE); \
-	perl -pi.bak -e 's/ --([a-z])/ \\-\\-$$1/g' $(MAN_PAGE); \
-	perl -pi.bak -e 's/\\fB--/\\fB\\-\\-/g' $(MAN_PAGE); \
+	perl -pi.bak -e 's/--/\\-\\-/g' $(MAN_PAGE); \
 	$(DB) ../privoxy-man-page.sgml && $(MV) -f $(MAN_PAGE) ../../../$(MAN_PAGE)
 
 # For those with man2html ala RH7s.