diff -u alsaplayer-0.99.80/debian/changelog alsaplayer-0.99.80/debian/changelog --- alsaplayer-0.99.80/debian/changelog +++ alsaplayer-0.99.80/debian/changelog @@ -1,3 +1,9 @@ +alsaplayer (0.99.80-3ubuntu1) intrepid; urgency=low + + * Added 06_ftbfs_fix.dpatch to resolve FTBFS on glibc 2.8. (LP: #262581) + + -- Michael Casadevall Fri, 29 Aug 2008 06:10:34 -0400 + alsaplayer (0.99.80-3) unstable; urgency=low * debian/alsaplayer-xosd.menu: The xosd interface really shouldn't need to be diff -u alsaplayer-0.99.80/debian/patches/06_ftbfs_patch.dpatch alsaplayer-0.99.80/debian/patches/06_ftbfs_patch.dpatch --- alsaplayer-0.99.80/debian/patches/06_ftbfs_patch.dpatch +++ alsaplayer-0.99.80/debian/patches/06_ftbfs_patch.dpatch @@ -7,11 +7,11 @@ -diff -urNad alsaplayer-0.99.80~/app/CorePlayer.cpp alsaplayer-0.99.80/app/CorePlayer.cpp ---- alsaplayer-0.99.80~/app/CorePlayer.cpp 2007-07-09 16:12:59.000000000 -0400 -+++ alsaplayer-0.99.80/app/CorePlayer.cpp 2008-08-29 06:08:12.000000000 -0400 -@@ -37,6 +37,7 @@ - #include - #include +diff -urNad alsaplayer-0.99.80~/app/ControlSocket.cpp alsaplayer-0.99.80/app/ControlSocket.cpp +--- alsaplayer-0.99.80~/app/ControlSocket.cpp 2007-07-08 10:27:31.000000000 -0400 ++++ alsaplayer-0.99.80/app/ControlSocket.cpp 2008-08-29 06:11:38.000000000 -0400 +@@ -23,6 +23,7 @@ + #include #include -+#include + #include ++#include + #include #include - #include - #include + #include only in patch2: unchanged: --- alsaplayer-0.99.80.orig/debian/patches/00list +++ alsaplayer-0.99.80/debian/patches/00list @@ -0,0 +1 @@ +06_ftbfs_patch.dpatch