--- /usr/bin/epstopdf-orig 2008-11-06 19:47:13.000000000 +0100 +++ /usr/bin/epstopdf 2008-11-06 19:52:24.000000000 +0100 @@ -198,7 +198,7 @@ ### open output file if ($::opt_gs) { - my $pipe = "$GS -q -sDEVICE=pdfwrite $GSOPTS -dAutoRotatePages=/None" . + my $pipe = "$GS -q -sDEVICE=pdfwrite $GSOPTS" . " -sOutputFile='$OutputFilename' - -c quit"; debug "Ghostscript pipe:", $pipe; open(OUT,"|$pipe") or error "Cannot open Ghostscript for piped input";