Hi Uwe! Here's a patch with a NMU proposal to fix those two bugs. I think at least the sound support fix should ideally go into squeeze, so if you could handle an upload and the unfreeze requeset that'd be great. Otherwise I'll happily volunteer to do the job.
thanks, guillem
diff -u flobopuyo-0.20/debian/rules flobopuyo-0.20/debian/rules --- flobopuyo-0.20/debian/rules +++ flobopuyo-0.20/debian/rules @@ -4,6 +4,8 @@ DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/flobopuyo +CFLAGS = -DUSE_AUDIO=1 + include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/makefile.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk diff -u flobopuyo-0.20/debian/changelog flobopuyo-0.20/debian/changelog --- flobopuyo-0.20/debian/changelog +++ flobopuyo-0.20/debian/changelog @@ -1,3 +1,12 @@ +flobopuyo (0.20-3.2) unstable; urgency=low + + * Non-maintainer upload. + * Re-enable audio, thanks to Takeshi Hamasaki (Closes: #512321). + * Set window title to FloboPuyo, thanks to Takeshi Hamasaki + (Closes: #537352). + + -- Guillem Jover <[email protected]> Thu, 30 Sep 2010 20:48:53 +0200 + flobopuyo (0.20-3.1) unstable; urgency=medium * Non-maintainer upload. only in patch2: unchanged: --- flobopuyo-0.20.orig/debian/patches/60_set_window_title.patch +++ flobopuyo-0.20/debian/patches/60_set_window_title.patch @@ -0,0 +1,10 @@ +--- flobopuyo-0.20.orig/PuyoCommander.cpp 2004-10-09 05:41:12.000000000 +0700 ++++ flobopuyo-0.20/PuyoCommander.cpp 2009-11-30 18:53:59.000000000 +0700 +@@ -666,6 +666,7 @@ + + start_time = SDL_GetTicks (); + ++ SDL_WM_SetCaption("FloboPuyo", "FloboPuyo"); + audio_music_start (0); + + /* PuyoStory *introStory = new PuyoStory(this, 0);

