merge Debian changes from 3.0.7 to 3.0.10
[privoxy.git] / debian / patches / 02_linkcolor.dpatch
diff --git a/debian/patches/02_linkcolor.dpatch b/debian/patches/02_linkcolor.dpatch
deleted file mode 100644 (file)
index 966d576..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 02_linkcolor.dpatch by Roland Rosenfeld <roland@debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Run htmldoc with --linkcolor #0000ff and --no-embedfonts
-
-@DPATCH@
-diff -urNad privoxy~/utils/ldp_print/ldp_print privoxy/utils/ldp_print/ldp_print
---- privoxy~/utils/ldp_print/ldp_print
-+++ privoxy/utils/ldp_print/ldp_print
-@@ -54,7 +54,7 @@
- my($cmd) = "htmldoc --size universal --bodyfont helvetica --fontsize 8 " .
-            "-t pdf -f ${fname_wo_ext}.pdf --firstpage p1 --titlefile title.html" .
--           " body.html --footer c.1";
-+           " body.html --footer c.1 --linkcolor #0000ff --no-embedfonts";
- # For postscript output; append onto the above cmd string:
- #