--- /usr/bin/epstopdf 2005-01-21 17:38:46.000000000 +0100 +++ /tmp/epstopdf 2005-03-15 21:51:07.944501688 +0100 @@ -194,6 +194,7 @@ ### open output file if ($::opt_gs) { my $pipe = "$GS -q -sDEVICE=pdfwrite $GSOPTS " . + "-dAutoRotatePages=/None " . "-sOutputFile=$OutputFilename - -c quit"; debug "Ghostscript pipe:", $pipe; open(OUT,"|$pipe") or error "Cannot open Ghostscript for piped input";