Dear maintainer,
I've prepared an NMU for lilypond (versioned as 2.12.3-7.1) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer. Regards. diff -u lilypond-2.12.3/debian/changelog lilypond-2.12.3/debian/changelog --- lilypond-2.12.3/debian/changelog +++ lilypond-2.12.3/debian/changelog @@ -1,3 +1,10 @@ +lilypond (2.12.3-7.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix compilation with G++ 4.5 (Closes: #606642) + + -- Stéphane Glondu <glo...@debian.org> Sat, 17 Sep 2011 16:53:50 +0200 + lilypond (2.12.3-7) unstable; urgency=low * Use /dev/stderr instead of /dev/tty (Closes: #574629) only in patch2: unchanged: --- lilypond-2.12.3.orig/lily/spacing-spanner.cc +++ lilypond-2.12.3/lily/spacing-spanner.cc @@ -38,8 +38,8 @@ vsize end = binary_search (all, (Grob*) me->get_bound (RIGHT), &Paper_column::less_than); - all = vector<Grob*>::vector<Grob*> (all.begin () + start, - all.begin () + end + 1); + all = vector<Grob*> (all.begin () + start, + all.begin () + end + 1); return all; } @@ -553,4 +553,3 @@ "strict-note-spacing " "uniform-stretching " ); - -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org