]> git.donarmstrong.com Git - lilypond.git/blobdiff - debian/patches/more_debug_output_during_build
Refresh patches
[lilypond.git] / debian / patches / more_debug_output_during_build
index 50de562095f53ab29d328ab4047f173cda5146bf..62ee9fbe1a83b94b17e542b04484a94285bd1a8d 100644 (file)
@@ -2,8 +2,8 @@ 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
+--- a/scripts/build/run-and-check.sh
++++ b/scripts/build/run-and-check.sh
 @@ -7,7 +7,8 @@
  RetVal=$?  # captures the return value of the command
  if [ $RetVal -ne 0 ]; then
@@ -14,13 +14,13 @@ Author: Don Armstrong <don@debian.org>
        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\
+--- a/scm/ps-to-png.scm
++++ b/scm/ps-to-png.scm
+@@ -139,6 +139,7 @@
+                         *unspecified*
+                         (ly:format "-dDEVICEHEIGHTPOINTS=~$" page-height))
+                     "-dGraphicsAlphaBits=4"
++                    "-q"
+                     "-dTextAlphaBits=4"
+                     "-dNOPAUSE"
+                     "-dBATCH"