tags 482911 + patch thanks Here is a patch for this issue.
diff -u lilypond-2.10.33/debian/changelog lilypond-2.10.33/debian/changelog --- lilypond-2.10.33/debian/changelog +++ lilypond-2.10.33/debian/changelog @@ -1,3 +1,10 @@ +lilypond (2.10.33-2.3) UNRELEASED; urgency=low + + * Non-maintainer upload. + * Clean *.pyc files to fix FTBFS if built twice in a row (Closes: #482911) + + -- Peter Eisentraut <[EMAIL PROTECTED]> Mon, 16 Jun 2008 19:07:14 +0200 + lilypond (2.10.33-2.2) unstable; urgency=medium * Non-maintainer upload. diff -u lilypond-2.10.33/debian/rules lilypond-2.10.33/debian/rules --- lilypond-2.10.33/debian/rules +++ lilypond-2.10.33/debian/rules @@ -78,6 +78,7 @@ # Still not clean enough? Let's use... BRUTE STRENGTH! :-) find . -type d -name 'out' -o -name 'out-www' | xargs rm -rf + rm -f buildscripts/*.pyc rm -f lib/lilypond/python examples.html rm -f debian/emacsen-startup rm -f debian/lilypond1.7*.dirs debian/lilypond.dirs -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]