tags 355841 + pending thanks I've uploaded the following NMU to delayed-2.
--- tecnoballz-0.91cvs20050828/debian/changelog +++ tecnoballz-0.91cvs20050828/debian/changelog @@ -1,3 +1,11 @@ +tecnoballz (0.91cvs20050828-2.1) unstable; urgency=low + + * NMU as part of the GCC 4.1 transition. + * patches/03_gcc41.dpatch: Remove extra qualification from C++ header + file (closes: #355841). + + -- Martin Michlmayr <[EMAIL PROTECTED]> Thu, 25 May 2006 18:10:50 +0200 + tecnoballz (0.91cvs20050828-2) unstable; urgency=low * Added a build dependency against dpatch (closes: #328128) diff -u tecnoballz-0.91cvs20050828/debian/patches/00list tecnoballz-0.91cvs20050828/debian/patches/00list --- tecnoballz-0.91cvs20050828/debian/patches/00list +++ tecnoballz-0.91cvs20050828/debian/patches/00list @@ -2,0 +3 @@ +03_gcc41.dpatch only in patch2: unchanged: --- tecnoballz-0.91cvs20050828.orig/debian/patches/03_gcc41.dpatch +++ tecnoballz-0.91cvs20050828/debian/patches/03_gcc41.dpatch @@ -0,0 +1,18 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 03_gcc41.dpatch by Martin Michlmayr <[EMAIL PROTECTED]> +## +## DP: Build fix for GCC 4.1 + [EMAIL PROTECTED]@ +--- a/include/escapeMenu.h~ 2006-03-08 08:39:42.000000000 +0000 ++++ b/include/escapeMenu.h 2006-03-08 08:39:51.000000000 +0000 +@@ -63,7 +63,7 @@ + void displayBOB(char *ptSrc, Sint32 pos_x, Sint32 pos_y, Sint32 NxLine, Sint32 width, Sint32 heigh); + void display640(); + void display320(); +- static const unsigned char escapeMenu::cyclingtab[]; ++ static const unsigned char cyclingtab[]; + static const char *menu_texts[2]; + static const char menu_text1[]; + static const char menu_text2[]; + -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

