commit 2b4f74b01bf4e3ec769f4805489de74c98a1ff62
Author: Dan Gildea <dgildea>
Date:   Wed Sep 4 11:28:42 2024 -0400

    remove extra "showpage" from pstoimg
    
    Fixes https://bugs.debian.org/1078536
    
    I'm not sure why this "showpage" was here.  All tests work
    without it, including epsfig.tex, and even if I remove the
    "showpage" from allpasses.eps for the epsfig.tex test.

--- a/Changes
+++ b/Changes
@@ -112,6 +112,8 @@
 # A more detailed log history can be found within the particular files, near
 # the top.
 #
+#		- remove extra "showpage" from pstoimg
+#		  https://bugs.debian.org/1078536
 #		- remove svg from config for pstoimg
 #		  https://bugs.debian.org/1078535
 #
--- a/pstoimg.pin
+++ b/pstoimg.pin
@@ -1205,7 +1205,6 @@
 #fi
     print "GS>$bbx $bby translate\n" if($have_geometry);
     print "GS>($gsfile) run\n";
-    print "GS>showpage\n" if ($epsf);
     print "GS>quit\n";
     }
   open (GS, "|$GS $gs_quiet -dNOSAFER -sDEVICE=$GSDEVICE $gs_size $gs_density $gs_aalias $gs_out $out_redirect");
@@ -1214,7 +1213,6 @@
 #fi
   print GS "$bbx $bby translate\n" if ($have_geometry);
   print GS "($gsfile) run\n";
-  print GS "showpage\n" if ($epsf);
   print GS "quit\n";
 #if !@texlive@ && @NULLFILE@
   print "\n" if($opt{debug});
