Author: debfx-guest Date: 2011-05-24 08:42:24 +0000 (Tue, 24 May 2011) New Revision: 12419
Modified: packages/trunk/holotz-castle/debian/changelog packages/trunk/holotz-castle/debian/patches/02_makefile.patch Log: Don't build with -Werror as it causes FTBFS with gcc 4.6. Modified: packages/trunk/holotz-castle/debian/changelog =================================================================== --- packages/trunk/holotz-castle/debian/changelog 2011-05-23 21:50:24 UTC (rev 12418) +++ packages/trunk/holotz-castle/debian/changelog 2011-05-24 08:42:24 UTC (rev 12419) @@ -1,3 +1,12 @@ +holotz-castle (1.3.14-4) UNRELEASED; urgency=low + + * Team upload. + * Don't build with -Werror as it causes FTBFS with gcc 4.6. (Closes: #625353) + - Update 02_makefile.patch + - Thanks to Andreas Moog for the patch. + + -- Felix Geyer <[email protected]> Tue, 24 May 2011 10:21:41 +0200 + holotz-castle (1.3.14-3) unstable; urgency=low * Team upload. Modified: packages/trunk/holotz-castle/debian/patches/02_makefile.patch =================================================================== --- packages/trunk/holotz-castle/debian/patches/02_makefile.patch 2011-05-23 21:50:24 UTC (rev 12418) +++ packages/trunk/holotz-castle/debian/patches/02_makefile.patch 2011-05-24 08:42:24 UTC (rev 12419) @@ -18,7 +18,7 @@ # Define -D_JLIB_DEBUG for JLib debug mode. Put it also in JLib's Makefile. -CFLAGS=-fno-strict-aliasing -I. -I../JLib `$(SDL_CONFIG) --cflags` -I/usr/local/include/ -I/usr/local/include/SDL -O3 -Wall -Werror -Wshadow $(CPU_OPTS) -ffast-math -c +MORE_CFLAGS= -O3 -+CFLAGS=-fno-strict-aliasing -I. -I../JLib `$(SDL_CONFIG) --cflags` -I/usr/local/include/ -I/usr/local/include/SDL $(MORE_CFLAGS) -Wall -Werror -Wshadow $(CPU_OPTS) -ffast-math -c ++CFLAGS=-fno-strict-aliasing -I. -I../JLib `$(SDL_CONFIG) --cflags` -I/usr/local/include/ -I/usr/local/include/SDL $(MORE_CFLAGS) -Wall -Wshadow $(CPU_OPTS) -ffast-math -c LDFLAGS=-L. -ffast-math -lSDL_image -lSDL_ttf -lSDL_mixer `$(SDL_CONFIG) --libs` _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

