X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=debian%2Fpatches%2F33_manpage_hyphen.patch;h=6e2058ef5039882a3035e4eea39c6412393a7a61;hb=1961769c7e0598d45666536959cc51b57ebcd1d1;hp=7c684a37cfa2fe99936e179984cdd5a7db6b9ab4;hpb=6a358e07e91282c0f5011696d3918a6a13fed905;p=privoxy.git diff --git a/debian/patches/33_manpage_hyphen.patch b/debian/patches/33_manpage_hyphen.patch index 7c684a37..6e2058ef 100644 --- a/debian/patches/33_manpage_hyphen.patch +++ b/debian/patches/33_manpage_hyphen.patch @@ -1,10 +1,11 @@ From: Roland Rosenfeld Date: Thu, 24 Jan 2013 17:40:51 +0100 Subject: Replace all -- in man page by \-\- to make lintian happy. +Forwarded: not-needed --- a/GNUmakefile.in +++ b/GNUmakefile.in -@@ -532,8 +532,7 @@ man: dok-release +@@ -540,8 +540,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); \