r10810 - packages/trunk/supertuxkart/debian

Christoph Egger christoph at alioth.debian.org
Mon Feb 22 21:45:13 UTC 2010


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 <christoph at debian.org>  Sat, 12 Dec 2009 00:00:17 +0100
+ -- Christoph Egger <christoph at debian.org>  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 <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Gonéri Le Bouder <goneri at rulezlan.org>, Sam Hocevar (Debian packages) <sam+deb at zoy.org>,
- Alexander Reichle-Schmehl <tolimar at debian.org>, Cyril Brulebois <kibi at debian.org>,
- Christoph Egger <christoph at debian.org>
+ Alexander Reichle-Schmehl <tolimar at debian.org>, Christoph Egger <christoph at debian.org>
 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




More information about the Pkg-games-commits mailing list