]> git.donarmstrong.com Git - lilypond.git/commitdiff
move debug output patch to a quilt patch
authorDon Armstrong <don@donarmstrong.com>
Tue, 31 Dec 2013 21:46:48 +0000 (13:46 -0800)
committerDon Armstrong <don@donarmstrong.com>
Tue, 31 Dec 2013 21:46:48 +0000 (13:46 -0800)
debian/patches/more_debug_output_during_build [new file with mode: 0644]
scm/ps-to-png.scm
scripts/build/run-and-check.sh

diff --git a/debian/patches/more_debug_output_during_build b/debian/patches/more_debug_output_during_build
new file mode 100644 (file)
index 0000000..be24b23
--- /dev/null
@@ -0,0 +1,22 @@
+--- 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\
index d35e735dd001318d9c76414cdd698be35304bed0..948e56e145a5a4ea7a12f5e988c49cc2ef848afd 100644 (file)
  ~a\
  ~a\
  -dGraphicsAlphaBits=4\
- -q\
  -dTextAlphaBits=4\
  -dNOPAUSE\
  -sDEVICE=~a\
index af31f168f38ea5f52e97cd4c312c2f36f12a1418..eb76aa7b4008b0ab29acd932710d401f3d4fed04 100755 (executable)
@@ -7,8 +7,7 @@ eval $1 > $2 2>&1
 RetVal=$?  # captures the return value of the command
 if [ $RetVal -ne 0 ]; then
        echo
-       echo "Please check the logfile" $2 "for errors:"
-       cat $2
+       echo "Please check the logfile" $2 "for errors"
        echo
 fi
 exit $RetVal