diff -u kball-0.0.20041216/debian/changelog kball-0.0.20041216/debian/changelog --- kball-0.0.20041216/debian/changelog +++ kball-0.0.20041216/debian/changelog @@ -1,3 +1,11 @@ +kball (0.0.20041216-6ubuntu1) maverick; urgency=low + + * debian/patches/10_add_missing_headers.patch: + + Add missing headers to fix "mkdir" not found error and hence + FTBFS with gcc 4.5 (LP: #611867) + + -- Bhavani Shankar Sat, 31 Jul 2010 11:29:39 +0530 + kball (0.0.20041216-6) unstable; urgency=low [ Barry deFreese ] diff -u kball-0.0.20041216/debian/control kball-0.0.20041216/debian/control --- kball-0.0.20041216/debian/control +++ kball-0.0.20041216/debian/control @@ -1,7 +1,8 @@ Source: kball Section: games Priority: optional -Maintainer: Debian Games Team +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian Games Team Uploaders: Miriam Ruiz , Barry deFreese Build-Depends: debhelper (>= 5.0.0), quilt, libxxf86dga-dev, libxxf86vm-dev, liballegro4.2-dev | liballegro-dev, libdumb1-dev, libaldmb1-dev, sharutils, libxcursor-dev Standards-Version: 3.8.1 diff -u kball-0.0.20041216/debian/patches/series kball-0.0.20041216/debian/patches/series --- kball-0.0.20041216/debian/patches/series +++ kball-0.0.20041216/debian/patches/series @@ -9,0 +10 @@ +10_add_missing_headers.patch -p1 only in patch2: unchanged: --- kball-0.0.20041216.orig/debian/patches/10_add_missing_headers.patch +++ kball-0.0.20041216/debian/patches/10_add_missing_headers.patch @@ -0,0 +1,25 @@ +Index: kball-0.0.20041216/src/gamemenu.cpp +============================================= +--- kball-0.0.20041216.orig/src/gamemenu.cpp ++++ kball-0.0.20041216/src/gamemenu.cpp +@@ -15,6 +15,7 @@ + #include "filehelp.h" + #include "gamemenu.h" // I need my prototypes + #include "sound.h" // I need the sound system ++#include + + // some globals needed by callback + CParticleManager menu_particle_manager; // our own particle managar :^D -- REMEMBER TO CALL NUKE PARTICLES BEFORE LEAVING! + +Index: kball-0.0.20041216/src/mapedit.cpp +============================================= +--- kball-0.0.20041216.orig/src/mapedit.cpp ++++ kball-0.0.20041216/src/mapedit.cpp +@@ -11,6 +11,7 @@ + #include "filehelp.h" + #include "sound.h" + #include "musiclvl.h" ++#include + + CMapEditor::CMapEditor() + {