tags 358285 + pending thanks I've uploaded the following NMU to delayed-2.
diff -u valknut-0.3.7/debian/changelog valknut-0.3.7/debian/changelog --- valknut-0.3.7/debian/changelog +++ valknut-0.3.7/debian/changelog @@ -1,3 +1,11 @@ +valknut (0.3.7-2.1) unstable; urgency=low + + * NMU as part of the GCC 4.1 transition. + * patches/006_gcc4.1_fix.patch: Remove extra qualification from C++ + header file (Closes: #358285) + + -- Martin Michlmayr <[EMAIL PROTECTED]> Fri, 26 May 2006 20:19:18 +0200 + valknut (0.3.7-2) unstable; urgency=low * Build for gcc and qt/kde transition (Closes: #328007, #326035) only in patch2: unchanged: --- valknut-0.3.7.orig/debian/patches/006_gcc4.1_fix.patch +++ valknut-0.3.7/debian/patches/006_gcc4.1_fix.patch @@ -0,0 +1,13 @@ + +--- valknut/dciconloader.h~ 2006-03-22 02:35:05.000000000 +0000 ++++ valknut/dciconloader.h 2006-03-22 02:35:11.000000000 +0000 +@@ -122,7 +122,7 @@ + + private: + /** */ +- QPixmap DCIconLoader::LoadPixmap( QString file ); ++ QPixmap LoadPixmap( QString file ); + + /** */ + PixmapMap m_PixmapMap; + -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

