+lilypond (2.12.3-4) unstable; urgency=low
+
+ * Scheme uses file-writeable for some reason (Closes: #572290)
+
+ -- Don Armstrong <don@debian.org> Thu, 04 Mar 2010 08:38:33 -0800
+
lilypond (2.12.3-3) unstable; urgency=low
* Use /dev/null if /dev/tty isn't writable (Closes: #572290)
dh_testdir
# make html
- $(MAKE) doc WEB_TARGETS="offline"
+ # unfortunatly, this does not work well with multiple processors
+ $(MAKE) -j1 doc WEB_TARGETS="offline"
# make info
$(MAKE) info
(if separate-logs
(open-file (if (string-or-symbol? (ly:get-option 'log-file))
(format "~a.log" (ly:get-option 'log-file))
- (if (file-writable? "/dev/tty")
+ (if (file-writeable? "/dev/tty")
("/dev/tty")
("/dev/null"))) "a") #f))
(do-measurements (ly:get-option 'dump-profile))