tags 357380 + pending thanks I've uploaded the following NMU to delayed-2.
diff -u wvstreams-4.2.2/debian/changelog wvstreams-4.2.2/debian/changelog --- wvstreams-4.2.2/debian/changelog +++ wvstreams-4.2.2/debian/changelog @@ -1,3 +1,10 @@ +wvstreams (4.2.2-2.1) unstable; urgency=low + + * NMU as part of the GCC 4.1 transition. + * Remove extra qualifications from C++ files. (Closes: Bug#357380). + + -- Martin Michlmayr <[EMAIL PROTECTED]> Fri, 26 May 2006 15:03:18 +0200 + wvstreams (4.2.2-2) unstable; urgency=low * Fix FTBFS due to new GNU Make. (Closes: Bug#348190) only in patch2: unchanged: --- wvstreams-4.2.2.orig/include/uniconfkey.h +++ wvstreams-4.2.2/include/uniconfkey.h @@ -113,7 +113,7 @@ bool iswild() const; /** Returns true if the key has a trailing slash. */ - bool UniConfKey::hastrailingslash() const; + bool hastrailingslash() const; /** * Returns the number of segments in this path. only in patch2: unchanged: --- wvstreams-4.2.2.orig/include/wvhttppool.h +++ wvstreams-4.2.2/include/wvhttppool.h @@ -57,7 +57,7 @@ WvString linkname; WvUrl url; - WvUrlLink::WvUrlLink(WvStringParm _linkname, WvStringParm _url) + WvUrlLink(WvStringParm _linkname, WvStringParm _url) : linkname(_linkname), url(_url) {} }; only in patch2: unchanged: --- wvstreams-4.2.2.orig/include/wvstring.h +++ wvstreams-4.2.2/include/wvstring.h @@ -393,7 +393,7 @@ protected: void copy_constructor(const WvFastString &s); - inline void WvString::construct(const char *_str) + inline void construct(const char *_str) { link(&nullbuf, _str); only in patch2: unchanged: --- wvstreams-4.2.2.orig/include/wvx509.h +++ wvstreams-4.2.2/include/wvx509.h @@ -349,19 +349,19 @@ * Set the Certificate to use X509v3, since that's all modern * PKI uses anyways :) */ - void WvX509Mgr::set_version(); + void set_version(); /** * Get and set the keyUsage field. */ - WvString WvX509Mgr::get_key_usage(); - void WvX509Mgr::set_key_usage(WvStringParm values); + WvString get_key_usage(); + void set_key_usage(WvStringParm values); /** * Get and set the extendedKeyUsage field. */ - WvString WvX509Mgr::get_ext_key_usage(); - void WvX509Mgr::set_ext_key_usage(WvStringParm values); + WvString get_ext_key_usage(); + void set_ext_key_usage(WvStringParm values); /** * Return the Subject alt name if it exists, and WvString::null if -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]