Author: christoph Date: 2010-02-22 21:45:12 +0000 (Mon, 22 Feb 2010) New Revision: 10810
Modified: packages/trunk/supertuxkart/debian/changelog packages/trunk/supertuxkart/debian/control packages/trunk/supertuxkart/debian/rules Log: Remove KiBi from Uploaders, patch for Ubuntu/binutils-gold Modified: packages/trunk/supertuxkart/debian/changelog =================================================================== --- packages/trunk/supertuxkart/debian/changelog 2010-02-22 06:19:03 UTC (rev 10809) +++ packages/trunk/supertuxkart/debian/changelog 2010-02-22 21:45:12 UTC (rev 10810) @@ -1,11 +1,14 @@ -supertuxkart (0.6.2+dfsg1-0~intrepid0~ppa2) intrepid; urgency=low +supertuxkart (0.6.2+dfsg1-2) unstable; urgency=low * Change my E-Mail Adress * Kill some whitespaces at the end of lines + * Explicitely link against libGLU (Closes: #556477) taking the patch from + Ubuntu + * Remove KiBi from Uploaders on his request - -- Christoph Egger <[email protected]> Sat, 12 Dec 2009 00:00:17 +0100 + -- Christoph Egger <[email protected]> Mon, 22 Feb 2010 21:18:53 +0100 -supertuxkart (0.6.2+dfsg1-0~intrepid0~ppa1) intrepid; urgency=low +supertuxkart (0.6.2+dfsg1-1) unstable; urgency=low * New Upstream Release * Only Bugfixes and minor improvements Modified: packages/trunk/supertuxkart/debian/control =================================================================== --- packages/trunk/supertuxkart/debian/control 2010-02-22 06:19:03 UTC (rev 10809) +++ packages/trunk/supertuxkart/debian/control 2010-02-22 21:45:12 UTC (rev 10810) @@ -3,8 +3,7 @@ Priority: optional Maintainer: Debian Games Team <[email protected]> Uploaders: Gonéri Le Bouder <[email protected]>, Sam Hocevar (Debian packages) <[email protected]>, - Alexander Reichle-Schmehl <[email protected]>, Cyril Brulebois <[email protected]>, - Christoph Egger <[email protected]> + Alexander Reichle-Schmehl <[email protected]>, Christoph Egger <[email protected]> Build-Depends: debhelper (>= 7.0.0~), autotools-dev, plib1.8.4-dev, libsdl-ttf2.0-dev, libsdl-image1.2-dev, docbook-to-man, libopenal-dev, libalut-dev, libmikmod2-dev, libvorbis-dev, quilt Modified: packages/trunk/supertuxkart/debian/rules =================================================================== --- packages/trunk/supertuxkart/debian/rules 2010-02-22 06:19:03 UTC (rev 10809) +++ packages/trunk/supertuxkart/debian/rules 2010-02-22 21:45:12 UTC (rev 10810) @@ -19,6 +19,7 @@ CFLAGS += -Wall CXXFLAGS += -Wall +LDFLAGS += -lGLU config.status: $(QUILT_STAMPFN) dh_testdir _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

