tags 674343 + patch thanks
diff -Nru openwalnut-1.2.5/debian/changelog openwalnut-1.2.5/debian/changelog --- openwalnut-1.2.5/debian/changelog 2011-09-27 13:10:02.000000000 +0200 +++ openwalnut-1.2.5/debian/changelog 2012-05-30 16:20:16.000000000 +0200 @@ -1,3 +1,10 @@ +openwalnut (1.2.5-1.1) unstable; urgency=low + + * Non maintainer upload. + * Fix build failure with GCC 4.7. Closes: #674343. + + -- Matthias Klose <d...@debian.org> Wed, 30 May 2012 14:19:31 +0000 + openwalnut (1.2.5-1) unstable; urgency=low * Initial release (Closes: #613419) diff -Nru openwalnut-1.2.5/debian/patches/ftbfs-gcc-4.7.diff openwalnut-1.2.5/debian/patches/ftbfs-gcc-4.7.diff --- openwalnut-1.2.5/debian/patches/ftbfs-gcc-4.7.diff 1970-01-01 01:00:00.000000000 +0100 +++ openwalnut-1.2.5/debian/patches/ftbfs-gcc-4.7.diff 2012-05-30 16:22:00.000000000 +0200 @@ -0,0 +1,13 @@ +Index: b/src/core/kernel/WModuleOutputForwardData.h +=================================================================== +--- a/src/core/kernel/WModuleOutputForwardData.h ++++ b/src/core/kernel/WModuleOutputForwardData.h +@@ -103,7 +103,7 @@ + virtual void inputNotifyDataChange( boost::shared_ptr<WModuleConnector> /*input*/, boost::shared_ptr<WModuleConnector> /*output*/ ) + { + // if the input changes its data-> forward the change to this output instance +- updateData( m_in->getData() ); ++ this->updateData( m_in->getData() ); + } + + private: diff -Nru openwalnut-1.2.5/debian/patches/series openwalnut-1.2.5/debian/patches/series --- openwalnut-1.2.5/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ openwalnut-1.2.5/debian/patches/series 2012-05-30 16:19:28.000000000 +0200 @@ -0,0 +1 @@ +ftbfs-gcc-4.7.diff