texlive[41577] Build/source/extra/epstopdf/epstopdf.pl: sort
commits+karl at tug.org
commits+karl at tug.org
Thu Jun 30 18:38:01 CEST 2016
Revision: 41577
http://tug.org/svn/texlive?view=revision&revision=41577
Author: karl
Date: 2016-06-30 18:38:01 +0200 (Thu, 30 Jun 2016)
Log Message:
-----------
sort debugging lines, history (for release to CTAN)
Modified Paths:
--------------
trunk/Build/source/extra/epstopdf/epstopdf.pl
Modified: trunk/Build/source/extra/epstopdf/epstopdf.pl
===================================================================
--- trunk/Build/source/extra/epstopdf/epstopdf.pl 2016-06-30 13:48:01 UTC (rev 41576)
+++ trunk/Build/source/extra/epstopdf/epstopdf.pl 2016-06-30 16:38:01 UTC (rev 41577)
@@ -37,8 +37,9 @@
my $ver = "2.25";
# History
-# 2016/06/16 v2.25 (Norbert Preining)
-# * fix device handling
+# 2016/06/30 v2.25 (Norbert Preining, Karl Berry)
+# * don't set (default) device until after restricted check.
+# * a few more debugging lines.
# 2016/05/29 v2.24 (Karl Berry)
# * new option --gray; patch from William Bader,
# tex-k mail 9 Feb 2016 19:37:08.
@@ -644,10 +645,10 @@
### option gs
if ($::opt_gs) {
debug "Ghostscript command:", $GS;
- debug "PDFSettings:", $::opt_pdfsettings;
+ debug "Compression:", ($::opt_compress) ? "on" : "off";
debug "Embedding:", ($::opt_embed) ? "on" : "off";
- debug "Compression:", ($::opt_compress) ? "on" : "off";
debug "Grayscale:", ($::opt_gray) ? "on" : "off";
+ debug "PDFSettings:", $::opt_pdfsettings;
debug "Resolution:", $resmsg;
debug "Rotation:", $rotmsg;
}
More information about the tex-live-commits
mailing list