- Add patches from Debian release 3.0.3-2-2
[privoxy.git] / debian / patches / 02_linkcolor.dpatch
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## 02_linkcolor.dpatch by Roland Rosenfeld <roland@debian.org>
3 ##
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: Run htmldoc with --linkcolor #0000ff and --no-embedfonts
6
7 @DPATCH@
8 diff -urNad privoxy~/utils/ldp_print/ldp_print privoxy/utils/ldp_print/ldp_print
9 --- privoxy~/utils/ldp_print/ldp_print
10 +++ privoxy/utils/ldp_print/ldp_print
11 @@ -54,7 +54,7 @@
12  
13  my($cmd) = "htmldoc --size universal --bodyfont helvetica --fontsize 8 " .
14             "-t pdf -f ${fname_wo_ext}.pdf --firstpage p1 --titlefile title.html" .
15 -           " body.html --footer c.1";
16 +           " body.html --footer c.1 --linkcolor #0000ff --no-embedfonts";
17  
18  # For postscript output; append onto the above cmd string:
19  #