tags 667334 + pending thanks Dear maintainer,
I've prepared an NMU for pwlib (versioned as 1.10.10-3.3) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Dire Straits: Expresso Love
diff -Nru pwlib-1.10.10/debian/changelog pwlib-1.10.10/debian/changelog --- pwlib-1.10.10/debian/changelog 2012-04-18 21:13:44.000000000 +0200 +++ pwlib-1.10.10/debian/changelog 2012-04-19 17:50:37.000000000 +0200 @@ -1,3 +1,11 @@ +pwlib (1.10.10-3.3) unstable; urgency=low + + * Non-maintainer upload. + * Fix "ftbfs with GCC-4.7": add patch gcc-4.7.patch from Paul Tagliamonte. + (Closes: #667334) + + -- gregor herrmann <gre...@debian.org> Thu, 19 Apr 2012 17:50:06 +0200 + pwlib (1.10.10-3.2) unstable; urgency=low * Non-maintainer upload. diff -Nru pwlib-1.10.10/debian/patches/gcc-4.7.patch pwlib-1.10.10/debian/patches/gcc-4.7.patch --- pwlib-1.10.10/debian/patches/gcc-4.7.patch 1970-01-01 01:00:00.000000000 +0100 +++ pwlib-1.10.10/debian/patches/gcc-4.7.patch 2012-04-19 17:45:58.000000000 +0200 @@ -0,0 +1,19 @@ +Description: fix build failure with gcc 4.7 +Origin: vendor +Bug-Debian: http://bugs.debian.org/667334 +Forwarded: no +Author: Paul Tagliamonte <t...@pault.ag> +Reviewed-by: gregor herrmann <gre...@debian.org> +Last-Update: 2012-04-19 + +--- a/include/ptlib/array.h 2012-04-13 23:44:28.671561799 -0400 ++++ b/include/ptlib/array.h 2012-04-13 23:44:40.215561183 -0400 +@@ -632,7 +632,7 @@ template <class T> class PScalarArray : + T t; + stream >> t; + if (!stream.fail()) +- SetAt(index, t); ++ this->SetAt(index, t); + } + }; + diff -Nru pwlib-1.10.10/debian/patches/series pwlib-1.10.10/debian/patches/series --- pwlib-1.10.10/debian/patches/series 2012-04-08 19:19:29.000000000 +0200 +++ pwlib-1.10.10/debian/patches/series 2012-04-19 17:44:30.000000000 +0200 @@ -5,3 +5,4 @@ 06_plugins_shared.dpatch CVE-2007-4897.dpatch kfreebsd-ftbfs.diff +gcc-4.7.patch
signature.asc
Description: Digital signature