diff -u blocks-of-the-undead-1.0/debian/control blocks-of-the-undead-1.0/debian/control --- blocks-of-the-undead-1.0/debian/control +++ blocks-of-the-undead-1.0/debian/control @@ -1,7 +1,8 @@ Source: blocks-of-the-undead Section: games Priority: optional -Maintainer: Debian Games Team +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian Games Team Uploaders: Evgeni Golov Build-Depends: debhelper (>= 7.0.13), autotools-dev, quilt (>= 0.40), libsdl1.2-dev, libsdl-gfx1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-ttf2.0-dev diff -u blocks-of-the-undead-1.0/debian/changelog blocks-of-the-undead-1.0/debian/changelog --- blocks-of-the-undead-1.0/debian/changelog +++ blocks-of-the-undead-1.0/debian/changelog @@ -1,3 +1,9 @@ +blocks-of-the-undead (1.0-4ubuntu1) precise; urgency=low + + * Fix FTBFS. + + -- Ilya Barygin Sat, 14 Jan 2012 17:34:42 +0400 + blocks-of-the-undead (1.0-4) unstable; urgency=low [ Paul Wise ] diff -u blocks-of-the-undead-1.0/debian/patches/series blocks-of-the-undead-1.0/debian/patches/series --- blocks-of-the-undead-1.0/debian/patches/series +++ blocks-of-the-undead-1.0/debian/patches/series @@ -3,0 +4 @@ +ftbfs.patch only in patch2: unchanged: --- blocks-of-the-undead-1.0.orig/debian/patches/ftbfs.patch +++ blocks-of-the-undead-1.0/debian/patches/ftbfs.patch @@ -0,0 +1,14 @@ +Description: correct variable assignment to fix FTBFS +Author: Ilya Barygin + +--- blocks-of-the-undead-1.0.orig/configure ++++ blocks-of-the-undead-1.0/configure +@@ -3860,7 +3860,7 @@ + if test "x$no_sdl" = x ; then + echo "$as_me:$LINENO: result: yes" >&5 + echo "${ECHO_T}yes" >&6 +- CPPFLAGS=$SDL_CFLAGS $CPPFLAGS ++ CPPFLAGS="$SDL_CFLAGS $CPPFLAGS" + LIBS=$SDL_LIBS $LIBS + else + echo "$as_me:$LINENO: result: no" >&5