tags 356160 + pending thanks I've uploaded the following NMU to delayed-2.
diff -urN swish++-5.15.3~/debian/changelog swish++-5.15.3/debian/changelog --- swish++-5.15.3~/debian/changelog 2005-08-06 22:26:46.000000000 +0200 +++ swish++-5.15.3/debian/changelog 2006-05-25 18:25:11.000000000 +0200 @@ -1,3 +1,11 @@ +swish++ (5.15.3-3.2) unstable; urgency=low + + * NMU as part of the GCC 4.1 transition. + * patches/gcc41.patch: Remove extra qualification from C++ header + file (closes: #356160). + + -- Martin Michlmayr <[EMAIL PROTECTED]> Thu, 25 May 2006 18:01:50 +0200 + swish++ (5.15.3-3.1) unstable; urgency=medium * Non-maintainer upload. diff -urN swish++-5.15.3~/debian/patches/gcc41.patch swish++-5.15.3/debian/patches/gcc41.patch --- swish++-5.15.3~/debian/patches/gcc41.patch 1970-01-01 01:00:00.000000000 +0100 +++ swish++-5.15.3/debian/patches/gcc41.patch 2006-05-25 18:24:36.000000000 +0200 @@ -0,0 +1,19 @@ +--- mod/mail/mod_mail.h~ 2006-05-25 16:23:22.000000000 +0000 ++++ mod/mail/mod_mail.h 2006-05-25 16:23:37.000000000 +0000 +@@ -121,13 +121,13 @@ + char const *value_begin, *value_end; + }; + +- message_type mail_indexer::index_headers( ++ message_type index_headers( + char const *&begin, char const *end + ); +- void mail_indexer::index_multipart( ++ void index_multipart( + char const *&begin, char const *end + ); +- void mail_indexer::index_vcard( ++ void index_vcard( + char const *&begin, char const *end + ); + static bool parse_header( -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

