summaryrefslogtreecommitdiff
path: root/Build/source/extra
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-06-30 16:38:01 +0000
committerKarl Berry <karl@freefriends.org>2016-06-30 16:38:01 +0000
commit6843121ffff5ce4fc990de49d1479d709991c65d (patch)
tree3cd9cf516816a1c18aadcaa66e2d24cf430f7517 /Build/source/extra
parent1c093d2a449e668ae930eb120cd066106d4912e6 (diff)
sort debugging lines, history (for release to CTAN)
git-svn-id: svn://tug.org/texlive/trunk@41577 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/extra')
-rwxr-xr-xBuild/source/extra/epstopdf/epstopdf.pl9
1 files changed, 5 insertions, 4 deletions
diff --git a/Build/source/extra/epstopdf/epstopdf.pl b/Build/source/extra/epstopdf/epstopdf.pl
index c0588780472..61ffc72181f 100755
--- a/Build/source/extra/epstopdf/epstopdf.pl
+++ b/Build/source/extra/epstopdf/epstopdf.pl
@@ -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 @@ if ($restricted and not safe_name('out', $OutputFilename)) {
### option gs
if ($::opt_gs) {
debug "Ghostscript command:", $GS;
- debug "PDFSettings:", $::opt_pdfsettings;
- debug "Embedding:", ($::opt_embed) ? "on" : "off";
debug "Compression:", ($::opt_compress) ? "on" : "off";
+ debug "Embedding:", ($::opt_embed) ? "on" : "off";
debug "Grayscale:", ($::opt_gray) ? "on" : "off";
+ debug "PDFSettings:", $::opt_pdfsettings;
debug "Resolution:", $resmsg;
debug "Rotation:", $rotmsg;
}