]> git.donarmstrong.com Git - lilypond.git/blob - debian/patches/more_debug_output_during_build
Refresh patches
[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 @@ -139,6 +139,7 @@
20                          *unspecified*
21                          (ly:format "-dDEVICEHEIGHTPOINTS=~$" page-height))
22                      "-dGraphicsAlphaBits=4"
23 +                    "-q"
24                      "-dTextAlphaBits=4"
25                      "-dNOPAUSE"
26                      "-dBATCH"