#! /bin/sh /usr/share/dpatch/dpatch-run ## use-gs-with-ps2write-device.dpatch by ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' cups-1.4.5~/filter/pdftops.c cups-1.4.5/filter/pdftops.c --- cups-1.4.5~/filter/pdftops.c 2009-05-22 21:30:39.000000000 +0200 +++ cups-1.4.5/filter/pdftops.c 2010-12-21 14:48:01.834131145 +0100 @@ -270,7 +270,7 @@ pdf_argv[2] = (char *)"-dNOPAUSE"; pdf_argv[3] = (char *)"-dBATCH"; pdf_argv[4] = (char *)"-dSAFER"; - pdf_argv[5] = (char *)"-sDEVICE=pswrite"; + pdf_argv[5] = (char *)"-sDEVICE=ps2write"; pdf_argv[6] = (char *)"-sOUTPUTFILE=%stdout"; pdf_argc = 7; #endif /* HAVE_PDFTOPS */