]> git.donarmstrong.com Git - lilypond.git/blob - debian/patches/more_debug_output_during_build
Use a/b diff prefix instead of upstream name and version
[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 --- a/scripts/build/run-and-check.sh
6 +++ b/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 --- a/scm/ps-to-png.scm
18 +++ b/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\