]> git.donarmstrong.com Git - lilypond.git/blob - debian/patches/more_debug_output_during_build
50de562095f53ab29d328ab4047f173cda5146bf
[lilypond.git] / debian / patches / more_debug_output_during_build
1 Description: Increase debug output when builds fail
2 Forwarded: not-needed
3 Origin: vendor
4 Author: Don Armstrong <don@debian.org>
5 --- lilypond-2.18.0.orig/scripts/build/run-and-check.sh
6 +++ lilypond-2.18.0/scripts/build/run-and-check.sh
7 @@ -7,7 +7,8 @@
8  RetVal=$?  # captures the return value of the command
9  if [ $RetVal -ne 0 ]; then
10         echo
11 -       echo "Please check the logfile" $2 "for errors"
12 +       echo "Please check the logfile" $2 "for errors:"
13 +       cat $2
14         echo
15  fi
16  exit $RetVal
17 --- lilypond-2.18.0.orig/scm/ps-to-png.scm
18 +++ lilypond-2.18.0/scm/ps-to-png.scm
19 @@ -132,6 +132,7 @@
20   ~a\
21   ~a\
22   -dGraphicsAlphaBits=4\
23 + -q\
24   -dTextAlphaBits=4\
25   -dNOPAUSE\
26   -sDEVICE=~a\