tags 356228 + pending thanks I've uploaded the following NMU to delayed-2.
--- supertux-0.1.3/debian/changelog +++ supertux-0.1.3/debian/changelog @@ -1,3 +1,10 @@ +supertux (0.1.3-1.1) unstable; urgency=low + + * NMU as part of the GCC 4.1 transition. + * Remove extra qualification from C++ header file. (closes: #356228) + + -- Martin Michlmayr <[EMAIL PROTECTED]> Thu, 25 May 2006 18:26:50 +0200 + supertux (0.1.3-1) unstable; urgency=low * New upstream version. only in patch2: unchanged: --- supertux-0.1.3.orig/src/menu.h +++ supertux-0.1.3/src/menu.h @@ -207,7 +207,7 @@ bool isToggled(int id); - void Menu::get_controlfield_key_into_input(MenuItem *item); + void get_controlfield_key_into_input(MenuItem *item); void draw (); void draw_item(int index, int menu_width, int menu_height); -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

