diff -u ceferino-0.97.8/debian/patches/series ceferino-0.97.8/debian/patches/series --- ceferino-0.97.8/debian/patches/series +++ ceferino-0.97.8/debian/patches/series @@ -3,0 +4 @@ +03_gcc4.4.1.patch diff -u ceferino-0.97.8/debian/changelog ceferino-0.97.8/debian/changelog --- ceferino-0.97.8/debian/changelog +++ ceferino-0.97.8/debian/changelog @@ -1,3 +1,9 @@ +ceferino (0.97.8-2ubuntu1) karmic; urgency=low + + * Fix FTBFS, added patches/03_gcc4.4.1.patch (LP: #447994) + + -- Joao Pinto Sat, 10 Oct 2009 13:33:17 +0100 + ceferino (0.97.8-2) unstable; urgency=low [ Barry deFreese ] only in patch2: unchanged: --- ceferino-0.97.8.orig/debian/patches/03_gcc4.4.1.patch +++ ceferino-0.97.8/debian/patches/03_gcc4.4.1.patch @@ -0,0 +1,13 @@ +Index: ceferino-0.97.8/src/nivel.h +=================================================================== +--- ceferino-0.97.8.orig/src/nivel.h 2009-10-10 12:43:22.187243990 +0000 ++++ ceferino-0.97.8/src/nivel.h 2009-10-10 12:43:20.566519577 +0000 +@@ -34,7 +34,7 @@ + class nivel + { + public: +- void iniciar(juego *_pjuego, grafico *grafico, grafico *pfondos, SDL_Surface *fondo); ++ void iniciar(juego *_pjuego, grafico *ingrafico, grafico *pfondos, SDL_Surface *fondo); + int avanzar_nivel(int salto = 1); + int reiniciar_nivel(void); + int get_dist_suelo(int x, int y, int max);