Author: fourmond Date: 2008-07-20 22:48:22 +0000 (Sun, 20 Jul 2008) New Revision: 7807
Modified: packages/trunk/supertuxkart/debian/changelog packages/trunk/supertuxkart/debian/control packages/trunk/supertuxkart/debian/rules Log: [supertuxkart] Fixing various problems before the freeze Modified: packages/trunk/supertuxkart/debian/changelog =================================================================== --- packages/trunk/supertuxkart/debian/changelog 2008-07-20 18:01:22 UTC (rev 7806) +++ packages/trunk/supertuxkart/debian/changelog 2008-07-20 22:48:22 UTC (rev 7807) @@ -1,8 +1,11 @@ -supertuxkart (0.5-1.1) UNRELEASED; urgency=low +supertuxkart (0.5-1.1) unstable; urgency=high - * NOT RELEASED YET + * Non-maintainer upload. + * DEB_BUILD_OPTIONS=noopt debian/rules now sets CXXFLAGS (closes: #490045) + * Tighten up build-dep on plib1.8.4-dev (closes: #490052 as a side-effect) + * urgency=high to fix RC bug in testing - -- Vincent Fourmond <[EMAIL PROTECTED]> Sun, 22 Jun 2008 15:03:28 +0200 + -- Vincent Fourmond <[EMAIL PROTECTED]> Mon, 21 Jul 2008 00:34:36 +0200 supertuxkart (0.5-1) unstable; urgency=low Modified: packages/trunk/supertuxkart/debian/control =================================================================== --- packages/trunk/supertuxkart/debian/control 2008-07-20 18:01:22 UTC (rev 7806) +++ packages/trunk/supertuxkart/debian/control 2008-07-20 22:48:22 UTC (rev 7807) @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Games Team <[EMAIL PROTECTED]> Uploaders: Gonéri Le Bouder <[EMAIL PROTECTED]>, Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>, Alexander Schmehl <[EMAIL PROTECTED]>, Cyril Brulebois <[EMAIL PROTECTED]>, Christoph Egger <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 5.0.0), autotools-dev, plib1.8.4-dev (>=1.8.4-8), libsdl-ttf2.0-dev, libsdl-image1.2-dev, docbook-to-man, libopenal-dev, libalut-dev, libmikmod2-dev, libvorbis-dev, quilt +Build-Depends: debhelper (>= 5.0.0), autotools-dev, plib1.8.4-dev (>=1.8.4-10), libsdl-ttf2.0-dev, libsdl-image1.2-dev, docbook-to-man, libopenal-dev, libalut-dev, libmikmod2-dev, libvorbis-dev, quilt Standards-Version: 3.8.0 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/supertuxkart/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/supertuxkart/?op=log Modified: packages/trunk/supertuxkart/debian/rules =================================================================== --- packages/trunk/supertuxkart/debian/rules 2008-07-20 18:01:22 UTC (rev 7806) +++ packages/trunk/supertuxkart/debian/rules 2008-07-20 22:48:22 UTC (rev 7807) @@ -18,11 +18,14 @@ CFLAGS = -Wall -g +CXXFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 + CXXFLAGS += -O0 else CFLAGS += -O2 + CXXFLAGS += -O2 endif config.status: patch configure _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

