Description: Increase debug output when builds fail
Forwarded: not-needed
Origin: vendor
Author: Don Armstrong <don@debian.org>
--- lilypond-2.18.0.orig/scripts/build/run-and-check.sh
+++ lilypond-2.18.0/scripts/build/run-and-check.sh
@@ -7,7 +7,8 @@
 RetVal=$?  # captures the return value of the command
 if [ $RetVal -ne 0 ]; then
 	echo
-	echo "Please check the logfile" $2 "for errors"
+	echo "Please check the logfile" $2 "for errors:"
+	cat $2
 	echo
 fi
 exit $RetVal
--- lilypond-2.18.0.orig/scm/ps-to-png.scm
+++ lilypond-2.18.0/scm/ps-to-png.scm
@@ -132,6 +132,7 @@
  ~a\
  ~a\
  -dGraphicsAlphaBits=4\
+ -q\
  -dTextAlphaBits=4\
  -dNOPAUSE\
  -sDEVICE=~a\
